Home
last modified time | relevance | path

Searched refs:idVendor (Results 1 – 22 of 22) sorted by relevance

/u-boot/board/samsung/common/
A Dgadget.c13 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 Dusbdescriptors.h221 u16 idVendor; member
519 serial_printf("\tidVendor %4.4x\n", d->idVendor); in print_device_descriptor()
A Dusb.h462 u16 idVendor; member
524 .idVendor = (vend), \
/u-boot/drivers/usb/emul/
A Dsandbox_keyb.c59 .idVendor = __constant_cpu_to_le16(0x1234),
A Dsandbox_hub.c46 .idVendor = __constant_cpu_to_le16(0x1234),
A Dsandbox_flash.c109 .idVendor = __constant_cpu_to_le16(0x1234),
/u-boot/drivers/usb/gadget/
A Dg_dnl.c65 .idVendor = __constant_cpu_to_le16(CONFIG_USB_GADGET_VENDOR_NUM),
A Dether.c343 .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 Dmcs7830.c736 if (dev->descriptor.idVendor == mcs7830_dongles[i].vendor && in mcs7830_eth_probe()
743 dev->descriptor.idVendor, dev->descriptor.idProduct); in mcs7830_eth_probe()
A Dasix.c640 if (dev->descriptor.idVendor == asix_dongles[i].vendor && in asix_eth_probe()
653 dev->descriptor.idVendor, dev->descriptor.idProduct); in asix_eth_probe()
A Dasix88179.c647 if (dev->descriptor.idVendor == asix_dongles[i].vendor && in ax88179_eth_probe()
660 dev->descriptor.idVendor, dev->descriptor.idProduct); in ax88179_eth_probe()
A Dsmsc95xx.c853 if (dev->descriptor.idVendor == smsc95xx_dongles[i].vendor && in smsc95xx_eth_probe()
A Dr8152.c1595 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 Dusb-uclass.c437 id->idVendor != desc->idVendor) in usb_match_device()
/u-boot/board/siemens/common/
A Dfactoryset.c404 put_unaligned(factory_dat.usb_vendor_id, &dev->idVendor); in g_dnl_bind_fixup()
/u-boot/common/
A Dusb.c1091 le16_to_cpus(&dev->descriptor.idVendor); in usb_select_config()
1115 dev->descriptor.idVendor, dev->descriptor.idProduct); in usb_select_config()
A Dusb_kbd.c530 dev->descriptor.idVendor, dev->descriptor.idProduct);
A Dusb_storage.c1119 if (descriptor.idVendor == 0x0424 && descriptor.idProduct == 0x223a) { in usb_bin_fixup()
/u-boot/include/linux/usb/
A Dch9.h264 __le16 idVendor; member
/u-boot/cmd/
A Dusb.c182 dev->descriptor.idVendor, dev->descriptor.idProduct, in usb_display_desc()
/u-boot/drivers/serial/
A Dusbtty.c115 .idVendor = cpu_to_le16(CONFIG_USBD_VENDORID),
/u-boot/lib/efi_loader/
A Defi_device_path.c695 udp->vendor_id = desc->idVendor; in dp_fill()

Completed in 43 milliseconds