/linux/drivers/net/usb/ |
H A D | zaurus.c | 268 .idVendor = 0x04DD, 284 .idVendor = 0x04DD, 291 .idVendor = 0x04DD, 298 .idVendor = 0x04DD, 305 .idVendor = 0x04DD, 312 .idVendor = 0x04DD, 319 .idVendor = 0x04DD, 326 .idVendor = 0x04DD, 338 .idVendor = 0x04DD, 345 .idVendor = 0x04DD, [all …]
|
H A D | cdc_ether.c | 600 .idVendor = 0x04DD, 614 .idVendor = 0x04DD, 621 .idVendor = 0x04DD, 628 .idVendor = 0x04DD, 635 .idVendor = 0x04DD, 642 .idVendor = 0x04DD, 649 .idVendor = 0x04DD, 656 .idVendor = 0x04DD, 663 .idVendor = 0x04DD, 670 .idVendor = 0x04DD, [all …]
|
/linux/tools/usb/usbip/src/ |
H A D | usbip_list.c | 97 udev.idVendor, udev.idProduct); in get_exported_devices() 174 const char *idVendor; in list_devices() local 213 idVendor = udev_device_get_sysattr_value(dev, "idVendor"); in list_devices() 220 if (!idVendor || !idProduct || !bConfValue || !bNumIntfs) { in list_devices() 228 strtol(idVendor, NULL, 16), in list_devices() 232 print_device(busid, idVendor, idProduct, parsable); in list_devices() 263 uint16_t idVendor; in list_gadget_devices() local 298 idVendor = le16toh(d_desc->idVendor); in list_gadget_devices() 299 sprintf(idVendor_buf, "0x%4x", idVendor); in list_gadget_devices() 301 sprintf(idProduct_buf, "0x%4x", idVendor); in list_gadget_devices() [all …]
|
H A D | usbip_network.c | 83 udev->idVendor = usbip_net_pack_uint16_t(pack, udev->idVendor); in usbip_net_pack_usb_device()
|
/linux/tools/usb/ |
H A D | testusb.c | 74 __u16 idVendor; member 168 if (dev.idVendor == 0x0547 && dev.idProduct == 0x1002) in testdev_ifnum() 184 if (dev.idVendor == 0x0547 && dev.idProduct == 0x2235) in testdev_ifnum() 188 if (dev.idVendor == 0x04b4 && dev.idProduct == 0x8613) in testdev_ifnum() 192 if (dev.idVendor == 0x0547 && dev.idProduct == 0x0080) in testdev_ifnum() 196 if (dev.idVendor == 0x06cd && dev.idProduct == 0x010b) in testdev_ifnum() 202 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a0) in testdev_ifnum() 206 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a4) in testdev_ifnum() 211 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a3) in testdev_ifnum() 216 if (dev.idVendor == 0xfff0 && dev.idProduct == 0xfff0) in testdev_ifnum() [all …]
|
/linux/drivers/usb/core/ |
H A D | otg_productlist.h | 46 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted() 51 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted() 60 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in is_targeted() 97 le16_to_cpu(dev->descriptor.idVendor), in is_targeted()
|
/linux/tools/leds/ |
H A D | get_led_device_info.sh | 56 idVendor=`cat idVendor` 86 if [ ! -z "$idVendor" ]; then 87 printf "idVendor:\t\t$idVendor\n"
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-init.c | 220 …deb_info("check for cold %x %x\n", props->devices[i].cold_ids[j]->idVendor, props->devices[i].cold… in dvb_usb_find_device() 221 if (props->devices[i].cold_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) && in dvb_usb_find_device() 233 …deb_info("check for warm %x %x\n", props->devices[i].warm_ids[j]->idVendor, props->devices[i].warm… in dvb_usb_find_device() 234 if (props->devices[i].warm_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) && in dvb_usb_find_device()
|
H A D | dibusb-mc-common.c | 86 if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_LITEON && in dibusb_dib3000mc_frontend_attach() 125 if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_LITEON && in dibusb_dib3000mc_tuner_attach() 138 } else if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_DIBCOM && in dibusb_dib3000mc_tuner_attach()
|
/linux/drivers/usb/storage/ |
H A D | uas-detect.h | 98 if (le16_to_cpu(udev->descriptor.idVendor) == 0x174c && in uas_use_uas_driver() 116 if (le16_to_cpu(udev->descriptor.idVendor) == 0x0bc2) in uas_use_uas_driver() 126 if (le16_to_cpu(udev->descriptor.idVendor) == 0x0bda && in uas_use_uas_driver()
|
H A D | usb.c | 188 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument 529 le16_to_cpu(us->pusb_dev->descriptor.idVendor), in associate_dev() 560 u16 vid = le16_to_cpu(udev->descriptor.idVendor); in usb_stor_adjust_quirks() 703 le16_to_cpu(dev->descriptor.idVendor), in get_device_info() 713 if (id->idVendor || id->idProduct) { in get_device_info() 735 le16_to_cpu(ddesc->idVendor), in get_device_info() 1222 id->idVendor, id->idProduct); in storage_probe()
|
/linux/sound/usb/usx2y/ |
H A D | usbusx2y.c | 338 .idVendor = 0x1604, 343 .idVendor = 0x1604, 348 .idVendor = 0x1604, 383 le16_to_cpu(device->descriptor.idVendor), in usx2y_create_card() 435 if (le16_to_cpu(device->descriptor.idVendor) != 0x1604 || in snd_usx2y_probe()
|
H A D | us122l.c | 502 le16_to_cpu(device->descriptor.idVendor), in usx2y_create_card() 675 .idVendor = 0x0644, 680 .idVendor = 0x0644, 686 .idVendor = 0x0644, 691 .idVendor = 0x0644,
|
/linux/drivers/media/usb/go7007/ |
H A D | go7007-usb.c | 510 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 521 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 529 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 538 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 549 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 558 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 569 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */ 577 .idVendor = 0x093b, /* Vendor ID of Plextor */ 585 .idVendor = 0x093b, /* Vendor ID of Plextor */ 593 .idVendor = 0x10fd, /* Vendor ID of Anubis Electronics */ [all …]
|
/linux/drivers/usb/gadget/legacy/ |
H A D | ether.c | 161 .idVendor = cpu_to_le16 (CDC_VENDOR_NUM), 325 device_desc.idVendor = cpu_to_le16(EEM_VENDOR_NUM); in eth_bind() 353 device_desc.idVendor = cpu_to_le16(SIMPLE_VENDOR_NUM); in eth_bind() 387 device_desc.idVendor = cpu_to_le16(RNDIS_VENDOR_NUM); in eth_bind()
|
/linux/include/linux/usb/ |
H A D | composite.h | 532 u16 idVendor; member 542 module_param_named(idVendor, coverwrite.idVendor, ushort, S_IRUGO); \ 543 MODULE_PARM_DESC(idVendor, "USB Vendor ID"); \
|
H A D | input.h | 17 id->vendor = le16_to_cpu(dev->descriptor.idVendor); in usb_to_input_id()
|
/linux/drivers/hid/ |
H A D | hid-lgff.c | 26 u16 idVendor; member 136 if (dev->id.vendor == devices[i].idVendor && in lgff_init()
|
/linux/include/linux/ |
H A D | usb.h | 988 .idVendor = (vend), \ 1002 .idVendor = (vend), \ 1019 .idVendor = (vend), \ 1035 .idVendor = (vend), \ 1051 .idVendor = (vend), \ 1102 .idVendor = (vend), \ 1124 .idVendor = (vend), \
|
/linux/drivers/input/joystick/ |
H A D | xpad.c | 124 u16 idVendor; member 457 .idVendor = (vend), \ 468 .idVendor = (vend), \ 541 u16 idVendor; member 549 .idVendor = (_vid), \ 1213 if (init_packet->idVendor != 0 && in xpad_prepare_next_init_packet() 1214 init_packet->idVendor != xpad->dev->id.vendor) in xpad_prepare_next_init_packet() 1993 for (i = 0; xpad_device[i].idVendor; i++) { in xpad_probe() 1994 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor) && in xpad_probe() 2091 if (le16_to_cpu(udev->descriptor.idVendor) == 0x045e) { /* Microsoft controllers */ in xpad_probe()
|
/linux/tools/usb/usbip/vudc/ |
H A D | vudc_server_example.sh | 62 echo ${ID_VENDOR} > idVendor
|
/linux/net/caif/ |
H A D | caif_usb.c | 150 le16_to_cpu(usbdev->descriptor.idVendor), in cfusbl_device_notify() 154 if (!(le16_to_cpu(usbdev->descriptor.idVendor) == STE_USB_VID && in cfusbl_device_notify()
|
/linux/sound/usb/ |
H A D | quirks-table.h | 24 .idVendor = vend, \ 33 .idVendor = vend, \ 434 .idVendor = 0x0499, 1360 .idVendor = 0x0582, 1829 .idVendor = 0x07fd, 2166 .idVendor = 0x17cc, 2172 .idVendor = 0x17cc, 2178 .idVendor = 0x17cc, 3683 .idVendor = 0x2a39, \
|
/linux/drivers/net/wireless/purelifi/plfxlc/ |
H A D | firmware.c | 41 if ((le16_to_cpu(udev->descriptor.idVendor) == in plfxlc_download_fpga() 48 } else if ((le16_to_cpu(udev->descriptor.idVendor)) == in plfxlc_download_fpga()
|
/linux/tools/usb/usbip/libsrc/ |
H A D | usbip_common.c | 126 udev->idVendor, in dump_usb_device() 215 READ_ATTR(udev, uint16_t, sdev, idVendor, "%04x\n"); in read_usb_device()
|