Searched refs:bcdDevice (Results 1 – 25 of 25) sorted by relevance
| /openbmc/qemu/hw/usb/ |
| H A D | dev-hid.c | 373 .bcdDevice = 0, 387 .bcdDevice = 0, 402 .bcdDevice = 0, 416 .bcdDevice = 0, 431 .bcdDevice = 0, 445 .bcdDevice = 0,
|
| H A D | desc.h | 103 uint16_t bcdDevice; member
|
| H A D | dev-serial.c | 167 .bcdDevice = 0x0400, 180 .bcdDevice = 0x0400,
|
| H A D | u2f.c | 114 .bcdDevice = 0,
|
| H A D | canokey.c | 53 .bcdDevice = 0x0100,
|
| H A D | dev-audio.c | 267 .bcdDevice = 0, 536 .bcdDevice = 0,
|
| H A D | dev-wacom.c | 182 .bcdDevice = 0x4210,
|
| H A D | desc.c | 43 d->u.device.bcdDevice_lo = usb_lo(id->bcdDevice); in usb_desc_device() 44 d->u.device.bcdDevice_hi = usb_hi(id->bcdDevice); in usb_desc_device()
|
| H A D | dev-storage.c | 169 .bcdDevice = 0,
|
| H A D | dev-hub.c | 147 .bcdDevice = 0x0101,
|
| H A D | dev-uas.c | 326 .bcdDevice = 0,
|
| H A D | dev-network.c | 297 .bcdDevice = 0,
|
| H A D | dev-smartcard-reader.c | 481 .bcdDevice = CCID_DEVICE_VERSION,
|
| H A D | dev-mtp.c | 367 .bcdDevice = 0,
|
| /openbmc/openbmc/meta-nvidia/recipes-nvidia/usb-ethernet-init/files/ |
| H A D | usb-ethernet-init.sh | 10 echo 0x0100 > bcdDevice
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A 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()
|
| H A 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()
|
| /openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/ |
| H A D | create_usbhid.sh | 12 echo 0x0100 > bcdDevice
|
| /openbmc/obmc-ikvm/ |
| H A D | create_usbhid.sh | 22 echo 0x0100 > bcdDevice
|
| /openbmc/u-boot/include/ |
| H A D | usbdescriptors.h | 223 u16 bcdDevice; member 521 serial_printf("\tbcdDevice %4.4x\n", d->bcdDevice); in print_device_descriptor()
|
| /openbmc/u-boot/cmd/ |
| H A D | usb.c | 181 (dev->descriptor.bcdDevice>>8) & 0xff, in usb_display_desc() 182 dev->descriptor.bcdDevice & 0xff); in usb_display_desc()
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | usb-uclass.c | 420 (id->bcdDevice_lo > le16_to_cpu(desc->bcdDevice))) in usb_match_device() 424 (id->bcdDevice_hi < le16_to_cpu(desc->bcdDevice))) in usb_match_device()
|
| /openbmc/u-boot/include/linux/usb/ |
| H A D | ch9.h | 266 __le16 bcdDevice; member
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | usbtty.c | 114 .bcdDevice = cpu_to_le16(USBTTY_BCD_DEVICE),
|
| /openbmc/u-boot/common/ |
| H A D | usb.c | 1081 le16_to_cpus(&dev->descriptor.bcdDevice); in usb_select_config()
|