Searched refs:idVendor_ (Results 1 – 5 of 5) sorted by relevance
30 return idVendor_; in GetVendorId()45 uint16_t idVendor_ = 0; variable
100 deviceInfo->idVendor_ = 0x1111;114 deviceInfo3.idVendor_ = 0x9999;
127 usbDeviceInfo->idVendor_, usbDeviceInfo->idProduct_); in MatchDriver()128 …vidFind = find(usbDriverInfo->vids_.begin(), usbDriverInfo->vids_.end(), usbDeviceInfo->idVendor_); in MatchDriver()
150 usbDevInfo->idVendor_ = deviceDescriptor.idVendor; in OnDeviceConnect()
42 deviceInfo->idVendor_ = 0x0B57; in PrintQueryMatchDriver()