/external/u-boot/drivers/usb/gadget/ |
D | g_dnl.c | 258 device_desc.bcdDevice = cpu_to_le16(gcnum); in g_dnl_bind() 262 device_desc.bcdDevice = __constant_cpu_to_le16(0x9999); in g_dnl_bind()
|
D | ether.c | 275 static ushort bcdDevice; variable 2048 device_desc.bcdDevice = cpu_to_le16(0x0300 + gcnum); in eth_bind() 2100 if (bcdDevice) in eth_bind() 2101 device_desc.bcdDevice = cpu_to_le16(bcdDevice); in eth_bind()
|
/external/u-boot/include/ |
D | usbdescriptors.h | 223 u16 bcdDevice; member 521 serial_printf("\tbcdDevice %4.4x\n", d->bcdDevice); in print_device_descriptor()
|
/external/libusb/libusb/os/ |
D | wince_usb.h | 55 UINT16 bcdDevice; member
|
D | sunos_usb.c | 110 dpriv->dev_descr.bcdDevice = libusb_cpu_to_le16(descr->bcdDevice); in sunos_fill_in_dev_info()
|
D | darwin_usb.c | 840 usbi_dbg (" bcdDevice: 0x%04x", dev->dev_descriptor.bcdDevice); in darwin_cache_device_descriptor()
|
D | windows_winusb.c | 3015 d.bcdDevice = 0x0100; in _hid_get_device_descriptor()
|
/external/u-boot/cmd/ |
D | usb.c | 181 (dev->descriptor.bcdDevice>>8) & 0xff, in usb_display_desc() 182 dev->descriptor.bcdDevice & 0xff); in usb_display_desc()
|
/external/u-boot/drivers/usb/host/ |
D | usb-uclass.c | 417 (id->bcdDevice_lo > le16_to_cpu(desc->bcdDevice))) in usb_match_device() 421 (id->bcdDevice_hi < le16_to_cpu(desc->bcdDevice))) in usb_match_device()
|
/external/libusb/libusb/ |
D | descriptor.c | 525 dev->device_descriptor.bcdDevice = libusb_le16_to_cpu(dev->device_descriptor.bcdDevice); in usbi_device_cache_descriptor()
|
D | libusb.h | 511 uint16_t bcdDevice; member
|
/external/u-boot/include/linux/usb/ |
D | ch9.h | 266 __le16 bcdDevice; member
|
/external/kernel-headers/original/uapi/linux/usb/ |
D | ch9.h | 300 __le16 bcdDevice; member
|
/external/u-boot/drivers/serial/ |
D | usbtty.c | 116 .bcdDevice = cpu_to_le16(USBTTY_BCD_DEVICE),
|
/external/libusb/include/libusb/ |
D | libusb.h | 511 uint16_t bcdDevice; member
|
/external/u-boot/common/ |
D | usb.c | 1084 le16_to_cpus(&dev->descriptor.bcdDevice); in usb_select_config()
|
/external/libusb/examples/ |
D | xusb.c | 845 printf(" bcdDevice: %04X\n", dev_desc.bcdDevice); in test_device()
|
/external/crosvm/usb_util/src/ |
D | bindings.rs | 2181 pub bcdDevice: u16, field 2315 &(*(::std::ptr::null::<libusb_device_descriptor>())).bcdDevice as *const _ as usize in bindgen_test_layout_libusb_device_descriptor() 2322 stringify!(bcdDevice) in bindgen_test_layout_libusb_device_descriptor()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-j7-prime.log | 475 [ 4.568428] [3: init: 1] [c3] usb: acm is enabled. (bcdDevice=0x400) 476 [ 4.568442] [3: init: 1] [c3] usb: enable_store vendor=4e8,product=6860,bcdDevice=… 700 [ 6.194854] [3: init: 1] [c3] usb: acm is enabled. (bcdDevice=0x400) 702 [ 6.194878] [3: init: 1] [c3] usb: enable_store vendor=4e8,product=6860,bcdDevice=…
|
D | galaxy-c9-pro.log | 694 [ 4.359973] [5: init: 1] usb: acm is enabled. (bcdDevice=0x400) 695 [ 4.360018] [5: init: 1] usb: enable_store vendor=4e8,product=6860,bcdDevice=400 929 [ 5.505148] [5: init: 1] usb: acm is enabled. (bcdDevice=0x400) 931 [ 5.505249] [5: init: 1] usb: enable_store vendor=4e8,product=6860,bcdDevice=400
|
D | galaxy-j7-tmobile.log | 637 [ 40.330312] [5: init: 1] usb: acm is enabled. (bcdDevice=0x400) 639 [ 40.330330] [5: init: 1] usb: enable_store vendor=4e8,product=6860,bcdDevice=400
|
D | galaxy-a3-2016-eu.log | 796 <7>[ 4.153939] [3: init: 1] usb: acm is enabled. (bcdDevice=0x400) 798 <7>[ 4.153954] [3: init: 1] usb: enable_store vendor=4e8,product=6860,bcdDevice=400
|
D | galaxy-s5-us.log | 782 <7>[ 1.065994] usb: composite_bind bcdDevice=0x0 1608 <7>[ 3.905191] usb: acm is enabled. (bcdDevice=0x400) 1610 <7>[ 3.905204] usb: enable_store vendor=4e8,product=6860,bcdDevice=400
|
D | galaxy-s7-global.log | 3344 [ 7.191966] [2: init: 1] usb: acm is enabled. (bcdDevice=0x400) 3346 [ 7.191990] [2: init: 1] usb: enable_store vendor=4e8,product=6860,bcdDevice=400 3404 [ 7.273497] [3: init: 1] usb: acm is enabled. (bcdDevice=0x400) 3406 [ 7.273518] [3: init: 1] usb: enable_store vendor=4e8,product=6860,bcdDevice=400
|
D | galaxy-a8-2016-duos.log | 1976 [ 6.743809] [2: init: 1] usb: acm is enabled. (bcdDevice=0x400) 1978 [ 6.743839] [2: init: 1] usb: enable_store vendor=4e8,product=6860,bcdDevice=400
|