Home
last modified time | relevance | path

Searched refs:bcdDevice (Results 1 – 25 of 33) sorted by relevance

12

/external/u-boot/drivers/usb/gadget/
Dg_dnl.c258 device_desc.bcdDevice = cpu_to_le16(gcnum); in g_dnl_bind()
262 device_desc.bcdDevice = __constant_cpu_to_le16(0x9999); in g_dnl_bind()
Dether.c275 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/
Dusbdescriptors.h223 u16 bcdDevice; member
521 serial_printf("\tbcdDevice %4.4x\n", d->bcdDevice); in print_device_descriptor()
/external/libusb/libusb/os/
Dwince_usb.h55 UINT16 bcdDevice; member
Dsunos_usb.c110 dpriv->dev_descr.bcdDevice = libusb_cpu_to_le16(descr->bcdDevice); in sunos_fill_in_dev_info()
Ddarwin_usb.c840 usbi_dbg (" bcdDevice: 0x%04x", dev->dev_descriptor.bcdDevice); in darwin_cache_device_descriptor()
Dwindows_winusb.c3015 d.bcdDevice = 0x0100; in _hid_get_device_descriptor()
/external/u-boot/cmd/
Dusb.c181 (dev->descriptor.bcdDevice>>8) & 0xff, in usb_display_desc()
182 dev->descriptor.bcdDevice & 0xff); in usb_display_desc()
/external/u-boot/drivers/usb/host/
Dusb-uclass.c417 (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/
Ddescriptor.c525 dev->device_descriptor.bcdDevice = libusb_le16_to_cpu(dev->device_descriptor.bcdDevice); in usbi_device_cache_descriptor()
Dlibusb.h511 uint16_t bcdDevice; member
/external/u-boot/include/linux/usb/
Dch9.h266 __le16 bcdDevice; member
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h300 __le16 bcdDevice; member
/external/u-boot/drivers/serial/
Dusbtty.c116 .bcdDevice = cpu_to_le16(USBTTY_BCD_DEVICE),
/external/libusb/include/libusb/
Dlibusb.h511 uint16_t bcdDevice; member
/external/u-boot/common/
Dusb.c1084 le16_to_cpus(&dev->descriptor.bcdDevice); in usb_select_config()
/external/libusb/examples/
Dxusb.c845 printf(" bcdDevice: %04X\n", dev_desc.bcdDevice); in test_device()
/external/crosvm/usb_util/src/
Dbindings.rs2181 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/
Dgalaxy-j7-prime.log475 [ 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=…
Dgalaxy-c9-pro.log694 [ 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
Dgalaxy-j7-tmobile.log637 [ 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
Dgalaxy-a3-2016-eu.log796 <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
Dgalaxy-s5-us.log782 <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
Dgalaxy-s7-global.log3344 [ 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
Dgalaxy-a8-2016-duos.log1976 [ 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

12