Searched refs:bcdDevice (Results 1 – 9 of 9) sorted by relevance
| /u-boot/drivers/usb/gadget/ |
| A D | g_dnl.c | 267 device_desc.bcdDevice = cpu_to_le16(gcnum); in g_dnl_bind() 271 device_desc.bcdDevice = __constant_cpu_to_le16(0x9999); in g_dnl_bind()
|
| A D | ether.c | 268 static ushort bcdDevice; variable 2001 device_desc.bcdDevice = cpu_to_le16(0x0300 + gcnum); in eth_bind() 2053 if (bcdDevice) in eth_bind() 2054 device_desc.bcdDevice = cpu_to_le16(bcdDevice); in eth_bind()
|
| /u-boot/include/ |
| A D | usbdescriptors.h | 223 u16 bcdDevice; member 506 serial_printf("\tbcdDevice %4.4x\n", d->bcdDevice); in print_device_descriptor()
|
| /u-boot/cmd/ |
| A D | usb.c | 183 (dev->descriptor.bcdDevice>>8) & 0xff, in usb_display_desc() 184 dev->descriptor.bcdDevice & 0xff); in usb_display_desc()
|
| /u-boot/drivers/usb/host/ |
| A D | usb-uclass.c | 409 (id->bcdDevice_lo > desc->bcdDevice)) in usb_match_device() 413 (id->bcdDevice_hi < desc->bcdDevice)) in usb_match_device()
|
| /u-boot/doc/board/sifive/ |
| A D | unmatched.rst | 403 [ 2.816609] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 414 [ 2.881074] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10 456 [ 3.458247] usb 1-2: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01 471 [ 3.643539] usb 2-2: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
|
| /u-boot/include/linux/usb/ |
| A D | ch9.h | 266 __le16 bcdDevice; member
|
| /u-boot/drivers/serial/ |
| A D | usbtty.c | 116 .bcdDevice = cpu_to_le16(USBTTY_BCD_DEVICE),
|
| /u-boot/common/ |
| A D | usb.c | 1100 le16_to_cpus(&dev->descriptor.bcdDevice); in usb_select_config()
|
Completed in 32 milliseconds