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

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-ff.c43 u16 idVendor; member in struct:hid_ff_initializer
81 int vendor = le16_to_cpu(hid_to_usb_dev(hid)->descriptor.idVendor);
84 for (init = inits; init->idVendor; init++)
85 if (init->idVendor == vendor && init->idProduct == product)
H A Dhid-quirks.c267 __u16 idVendor; member in struct:hid_blacklist
471 * @idVendor: the 16-bit USB vendor ID, in native byteorder
481 static struct hid_blacklist *usbhid_exists_dquirk(const u16 idVendor, argument
488 if (q->hid_bl_item.idVendor == idVendor &&
497 bl_entry->quirks, bl_entry->idVendor,
506 * @idVendor: the 16-bit USB vendor ID, in native byteorder
511 * If an dynamic quirk exists in memory for this (idVendor,
517 int usbhid_modify_dquirk(const u16 idVendor, const u16 idProduct, argument
523 if (!idVendor) {
589 u16 idVendor, idProduct; local
634 usbhid_exists_squirk(const u16 idVendor, const u16 idProduct) argument
663 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct) argument
[all...]
H A Dhid-lgff.c36 u16 idVendor; member in struct:dev_type
134 if (dev->id.vendor == devices[i].idVendor &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dotg_whitelist.h55 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a &&
64 id->idVendor != le16_to_cpu(dev->descriptor.idVendor))
101 le16_to_cpu(dev->descriptor.idVendor),
H A Dquirks.c53 for (; id->idVendor || id->bDeviceClass || id->bInterfaceClass ||
H A Ddriver.c42 u32 idVendor = 0; local
47 fields = sscanf(buf, "%x %x", &idVendor, &idProduct);
56 dynid->id.idVendor = idVendor;
372 id->idVendor != le16_to_cpu(dev->descriptor.idVendor))
530 for (; id->idVendor || id->bDeviceClass || id->bInterfaceClass ||
622 le16_to_cpu(usb_dev->descriptor.idVendor),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/
H A Dinput.h20 id->vendor = le16_to_cpu(dev->descriptor.idVendor);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dcxusb.h9 #define deb_i2c(args...) if (d->udev->descriptor.idVendor == USB_VID_MEDION) \
H A Ddvb-usb-init.c169 deb_info("check for cold %x %x\n",props->devices[i].cold_ids[j]->idVendor, props->devices[i].cold_ids[j]->idProduct);
170 if (props->devices[i].cold_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) &&
182 deb_info("check for warm %x %x\n",props->devices[i].warm_ids[j]->idVendor, props->devices[i].warm_ids[j]->idProduct);
183 if (props->devices[i].warm_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dzaurus.c278 .idVendor = 0x04DD,
294 .idVendor = 0x04DD,
301 .idVendor = 0x04DD,
308 .idVendor = 0x04DD,
315 .idVendor = 0x04DD,
322 .idVendor = 0x04DD,
329 .idVendor = 0x04DD,
353 .idVendor = 0x07B4,
H A Dcdc_ether.c468 .idVendor = 0x04DD,
482 .idVendor = 0x04DD,
489 .idVendor = 0x04DD,
496 .idVendor = 0x04DD,
503 .idVendor = 0x04DD,
510 .idVendor = 0x04DD,
517 .idVendor = 0x04DD,
530 .idVendor = 0x07B4,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/caiaq/
H A Dcaiaq-device.c82 .idVendor = USB_VID_NATIVEINSTRUMENTS,
87 .idVendor = USB_VID_NATIVEINSTRUMENTS,
92 .idVendor = USB_VID_NATIVEINSTRUMENTS,
97 .idVendor = USB_VID_NATIVEINSTRUMENTS,
290 dev->chip.usb_id = USB_ID(usb_dev->descriptor.idVendor,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2y.c321 .idVendor = 0x1604,
326 .idVendor = 0x1604,
331 .idVendor = 0x1604,
360 le16_to_cpu(device->descriptor.idVendor),
374 if (le16_to_cpu(device->descriptor.idVendor) != 0x1604 ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dxpad.c96 u16 idVendor; member in struct:xpad_device
316 for (i = 0; xpad_device[i].idVendor; i++) {
317 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_sensor.h57 .idVendor = (vend), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dgmidi.c66 static ushort idVendor; variable
67 module_param(idVendor, ushort, S_IRUGO);
68 MODULE_PARM_DESC(idVendor, "USB Vendor ID");
212 .idVendor = __constant_cpu_to_le16(DRIVER_VENDOR_NUM),
1155 if (idVendor) {
1157 printk(KERN_ERR "idVendor needs idProduct!\n");
1160 device_desc.idVendor = cpu_to_le16(idVendor);
H A Dether.c193 static ushort idVendor; variable
194 module_param(idVendor, ushort, S_IRUGO);
195 MODULE_PARM_DESC(idVendor, "USB Vendor ID");
446 .idVendor = __constant_cpu_to_le16 (CDC_VENDOR_NUM),
2298 device_desc.idVendor =
2310 device_desc.idVendor =
2317 if (idVendor) {
2319 dev_err (&gadget->dev, "idVendor needs idProduct!\n");
2322 device_desc.idVendor = cpu_to_le16(idVendor);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dsafe_serial.c57 MODULE_PARM_DESC(vendor, "User specified USB idVendor (required)");
90 .idVendor = (vend), \
385 if (!id_table[i].idVendor && !id_table[i].idProduct) {
386 id_table[i].idVendor = vendor;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dst5481_init.c68 le16_to_cpu(dev->descriptor.idVendor),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dfile2alias.c81 id->idVendor);
128 id->idVendor = TO_NATIVE(id->idVendor);
140 if (!(id->idVendor | id->bDeviceClass | id->bInterfaceClass))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dhotplug2-dnode.c350 unsigned int idVendor, idProduct, bcdDevice; local
365 idVendor = strtoul(product_env, NULL, 16);
398 idVendor, idProduct, bcdDevice,
405 idVendor, idProduct, bcdDevice,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dacecad.c208 le16_to_cpu(dev->descriptor.idVendor),
218 le16_to_cpu(dev->descriptor.idVendor),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhid.h505 u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct);
506 int usbhid_modify_dquirk(const u16 idVendor, const u16 idProduct, const u32 quirks);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/class/
H A Dusblp.c554 le16_to_cpu(usblp->dev->descriptor.idVendor) != 0x03F0 ||
601 twoints[0] = le16_to_cpu(usblp->dev->descriptor.idVendor);
941 le16_to_cpu(dev->descriptor.idVendor),
948 le16_to_cpu(dev->descriptor.idVendor),
983 le16_to_cpu(usblp->dev->descriptor.idVendor),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbquirks.h38 .idVendor = vend, \
50 .idVendor = 0x046d,
59 .idVendor = 0x046d,
68 .idVendor = 0x046d,
1528 .idVendor = 0x07fd,

Completed in 208 milliseconds

12345