Searched refs:idVendor (Results 1 - 25 of 189) sorted by relevance

12345678

/linux-master/drivers/usb/core/
H A Dotg_productlist.h46 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a &&
51 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a &&
60 id->idVendor != le16_to_cpu(dev->descriptor.idVendor))
97 le16_to_cpu(dev->descriptor.idVendor),
H A Ddriver.c48 u32 idVendor = 0; local
55 fields = sscanf(buf, "%x %x %x %x %x", &idVendor, &idProduct,
65 dynid->id.idVendor = idVendor;
87 if (id->idVendor == refVendor && id->idProduct == refProduct)
122 dynid->id.idVendor, dynid->id.idProduct,
126 dynid->id.idVendor, dynid->id.idProduct);
155 u32 idVendor; local
159 fields = sscanf(buf, "%x %x", &idVendor, &idProduct);
167 if ((id->idVendor
[all...]
/linux-master/tools/usb/usbip/vudc/
H A Dvudc_server_example.sh62 echo ${ID_VENDOR} > idVendor
/linux-master/include/linux/usb/
H A Dinput.h17 id->vendor = le16_to_cpu(dev->descriptor.idVendor);
H A Dcomposite.h382 * may be overridden. These include the idVendor/idProduct/bcdDevice values
532 u16 idVendor; member in struct:usb_composite_overwrite
542 module_param_named(idVendor, coverwrite.idVendor, ushort, S_IRUGO); \
543 MODULE_PARM_DESC(idVendor, "USB Vendor ID"); \
/linux-master/tools/usb/usbip/src/
H A Dusbip_list.c97 udev.idVendor, udev.idProduct);
174 const char *idVendor; local
213 idVendor = udev_device_get_sysattr_value(dev, "idVendor");
220 if (!idVendor || !idProduct || !bConfValue || !bNumIntfs) {
228 strtol(idVendor, NULL, 16),
232 print_device(busid, idVendor, idProduct, parsable);
263 uint16_t idVendor; local
298 idVendor = le16toh(d_desc->idVendor);
[all...]
/linux-master/tools/usb/
H A Dtestusb.c74 __u16 idVendor; member in struct:usb_device_descriptor
168 if (dev.idVendor == 0x0547 && dev.idProduct == 0x1002)
184 if (dev.idVendor == 0x0547 && dev.idProduct == 0x2235)
188 if (dev.idVendor == 0x04b4 && dev.idProduct == 0x8613)
192 if (dev.idVendor == 0x0547 && dev.idProduct == 0x0080)
196 if (dev.idVendor == 0x06cd && dev.idProduct == 0x010b)
202 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a0)
206 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a4)
211 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a3)
216 if (dev.idVendor
[all...]
/linux-master/drivers/net/usb/
H A Dzaurus.c268 .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
[all...]
H A Dcdc_ether.c599 .idVendor = 0x04DD,
613 .idVendor = 0x04DD,
620 .idVendor = 0x04DD,
627 .idVendor = 0x04DD,
634 .idVendor = 0x04DD,
641 .idVendor = 0x04DD,
648 .idVendor = 0x04DD,
655 .idVendor = 0x04DD,
662 .idVendor = 0x04DD,
669 .idVendor
[all...]
/linux-master/sound/usb/caiaq/
H A Ddevice.c60 .idVendor = USB_VID_NATIVEINSTRUMENTS,
65 .idVendor = USB_VID_NATIVEINSTRUMENTS,
70 .idVendor = USB_VID_NATIVEINSTRUMENTS,
75 .idVendor = USB_VID_NATIVEINSTRUMENTS,
80 .idVendor = USB_VID_NATIVEINSTRUMENTS,
85 .idVendor = USB_VID_NATIVEINSTRUMENTS,
90 .idVendor = USB_VID_NATIVEINSTRUMENTS,
95 .idVendor = USB_VID_NATIVEINSTRUMENTS,
100 .idVendor = USB_VID_NATIVEINSTRUMENTS,
105 .idVendor
[all...]
/linux-master/drivers/media/usb/uvc/
H A Duvc_driver.c854 switch (le16_to_cpu(dev->udev->descriptor.idVendor)) {
2117 if (id->idVendor && id->idProduct)
2119 udev->devpath, id->idVendor, id->idProduct);
2129 le16_to_cpu(udev->descriptor.idVendor),
2179 le16_to_cpu(udev->descriptor.idVendor),
2433 .idVendor = 0x0408,
2442 .idVendor = 0x0408,
2451 .idVendor = 0x0408,
2460 .idVendor = 0x0416,
2469 .idVendor
[all...]
/linux-master/drivers/usb/storage/
H A Duas-detect.h98 if (le16_to_cpu(udev->descriptor.idVendor) == 0x174c &&
116 if (le16_to_cpu(udev->descriptor.idVendor) == 0x0bc2)
121 * with UAS. This isn't distinguishable with just idVendor and
126 if (le16_to_cpu(udev->descriptor.idVendor) == 0x0bda &&
H A Dusual-tables.c83 vid = le16_to_cpu(udev->descriptor.idVendor);
/linux-master/tools/leds/
H A Dget_led_device_info.sh56 idVendor=`cat idVendor`
86 if [ ! -z "$idVendor" ]; then
87 printf "idVendor:\t\t$idVendor\n"
/linux-master/drivers/media/usb/dvb-usb/
H A Ddibusb-mc-common.c85 if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_LITEON &&
124 if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_LITEON &&
137 } else if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_DIBCOM &&
H A Ddvb-usb-init.c220 deb_info("check for cold %x %x\n", props->devices[i].cold_ids[j]->idVendor, props->devices[i].cold_ids[j]->idProduct);
221 if (props->devices[i].cold_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) &&
233 deb_info("check for warm %x %x\n", props->devices[i].warm_ids[j]->idVendor, props->devices[i].warm_ids[j]->idProduct);
234 if (props->devices[i].warm_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) &&
/linux-master/drivers/usb/gadget/legacy/
H A Dether.c161 .idVendor = cpu_to_le16 (CDC_VENDOR_NUM),
325 device_desc.idVendor = cpu_to_le16(EEM_VENDOR_NUM);
353 device_desc.idVendor = cpu_to_le16(SIMPLE_VENDOR_NUM);
387 device_desc.idVendor = cpu_to_le16(RNDIS_VENDOR_NUM);
/linux-master/drivers/staging/rtl8712/
H A Dusb_intf.c167 {.idVendor = 0x0b05, .idProduct = 0x1791,
169 {.idVendor = 0x0df6, .idProduct = 0x0059,
171 {.idVendor = 0x13d3, .idProduct = 0x3306,
173 {.idVendor = 0x13D3, .idProduct = 0x3311,
175 {.idVendor = 0x13d3, .idProduct = 0x3335,
177 {.idVendor = 0x13d3, .idProduct = 0x3336,
179 {.idVendor = 0x13d3, .idProduct = 0x3340,
181 {.idVendor = 0x13d3, .idProduct = 0x3341,
319 vid = specific_device_id_tbl[i].idVendor;
323 if ((pdid->idVendor
[all...]
/linux-master/drivers/hid/
H A Dhid-lgff.c26 u16 idVendor; member in struct:dev_type
136 if (dev->id.vendor == devices[i].idVendor &&
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dchip.c49 le16_to_cpu(udev->descriptor.idVendor),
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-usb.c510 .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
[all...]
/linux-master/sound/usb/usx2y/
H A Dusbusx2y.c339 .idVendor = 0x1604,
344 .idVendor = 0x1604,
349 .idVendor = 0x1604,
384 le16_to_cpu(device->descriptor.idVendor),
436 if (le16_to_cpu(device->descriptor.idVendor) != 0x1604 ||
/linux-master/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) {
/linux-master/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) {
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_common.h119 uint16_t idVendor; member in struct:usbip_usb_device

Completed in 214 milliseconds

12345678