/external/u-boot/include/ |
D | usbdescriptors.h | 216 u16 bcdUSB; member 235 u16 bcdUSB; member 514 serial_printf("\tbcdUSB %4.4x\n", d->bcdUSB); in print_device_descriptor()
|
/external/u-boot/drivers/usb/emul/ |
D | sandbox_hub.c | 39 .bcdUSB = __constant_cpu_to_le16(0x0200), 140 switch (le16_to_cpu((*dev_desc)->bcdUSB)) { in hub_find_device()
|
D | sandbox_keyb.c | 52 .bcdUSB = __constant_cpu_to_le16(0x0100),
|
D | sandbox_flash.c | 102 .bcdUSB = __constant_cpu_to_le16(0x0200),
|
/external/u-boot/cmd/ |
D | usb.c | 157 (dev->descriptor.bcdUSB>>8) & 0xff, in usb_display_desc() 158 dev->descriptor.bcdUSB & 0xff); in usb_display_desc() 175 if (dev->descriptor.bcdUSB >= cpu_to_le16(0x0300)) in usb_display_desc()
|
/external/libusb/libusb/os/ |
D | wince_usb.h | 48 UINT16 bcdUSB; member
|
D | sunos_usb.c | 107 dpriv->dev_descr.bcdUSB = libusb_cpu_to_le16(descr->bcdUSB); in sunos_fill_in_dev_info()
|
D | darwin_usb.c | 756 0 == dev->dev_descriptor.bcdUSB)) { in darwin_cache_device_descriptor() 833 usbi_dbg (" bcdUSB: 0x%04x", dev->dev_descriptor.bcdUSB); in darwin_cache_device_descriptor()
|
D | windows_winusb.c | 3008 d.bcdUSB = 0x0200; /* 2.00 */ in _hid_get_device_descriptor()
|
/external/u-boot/include/linux/usb/ |
D | ch9.h | 259 __le16 bcdUSB; member 697 __le16 bcdUSB; member
|
/external/u-boot/drivers/usb/gadget/ |
D | g_dnl.c | 60 .bcdUSB = __constant_cpu_to_le16(0x0200),
|
D | composite.c | 288 qual->bcdUSB = cdev->desc.bcdUSB; in device_qual() 810 cdev->desc.bcdUSB = cpu_to_le16(0x0300); in composite_setup()
|
D | ether.c | 336 .bcdUSB = __constant_cpu_to_le16(0x0200), 756 .bcdUSB = __constant_cpu_to_le16(0x0200),
|
/external/kernel-headers/original/uapi/linux/usb/ |
D | ch9.h | 293 __le16 bcdUSB; member 724 __le16 bcdUSB; member
|
/external/libusb/examples/ |
D | testlibusb.c | 237 if (handle && desc.bcdUSB >= 0x0201) { in print_device()
|
/external/u-boot/drivers/serial/ |
D | usbtty.c | 111 .bcdUSB = cpu_to_le16(USB_BCD_VERSION), 128 .bcdUSB = cpu_to_le16(USB_BCD_VERSION),
|
/external/libusb/libusb/ |
D | descriptor.c | 522 dev->device_descriptor.bcdUSB = libusb_le16_to_cpu(dev->device_descriptor.bcdUSB); in usbi_device_cache_descriptor()
|
D | libusb.h | 488 uint16_t bcdUSB; member
|
/external/libiio/src/ |
D | usb.c | 723 (unsigned char)((dev_desc.bcdUSB >> 8) & 0xf), in usb_populate_context_attrs() 724 (unsigned char)((dev_desc.bcdUSB >> 4) & 0xf)); in usb_populate_context_attrs()
|
/external/crosvm/devices/src/usb/host_backend/ |
D | host_device.rs | 440 match d.bcdUSB & USB3_MASK { in get_backend_type()
|
/external/libusb/include/libusb/ |
D | libusb.h | 488 uint16_t bcdUSB; member
|
/external/u-boot/common/ |
D | usb.c | 1081 le16_to_cpus(&dev->descriptor.bcdUSB); in usb_select_config()
|
/external/crosvm/usb_util/src/ |
D | bindings.rs | 2165 pub bcdUSB: u16, field 2229 unsafe { &(*(::std::ptr::null::<libusb_device_descriptor>())).bcdUSB as *const _ as usize }, in bindgen_test_layout_libusb_device_descriptor() 2235 stringify!(bcdUSB) in bindgen_test_layout_libusb_device_descriptor()
|
/external/cpuinfo/test/dmesg/ |
D | xiaomi-redmi-note-4.log | 1337 [ 8.604398] init: write_file: Unable to open '/config/usb_gadget/g1/bcdUSB': No such file or dir…
|
D | oneplus-3t.log | 1599 [ 4.203619]@2 init: write_file: Unable to open '/config/usb_gadget/g1/bcdUSB': No such file or d…
|