| /rk3399_rockchip-uboot/board/samsung/common/ |
| H A D | gadget.c | 14 put_unaligned(CONFIG_G_DNL_THOR_VENDOR_NUM, &dev->idVendor); in g_dnl_bind_fixup() 17 put_unaligned(CONFIG_G_DNL_UMS_VENDOR_NUM, &dev->idVendor); in g_dnl_bind_fixup() 20 put_unaligned(CONFIG_USB_GADGET_VENDOR_NUM, &dev->idVendor); in g_dnl_bind_fixup()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usbdescriptors.h | 222 u16 idVendor; member 520 serial_printf("\tidVendor %4.4x\n", d->idVendor); in print_device_descriptor()
|
| H A D | usb.h | 456 u16 idVendor; member 518 .idVendor = (vend), \
|
| /rk3399_rockchip-uboot/drivers/usb/emul/ |
| H A D | sandbox_keyb.c | 61 .idVendor = __constant_cpu_to_le16(0x1234),
|
| H A D | sandbox_hub.c | 48 .idVendor = __constant_cpu_to_le16(0x1234),
|
| H A D | sandbox_flash.c | 111 .idVendor = __constant_cpu_to_le16(0x1234),
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | g_dnl.c | 66 .idVendor = __constant_cpu_to_le16(CONFIG_USB_GADGET_VENDOR_NUM),
|
| H A D | f_rockusb.c | 83 dev->idVendor = __constant_cpu_to_le16(0x2207); in g_dnl_bind_fixup() 94 dev->idVendor = __constant_cpu_to_le16(0x18d1); in g_dnl_bind_fixup() 98 dev->idVendor = cpu_to_le16(0x2207); in g_dnl_bind_fixup() 101 dev->idVendor = cpu_to_le16(0x2207); in g_dnl_bind_fixup()
|
| H A D | ether.c | 347 .idVendor = __constant_cpu_to_le16(CDC_VENDOR_NUM), 2074 device_desc.idVendor = in eth_bind() 2079 device_desc.idVendor = in eth_bind() 2093 device_desc.idVendor = cpu_to_le16(CONFIG_USB_GADGET_VENDOR_NUM); in eth_bind() 2097 device_desc.idVendor = in eth_bind()
|
| /rk3399_rockchip-uboot/board/siemens/common/ |
| H A D | factoryset.c | 311 put_unaligned(factory_dat.usb_vendor_id, &dev->idVendor); in g_dnl_bind_fixup()
|
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H A D | mcs7830.c | 734 if (dev->descriptor.idVendor == mcs7830_dongles[i].vendor && in mcs7830_eth_probe() 741 dev->descriptor.idVendor, dev->descriptor.idProduct); in mcs7830_eth_probe()
|
| H A D | asix.c | 638 if (dev->descriptor.idVendor == asix_dongles[i].vendor && in asix_eth_probe() 651 dev->descriptor.idVendor, dev->descriptor.idProduct); in asix_eth_probe()
|
| H A D | asix88179.c | 646 if (dev->descriptor.idVendor == asix_dongles[i].vendor && in ax88179_eth_probe() 659 dev->descriptor.idVendor, dev->descriptor.idProduct); in ax88179_eth_probe()
|
| H A D | r8152.c | 1364 if (dev->descriptor.idVendor == r8152_dongles[i].vendor && in r8152_eth_probe() 1377 dev->descriptor.idVendor, dev->descriptor.idProduct); in r8152_eth_probe()
|
| H A D | smsc95xx.c | 851 if (dev->descriptor.idVendor == smsc95xx_dongles[i].vendor && in smsc95xx_eth_probe()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb.c | 259 if(dev->descriptor.idVendor == 0x058f && dev->descriptor.idProduct == 0x6387) in usb_control_msg() 1099 le16_to_cpus(&dev->descriptor.idVendor); in usb_select_config() 1123 dev->descriptor.idVendor, dev->descriptor.idProduct); in usb_select_config()
|
| H A D | usb_kbd.c | 528 dev->descriptor.idVendor, dev->descriptor.idProduct);
|
| H A D | usb_storage.c | 1119 if (descriptor.idVendor == 0x0424 && descriptor.idProduct == 0x223a) { in usb_bin_fixup()
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | usb-uclass.c | 410 id->idVendor != le16_to_cpu(desc->idVendor)) in usb_match_device()
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | ch9.h | 264 __le16 idVendor; member
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | usb.c | 181 dev->descriptor.idVendor, dev->descriptor.idProduct, in usb_display_desc()
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_device_path.c | 324 udp->vendor_id = desc->idVendor; in dp_fill()
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | usbtty.c | 114 .idVendor = cpu_to_le16(CONFIG_USBD_VENDORID),
|