Searched defs:bcd_device (Results 1 - 8 of 8) sorted by relevance
| /third_party/backends/backend/genesys/ |
| H A D | test_usb_device.cpp | 28 TestUsbDevice(std::uint16_t vendor, std::uint16_t product, std::uint16_t bcd_device) TestUsbDevice() argument
|
| H A D | test_settings.cpp | 50 enable_testing_mode(std::uint16_t vendor_id, std::uint16_t product_id, std::uint16_t bcd_device, TestCheckpointCallback checkpoint_callback) enable_testing_mode() argument
|
| H A D | low.h | 150 UsbDeviceEntry(std::uint16_t vendor_id, std::uint16_t product_id, std::uint16_t bcd_device, in UsbDeviceEntry() argument 158 std::uint16_t bcd_device() const { return bcd_device_; } in bcd_device() function in genesys::UsbDeviceEntry 162 bool matches(std::uint16_t vendor_id, std::uint16_t product_id, std::uint16_t bcd_device) in matches() argument
|
| H A D | test_scanner_interface.cpp | 29 TestScannerInterface(Genesys_Device* dev, std::uint16_t vendor_id, std::uint16_t product_id, std::uint16_t bcd_device) TestScannerInterface() argument
|
| H A D | genesys.cpp | 5098 auto bcd_device = UsbDeviceEntry::BCD_DEVICE_NOT_SET; in attach_device_by_name() local 5041 get_matching_usb_dev(std::uint16_t vendor_id, std::uint16_t product_id, std::uint16_t bcd_device) get_matching_usb_dev() argument 5055 attach_usb_device(const char* devname, std::uint16_t vendor_id, std::uint16_t product_id, std::uint16_t bcd_device) attach_usb_device() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
| H A D | usb.c | 405 u16 id_vendor, id_product, bcd_device; in mwifiex_usb_probe() local
|
| /kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
| H A D | usb.c | 393 u16 id_vendor, id_product, bcd_device; in mwifiex_usb_probe() local
|
| /third_party/backends/testsuite/backend/genesys/ |
| H A D | session_config_test.cpp | 48 std::uint16_t bcd_device = 0; member
|
Completed in 17 milliseconds