Searched refs:idVendor (Results 1 – 22 of 22) sorted by relevance
/u-boot/board/samsung/common/ |
A D | gadget.c | 13 put_unaligned(CONFIG_G_DNL_THOR_VENDOR_NUM, &dev->idVendor); in g_dnl_bind_fixup() 16 put_unaligned(CONFIG_G_DNL_UMS_VENDOR_NUM, &dev->idVendor); in g_dnl_bind_fixup() 19 put_unaligned(CONFIG_USB_GADGET_VENDOR_NUM, &dev->idVendor); in g_dnl_bind_fixup()
|
/u-boot/include/ |
A D | usbdescriptors.h | 221 u16 idVendor; member 519 serial_printf("\tidVendor %4.4x\n", d->idVendor); in print_device_descriptor()
|
A D | usb.h | 462 u16 idVendor; member 524 .idVendor = (vend), \
|
/u-boot/drivers/usb/emul/ |
A D | sandbox_keyb.c | 59 .idVendor = __constant_cpu_to_le16(0x1234),
|
A D | sandbox_hub.c | 46 .idVendor = __constant_cpu_to_le16(0x1234),
|
A D | sandbox_flash.c | 109 .idVendor = __constant_cpu_to_le16(0x1234),
|
/u-boot/drivers/usb/gadget/ |
A D | g_dnl.c | 65 .idVendor = __constant_cpu_to_le16(CONFIG_USB_GADGET_VENDOR_NUM),
|
A D | ether.c | 343 .idVendor = __constant_cpu_to_le16(CDC_VENDOR_NUM), 2078 device_desc.idVendor = in eth_bind() 2083 device_desc.idVendor = in eth_bind() 2097 device_desc.idVendor = cpu_to_le16(CONFIG_USB_GADGET_VENDOR_NUM); in eth_bind() 2101 device_desc.idVendor = in eth_bind()
|
/u-boot/drivers/usb/eth/ |
A D | mcs7830.c | 736 if (dev->descriptor.idVendor == mcs7830_dongles[i].vendor && in mcs7830_eth_probe() 743 dev->descriptor.idVendor, dev->descriptor.idProduct); in mcs7830_eth_probe()
|
A D | asix.c | 640 if (dev->descriptor.idVendor == asix_dongles[i].vendor && in asix_eth_probe() 653 dev->descriptor.idVendor, dev->descriptor.idProduct); in asix_eth_probe()
|
A D | asix88179.c | 647 if (dev->descriptor.idVendor == asix_dongles[i].vendor && in ax88179_eth_probe() 660 dev->descriptor.idVendor, dev->descriptor.idProduct); in ax88179_eth_probe()
|
A D | smsc95xx.c | 853 if (dev->descriptor.idVendor == smsc95xx_dongles[i].vendor && in smsc95xx_eth_probe()
|
A D | r8152.c | 1595 if (dev->descriptor.idVendor == r8152_dongles[i].vendor && in r8152_eth_probe() 1608 dev->descriptor.idVendor, dev->descriptor.idProduct); in r8152_eth_probe()
|
/u-boot/drivers/usb/host/ |
A D | usb-uclass.c | 437 id->idVendor != desc->idVendor) in usb_match_device()
|
/u-boot/board/siemens/common/ |
A D | factoryset.c | 404 put_unaligned(factory_dat.usb_vendor_id, &dev->idVendor); in g_dnl_bind_fixup()
|
/u-boot/common/ |
A D | usb.c | 1091 le16_to_cpus(&dev->descriptor.idVendor); in usb_select_config() 1115 dev->descriptor.idVendor, dev->descriptor.idProduct); in usb_select_config()
|
A D | usb_kbd.c | 530 dev->descriptor.idVendor, dev->descriptor.idProduct);
|
A D | usb_storage.c | 1119 if (descriptor.idVendor == 0x0424 && descriptor.idProduct == 0x223a) { in usb_bin_fixup()
|
/u-boot/include/linux/usb/ |
A D | ch9.h | 264 __le16 idVendor; member
|
/u-boot/cmd/ |
A D | usb.c | 182 dev->descriptor.idVendor, dev->descriptor.idProduct, in usb_display_desc()
|
/u-boot/drivers/serial/ |
A D | usbtty.c | 115 .idVendor = cpu_to_le16(CONFIG_USBD_VENDORID),
|
/u-boot/lib/efi_loader/ |
A D | efi_device_path.c | 695 udp->vendor_id = desc->idVendor; in dp_fill()
|
Completed in 43 milliseconds