Home
last modified time | relevance | path

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

12

/linux-4.4.14/drivers/hid/usbhid/
Dhid-quirks.c29 __u16 idVendor; member
180 static struct hid_blacklist *usbhid_exists_dquirk(const u16 idVendor, in usbhid_exists_dquirk() argument
187 if (q->hid_bl_item.idVendor == idVendor && in usbhid_exists_dquirk()
196 bl_entry->quirks, bl_entry->idVendor, in usbhid_exists_dquirk()
216 static int usbhid_modify_dquirk(const u16 idVendor, const u16 idProduct, in usbhid_modify_dquirk() argument
222 if (!idVendor) { in usbhid_modify_dquirk()
233 q_new->hid_bl_item.idVendor = idVendor; in usbhid_modify_dquirk()
241 if (q->hid_bl_item.idVendor == idVendor && in usbhid_modify_dquirk()
287 u16 idVendor, idProduct; in usbhid_quirks_init() local
294 &idVendor, &idProduct, &quirks); in usbhid_quirks_init()
[all …]
Dusbmouse.c169 le16_to_cpu(dev->descriptor.idVendor), in usb_mouse_probe()
Dusbkbd.c321 le16_to_cpu(dev->descriptor.idVendor), in usb_kbd_probe()
Dhid-core.c975 quirks = usbhid_lookup_quirk(le16_to_cpu(dev->descriptor.idVendor), in usbhid_parse()
1304 hid->vendor = le16_to_cpu(dev->descriptor.idVendor); in usbhid_probe()
1325 le16_to_cpu(dev->descriptor.idVendor), in usbhid_probe()
Dhiddev.c651 dinfo.vendor = le16_to_cpu(dev->descriptor.idVendor); in hiddev_ioctl()
/linux-4.4.14/tools/usb/
Dtestusb.c87 __u16 idVendor; member
175 if (dev.idVendor == 0x0547 && dev.idProduct == 0x1002) in testdev_ifnum()
191 if (dev.idVendor == 0x0547 && dev.idProduct == 0x2235) in testdev_ifnum()
195 if (dev.idVendor == 0x04b4 && dev.idProduct == 0x8613) in testdev_ifnum()
199 if (dev.idVendor == 0x0547 && dev.idProduct == 0x0080) in testdev_ifnum()
203 if (dev.idVendor == 0x06cd && dev.idProduct == 0x010b) in testdev_ifnum()
209 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a0) in testdev_ifnum()
213 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a4) in testdev_ifnum()
218 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a3) in testdev_ifnum()
223 if (dev.idVendor == 0xfff0 && dev.idProduct == 0xfff0) in testdev_ifnum()
[all …]
/linux-4.4.14/drivers/usb/core/
Dotg_whitelist.h54 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted()
59 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted()
68 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in is_targeted()
105 le16_to_cpu(dev->descriptor.idVendor), in is_targeted()
Ddriver.c45 u32 idVendor = 0; in usb_store_new_id() local
52 fields = sscanf(buf, "%x %x %x %x %x", &idVendor, &idProduct, in usb_store_new_id()
62 dynid->id.idVendor = idVendor; in usb_store_new_id()
84 if (id->idVendor == refVendor && id->idProduct == refProduct) in usb_store_new_id()
119 dynid->id.idVendor, dynid->id.idProduct, in usb_show_dynids()
123 dynid->id.idVendor, dynid->id.idProduct); in usb_show_dynids()
152 u32 idVendor; in remove_id_store() local
156 fields = sscanf(buf, "%x %x", &idVendor, &idProduct); in remove_id_store()
164 if ((id->idVendor == idVendor) && in remove_id_store()
615 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in usb_match_device()
[all …]
DKconfig8 idVendor, idProduct, Manufacturer, Product, and SerialNumber
Dsysfs.c655 usb_descriptor_attr_le16(idVendor, "%04x\n");
953 le16_to_cpu(udev->descriptor.idVendor), in modalias_show()
Ddevices.c394 le16_to_cpu(desc->idVendor), in usb_dump_device_descriptor()
Dmessage.c1613 le16_to_cpu(usb_dev->descriptor.idVendor), in usb_if_uevent()
Dhub.c2223 le16_to_cpu(udev->descriptor.idVendor), in announce_device()
5165 .idVendor = USB_VENDOR_GENESYS_LOGIC,
/linux-4.4.14/sound/usb/caiaq/
Ddevice.c87 .idVendor = USB_VID_NATIVEINSTRUMENTS,
92 .idVendor = USB_VID_NATIVEINSTRUMENTS,
97 .idVendor = USB_VID_NATIVEINSTRUMENTS,
102 .idVendor = USB_VID_NATIVEINSTRUMENTS,
107 .idVendor = USB_VID_NATIVEINSTRUMENTS,
112 .idVendor = USB_VID_NATIVEINSTRUMENTS,
117 .idVendor = USB_VID_NATIVEINSTRUMENTS,
122 .idVendor = USB_VID_NATIVEINSTRUMENTS,
127 .idVendor = USB_VID_NATIVEINSTRUMENTS,
132 .idVendor = USB_VID_NATIVEINSTRUMENTS,
[all …]
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_driver.c887 switch (le16_to_cpu(dev->udev->descriptor.idVendor)) { in uvc_parse_vendor_control()
1856 if (id->idVendor && id->idProduct) in uvc_probe()
1858 "(%04x:%04x)\n", udev->devpath, id->idVendor, in uvc_probe()
1886 le16_to_cpu(udev->descriptor.idVendor), in uvc_probe()
1899 le16_to_cpu(udev->descriptor.idVendor), in uvc_probe()
2106 .idVendor = 0x0416,
2115 .idVendor = 0x0458,
2124 .idVendor = 0x045e,
2133 .idVendor = 0x045e,
2142 .idVendor = 0x045e,
[all …]
/linux-4.4.14/drivers/net/usb/
Dzaurus.c275 .idVendor = 0x04DD,
291 .idVendor = 0x04DD,
298 .idVendor = 0x04DD,
305 .idVendor = 0x04DD,
312 .idVendor = 0x04DD,
324 .idVendor = 0x04DD,
331 .idVendor = 0x04DD,
355 .idVendor = 0x07B4,
Dcdc_ether.c487 .idVendor = 0x04DD,
501 .idVendor = 0x04DD,
508 .idVendor = 0x04DD,
515 .idVendor = 0x04DD,
522 .idVendor = 0x04DD,
529 .idVendor = 0x04DD,
536 .idVendor = 0x04DD,
549 .idVendor = 0x07B4,
Dpegasus.c79 {.match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = vid, .idProduct = pid},
88 .idVendor = vid, .idProduct = pid, .bDeviceClass = dclass},
1098 if ((udd->idVendor == cpu_to_le16(VENDOR_BELKIN)) && in pegasus_blacklisted()
1317 pegasus_ids[i].idVendor = vendor_id; in parse_id()
Dcx82310_eth.c324 .idVendor = (vend), \
Dch9200.c319 dev->udev->descriptor.idVendor, in get_mac_address()
Dcdc-phonet.c320 .idVendor = 0x0421, /* Nokia */
Dcdc_ncm.c1589 .idVendor = 0x0bdb,
1617 .idVendor = 0x413c,
1627 .idVendor = 0x0930,
Dqmi_wwan.c817 le16_to_cpu(dev->descriptor.idVendor) == 0x05c6 && in quectel_ec20_detected()
Dkaweth.c1015 udev->devnum, le16_to_cpu(udev->descriptor.idVendor), in kaweth_probe()
Dcatc.c824 if (le16_to_cpu(usbdev->descriptor.idVendor) == 0x0423 && in catc_probe()
Dr8152.c4254 .idVendor = (vend), \
4261 .idVendor = (vend), \
/linux-4.4.14/tools/usb/usbip/src/
Dusbip_list.c99 udev.idVendor, udev.idProduct); in get_exported_devices()
176 const char *idVendor; in list_devices() local
206 idVendor = udev_device_get_sysattr_value(dev, "idVendor"); in list_devices()
211 if (!idVendor || !idProduct || !bConfValue || !bNumIntfs) { in list_devices()
219 strtol(idVendor, NULL, 16), in list_devices()
223 print_device(busid, idVendor, idProduct, parsable); in list_devices()
Dusbip_network.c95 usbip_net_pack_uint16_t(pack, &udev->idVendor); in usbip_net_pack_usb_device()
/linux-4.4.14/drivers/staging/rtl8712/
Dusb_intf.c180 {.idVendor = 0x0b05, .idProduct = 0x1791,
182 {.idVendor = 0x0df6, .idProduct = 0x0059,
184 {.idVendor = 0x13d3, .idProduct = 0x3306,
186 {.idVendor = 0x13D3, .idProduct = 0x3311,
188 {.idVendor = 0x13d3, .idProduct = 0x3335,
190 {.idVendor = 0x13d3, .idProduct = 0x3336,
192 {.idVendor = 0x13d3, .idProduct = 0x3340,
194 {.idVendor = 0x13d3, .idProduct = 0x3341,
337 vid = specific_device_id_tbl[i].idVendor; in disable_ht_for_spec_devid()
341 if ((pdid->idVendor == vid) && (pdid->idProduct == pid) && in disable_ht_for_spec_devid()
Ddrv_types.h78 u16 idVendor; member
/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddvb-usb-init.c186 …deb_info("check for cold %x %x\n", props->devices[i].cold_ids[j]->idVendor, props->devices[i].cold… in dvb_usb_find_device()
187 if (props->devices[i].cold_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) && in dvb_usb_find_device()
199 …deb_info("check for warm %x %x\n", props->devices[i].warm_ids[j]->idVendor, props->devices[i].warm… in dvb_usb_find_device()
200 if (props->devices[i].warm_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) && in dvb_usb_find_device()
Ddibusb-common.c261 if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_LITEON && in dibusb_dib3000mc_frontend_attach()
300 if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_LITEON && in dibusb_dib3000mc_tuner_attach()
313 } else if (le16_to_cpu(adap->dev->udev->descriptor.idVendor) == USB_VID_DIBCOM && in dibusb_dib3000mc_tuner_attach()
Dopera1.c559 le16_to_cpu(udev->descriptor.idVendor) == USB_VID_OPERA1 && in opera1_probe()
Ddib0700_devices.c126 if (adap->dev->udev->descriptor.idVendor == cpu_to_le16(USB_VID_HAUPPAUGE) && in bristol_tuner_attach()
462 if (desc->idVendor == cpu_to_le16(USB_VID_PINNACLE) && in stk7700ph_frontend_attach()
748 if (adap->dev->udev->descriptor.idVendor == cpu_to_le16(USB_VID_HAUPPAUGE) && in stk7700p_tuner_attach()
991 if (p->idVendor == cpu_to_le16(USB_VID_PINNACLE) && in stk7070p_frontend_attach()
1049 if (p->idVendor == cpu_to_le16(USB_VID_PINNACLE) && in stk7770p_frontend_attach()
Dpctv452e.c890 if (USB_VID_TECHNOTREND == id->idVendor in pctv452e_frontend_attach()
Dcxusb.c162 if (le16_to_cpu(d->udev->descriptor.idVendor) == USB_VID_MEDION) in cxusb_i2c_xfer()
/linux-4.4.14/sound/usb/
Dquirks-table.h38 .idVendor = vend, \
96 .idVendor = 0x041e,
103 .idVendor = 0x041e,
110 .idVendor = 0x041e,
117 .idVendor = 0x041e,
166 .idVendor = 0x046d,
175 .idVendor = 0x046d,
184 .idVendor = 0x046d,
193 .idVendor = 0x046d,
202 .idVendor = 0x046d,
[all …]
Dquirks.c989 u32 id = USB_ID(le16_to_cpu(dev->descriptor.idVendor), in snd_usb_apply_boot_quirk()
1203 if ((le16_to_cpu(ep->chip->dev->descriptor.idVendor) == 0x23ba) && in snd_usb_endpoint_start_quirk()
1226 switch (le16_to_cpu(dev->descriptor.idVendor)) { in snd_usb_set_interface_quirk()
1242 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x23ba) && in snd_usb_ctl_msg_quirk()
1250 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x0644) && in snd_usb_ctl_msg_quirk()
1257 if (is_marantz_denon_dac(USB_ID(le16_to_cpu(dev->descriptor.idVendor), in snd_usb_ctl_msg_quirk()
1265 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1686) && in snd_usb_ctl_msg_quirk()
1283 if (le16_to_cpu(chip->dev->descriptor.idVendor) == 0x23ba) { in snd_usb_interface_dsd_format_quirks()
Dcard.c378 chip->usb_id = USB_ID(le16_to_cpu(dev->descriptor.idVendor), in snd_usb_audio_create()
482 id = USB_ID(le16_to_cpu(dev->descriptor.idVendor), in usb_audio_probe()
Dmidi.c2343 umidi->usb_id = USB_ID(le16_to_cpu(umidi->dev->descriptor.idVendor), in snd_usbmidi_create()
/linux-4.4.14/drivers/usb/gadget/legacy/
Dether.c165 .idVendor = cpu_to_le16 (CDC_VENDOR_NUM),
329 device_desc.idVendor = cpu_to_le16(EEM_VENDOR_NUM); in eth_bind()
357 device_desc.idVendor = cpu_to_le16(SIMPLE_VENDOR_NUM); in eth_bind()
391 device_desc.idVendor = cpu_to_le16(RNDIS_VENDOR_NUM); in eth_bind()
Dncm.c63 .idVendor = cpu_to_le16 (CDC_VENDOR_NUM),
Dgmidi.c91 .idVendor = cpu_to_le16(DRIVER_VENDOR_NUM),
Dprinter.c78 .idVendor = cpu_to_le16(PRINTER_VENDOR_NUM),
Dcdc2.c54 .idVendor = cpu_to_le16(CDC_VENDOR_NUM),
Dacm_ms.c52 .idVendor = cpu_to_le16(ACM_MS_VENDOR_NUM),
Dmass_storage.c62 .idVendor = cpu_to_le16(FSG_VENDOR_ID),
Dserial.c73 .idVendor = cpu_to_le16(GS_VENDOR_ID),
Dhid.c61 .idVendor = cpu_to_le16(HIDG_VENDOR_NUM),
Daudio.c143 .idVendor = cpu_to_le16(AUDIO_VENDOR_NUM),
Dzero.c119 .idVendor = cpu_to_le16(DRIVER_VENDOR_NUM),
Dnokia.c94 .idVendor = cpu_to_le16(NOKIA_VENDOR_ID),
Dwebcam.c85 .idVendor = cpu_to_le16(WEBCAM_VENDOR_ID),
Dmulti.c77 .idVendor = cpu_to_le16(MULTI_VENDOR_NUM),
Ddbgp.c40 .idVendor = cpu_to_le16(DRIVER_VENDOR_ID),
Dg_ffs.c75 .idVendor = cpu_to_le16(GFS_VENDOR_ID),
Dtcm_usb_gadget.c1979 .idVendor = cpu_to_le16(UAS_VENDOR_ID),
/linux-4.4.14/sound/usb/usx2y/
Dusbusx2y.c319 .idVendor = 0x1604,
324 .idVendor = 0x1604,
329 .idVendor = 0x1604,
362 le16_to_cpu(device->descriptor.idVendor), in usX2Y_create_card()
381 if (le16_to_cpu(device->descriptor.idVendor) != 0x1604 || in usX2Y_usb_probe()
Dus122l.c565 le16_to_cpu(device->descriptor.idVendor), in usx2y_create_card()
745 .idVendor = 0x0644,
750 .idVendor = 0x0644,
755 .idVendor = 0x0644,
760 .idVendor = 0x0644,
/linux-4.4.14/drivers/usb/storage/
Dusual-tables.c51 .idVendor = (id_vendor), \
113 vid = le16_to_cpu(udev->descriptor.idVendor); in usb_usual_ignore_device()
Dusb.c109 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
128 #define UNUSUAL_VENDOR_INTF(idVendor, cl, sc, pr, \ argument
442 le16_to_cpu(us->pusb_dev->descriptor.idVendor), in associate_dev()
473 u16 vid = le16_to_cpu(udev->descriptor.idVendor); in usb_stor_adjust_quirks()
609 le16_to_cpu(dev->descriptor.idVendor), in get_device_info()
618 if (id->idVendor || id->idProduct) { in get_device_info()
640 le16_to_cpu(ddesc->idVendor), in get_device_info()
1121 id->idVendor, id->idProduct); in storage_probe()
Donetouch.c85 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
231 le16_to_cpu(udev->descriptor.idVendor), in onetouch_connect_input()
Duas-detect.h96 if (le16_to_cpu(udev->descriptor.idVendor) == 0x174c && in uas_use_uas_driver()
Dkarma.c76 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
Dcypress_atacb.c59 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
Dscsiglue.c157 switch (le16_to_cpu(us->pusb_dev->descriptor.idVendor)) { in slave_configure()
Dfreecom.c136 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
Djumpshot.c87 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
Ddatafab.c105 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
Dsddr55.c65 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
Drealtek_cr.c194 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
Dalauda.c156 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
Disd200.c92 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
Dsddr09.c88 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
Dshuttle_usbat.c187 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-usb.c518 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
529 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
537 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
546 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
557 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
566 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
577 .idVendor = 0x0eb1, /* Vendor ID of WIS Technologies */
585 .idVendor = 0x093b, /* Vendor ID of Plextor */
593 .idVendor = 0x093b, /* Vendor ID of Plextor */
601 .idVendor = 0x10fd, /* Vendor ID of Anubis Electronics */
[all …]
Dgo7007-loader.c61 vendor = le16_to_cpu(usbdev->descriptor.idVendor); in go7007_loader_probe()
/linux-4.4.14/include/linux/usb/
Dcomposite.h523 u16 idVendor; member
533 module_param_named(idVendor, coverwrite.idVendor, ushort, S_IRUGO); \
534 MODULE_PARM_DESC(idVendor, "USB Vendor ID"); \
Dinput.h20 id->vendor = le16_to_cpu(dev->descriptor.idVendor); in usb_to_input_id()
/linux-4.4.14/drivers/staging/gdm724x/
Dgdm_usb.c36 .idVendor = vid,\
44 .idVendor = vid,\
818 u16 idVendor, idProduct; in gdm_usb_probe() local
823 idVendor = __le16_to_cpu(usbdev->descriptor.idVendor); in gdm_usb_probe()
826 pr_info("net vid = 0x%04x pid = 0x%04x\n", idVendor, idProduct); in gdm_usb_probe()
895 u16 idVendor, idProduct; in gdm_usb_disconnect() local
900 idVendor = __le16_to_cpu(usbdev->descriptor.idVendor); in gdm_usb_disconnect()
Dgdm_mux.c38 .idVendor = vid,\
510 u16 idVendor, idProduct; in gdm_mux_probe() local
518 idVendor = __le16_to_cpu(usbdev->descriptor.idVendor); in gdm_mux_probe()
521 pr_info("mux vid = 0x%04x pid = 0x%04x\n", idVendor, idProduct); in gdm_mux_probe()
/linux-4.4.14/drivers/hid/
Dhid-lgff.c38 u16 idVendor; member
141 if (dev->id.vendor == devices[i].idVendor && in lgff_init()
Dhid-elo.c199 child_vid = le16_to_cpu(child->descriptor.idVendor); in elo_broken_firmware()
Dhid-logitech-dj.c405 dj_hiddev->vendor = le16_to_cpu(usbdev->descriptor.idVendor); in logi_dj_recv_add_djhid_device()
/linux-4.4.14/include/linux/
Dusb.h855 .idVendor = (vend), \
869 .idVendor = (vend), \
886 .idVendor = (vend), \
902 .idVendor = (vend), \
918 .idVendor = (vend), \
969 .idVendor = (vend), \
991 .idVendor = (vend), \
Dmod_devicetable.h106 __u16 idVendor; member
Dhid.h1111 u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct);
/linux-4.4.14/net/caif/
Dcaif_usb.c141 le16_to_cpu(usbdev->descriptor.idVendor), in cfusbl_device_notify()
145 if (!(le16_to_cpu(usbdev->descriptor.idVendor) == STE_USB_VID && in cfusbl_device_notify()
/linux-4.4.14/tools/usb/usbip/libsrc/
Dusbip_common.c102 udev->idVendor, in dump_usb_device()
191 READ_ATTR(udev, uint16_t, sdev, idVendor, "%04x\n"); in read_usb_device()
Dusbip_common.h105 uint16_t idVendor; member
Dvhci_driver.c394 idev->udev.idVendor, idev->udev.idProduct); in usbip_vhci_imported_device_dump()
/linux-4.4.14/drivers/input/tablet/
Dacecad.c214 le16_to_cpu(dev->descriptor.idVendor), in usb_acecad_probe()
225 le16_to_cpu(dev->descriptor.idVendor), in usb_acecad_probe()
Dhanwang.c57 .idVendor = (vend), \
/linux-4.4.14/drivers/input/joystick/
Dxpad.c116 u16 idVendor; member
278 .idVendor = (vend), \
289 .idVendor = (vend), \
1203 for (i = 0; xpad_device[i].idVendor; i++) { in xpad_probe()
1204 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor) && in xpad_probe()
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_drv.c111 {.idVendor = 0x17e9, .bInterfaceClass = 0xff,
/linux-4.4.14/drivers/staging/gdm72xx/
Dusb_ids.h29 .idVendor = (vend), .idProduct = (prod), .bInterfaceClass = (intf)
Dgdm_usb.c531 u16 idVendor, idProduct, bcdDevice; in gdm_usb_probe() local
539 idVendor = le16_to_cpu(usbdev->descriptor.idVendor); in gdm_usb_probe()
544 idVendor, idProduct); in gdm_usb_probe()
/linux-4.4.14/drivers/media/common/siano/
Dsmsir.c84 dev->input_id.vendor = le16_to_cpu(dev->udev->descriptor.idVendor); in sms_ir_init()
/linux-4.4.14/drivers/usb/serial/
Dkeyspan_pda.c668 else if (le16_to_cpu(serial->dev->descriptor.idVendor) == KEYSPAN_VENDOR_ID) in keyspan_pda_fake_startup()
672 else if ((le16_to_cpu(serial->dev->descriptor.idVendor) == XIRCOM_VENDOR_ID) || in keyspan_pda_fake_startup()
673 (le16_to_cpu(serial->dev->descriptor.idVendor) == ENTREGA_VENDOR_ID)) in keyspan_pda_fake_startup()
Dvisor.c448 if (id->idVendor == SAMSUNG_VENDOR_ID && in visor_probe()
540 if (!((le16_to_cpu(serial->dev->descriptor.idVendor) in treo_attach()
542 (le16_to_cpu(serial->dev->descriptor.idVendor) in treo_attach()
Dsafe_serial.c121 .idVendor = (vend), \
Dusb-serial.c468 le16_to_cpu(serial->dev->descriptor.idVendor), in serial_proc_show()
821 if (((le16_to_cpu(dev->descriptor.idVendor) == PL2303_VENDOR_ID) && in usb_serial_probe()
823 ((le16_to_cpu(dev->descriptor.idVendor) == ATEN_VENDOR_ID) && in usb_serial_probe()
825 ((le16_to_cpu(dev->descriptor.idVendor) == ALCOR_VENDOR_ID) && in usb_serial_probe()
827 ((le16_to_cpu(dev->descriptor.idVendor) == SIEMENS_VENDOR_ID) && in usb_serial_probe()
Dgeneric.c62 generic_device_ids[0].idVendor = vendor; in usb_serial_generic_register()
Dark3116.c57 if (le16_to_cpu(dev->descriptor.idVendor) == 0x18ec && in is_irda()
Dti_usb_3410_5052.c1455 le16_to_cpu(dev->descriptor.idVendor), in ti_download_firmware()
1461 if (le16_to_cpu(dev->descriptor.idVendor) == MTS_VENDOR_ID) { in ti_download_firmware()
Dcypress_m8.c235 return ((le16_to_cpu(dev->descriptor.idVendor) == VENDOR_ID_FRWD) && in is_frwd()
Dio_ti.c1400 if (le16_to_cpu(serial->serial->dev->descriptor.idVendor) in do_boot_mode()
1403 le16_to_cpu(serial->serial->dev->descriptor.idVendor)); in do_boot_mode()
Doption.c2037 if (dev_desc->idVendor == cpu_to_le16(SAMSUNG_VENDOR_ID) && in option_probe()
/linux-4.4.14/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
/linux-4.4.14/drivers/usb/class/
Dusbtmc.c106 __u16 idVendor; member
1122 le16_to_cpu(data->usb_dev->descriptor.idVendor), in usbtmc_probe()
1124 for(n = 0; usbtmc_id_quirk[n].idVendor > 0; n++) { in usbtmc_probe()
1125 if ((usbtmc_id_quirk[n].idVendor == le16_to_cpu(data->usb_dev->descriptor.idVendor)) && in usbtmc_probe()
Dusblp.c596 le16_to_cpu(usblp->dev->descriptor.idVendor) != 0x03F0 || in usblp_ioctl()
646 twoints[0] = le16_to_cpu(usblp->dev->descriptor.idVendor); in usblp_ioctl()
1150 le16_to_cpu(dev->descriptor.idVendor), in usblp_probe()
1158 le16_to_cpu(dev->descriptor.idVendor), in usblp_probe()
1198 le16_to_cpu(usblp->dev->descriptor.idVendor), in usblp_probe()
/linux-4.4.14/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c91 if (desc.idVendor == VENDOR && desc.idProduct == PRODUCT) { in test_init()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dusb.h37 .idVendor = (vend), \
/linux-4.4.14/drivers/usb/gadget/
Dcomposite.c1931 __le16 idVendor; in update_unchanged_dev_desc() local
1942 idVendor = new->idVendor; in update_unchanged_dev_desc()
1950 if (idVendor) in update_unchanged_dev_desc()
1951 new->idVendor = idVendor; in update_unchanged_dev_desc()
2293 if (covr->idVendor) in usb_composite_overwrite_options()
2294 desc->idVendor = cpu_to_le16(covr->idVendor); in usb_composite_overwrite_options()
Dconfigfs.c183 GI_DEVICE_DESC_SIMPLE_RW(idVendor, u16);
295 CONFIGFS_ATTR(gadget_dev_desc_, idVendor);
/linux-4.4.14/drivers/isdn/hisax/
Dst5481_init.c66 le16_to_cpu(dev->descriptor.idVendor), in probe_st5481()
Dhfc_usb.c1272 for (i = 0; hfcusb_idtab[i].idVendor; i++) { in hfc_usb_probe()
1273 if ((le16_to_cpu(dev->descriptor.idVendor) == hfcusb_idtab[i].idVendor) in hfc_usb_probe()
/linux-4.4.14/sound/usb/6fire/
Dchip.c204 .idVendor = 0x0ccd,
/linux-4.4.14/drivers/net/wireless/
Drndis_wlan.c3649 .idVendor = 0x0411,
3656 .idVendor = 0x0baf,
3663 .idVendor = 0x050d,
3670 .idVendor = 0x1799, /* Belkin has two vendor ids */
3677 .idVendor = 0x13b1,
3684 .idVendor = 0x13b1,
3691 .idVendor = 0x0b05,
3698 .idVendor = 0x0a5c,
3705 .idVendor = 0x1690,
3717 .idVendor = 0x13b1,
[all …]
/linux-4.4.14/Documentation/usb/
Dgadget_configfs.txt78 $ echo <VID> > idVendor
196 ./idVendor
355 1. A gadget has its config group, which has some attributes (idVendor,
Dfunctionfs.txt43 $ insmod g_ffs.ko idVendor=<ID> iSerialNumber=<string> functions=mtp,hid
Dgadget_printer.txt43 (ex: modprobe g_printer idVendor=0x0525 idProduct=0xa4a8 ):
45 idVendor - This is the Vendor ID used in the device descriptor. The default is
Dmass-storage.txt142 - idVendor -- USB Vendor ID (16 bit integer)
219 named respectively: “iSerialnumber”, “idVendor”, “idProduct” and
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Ddvb_usb.h104 .idVendor = (vend), \
Daf9015.c590 if (le16_to_cpu(d->udev->descriptor.idVendor) == USB_VID_AVERMEDIA && in af9015_read_config()
1280 u16 vid = le16_to_cpu(d->udev->descriptor.idVendor); in af9015_get_rc_config()
1354 if ((le16_to_cpu(udev->descriptor.idVendor) == USB_VID_TERRATEC) && in af9015_probe()
Daf9035.c1920 if ((le16_to_cpu(udev->descriptor.idVendor) == USB_VID_TERRATEC) && in af9035_probe()
/linux-4.4.14/drivers/media/usb/gspca/
Dsq905c.c214 " (vid/pid 0x%04X:0x%04X)", id->idVendor, id->idProduct); in sd_config()
Dsn9c2028.c183 id->idVendor, id->idProduct); in sd_config()
Dpac207.c183 " (vid/pid 0x%04X:0x%04X)", id->idVendor, id->idProduct); in sd_config()
Dnw80x.c1767 } else if (id->idVendor == 0x06a5 && id->idProduct == 0xd800) { in sd_config()
Dspca561.c426 if (vendor != id->idVendor || product != id->idProduct) { in sd_config()
Dgspca.c1331 le16_to_cpu(gspca_dev->dev->descriptor.idVendor), in vidioc_querycap()
2021 sd_desc->name, id->idVendor, id->idProduct); in gspca_dev_probe2()
2151 id->idVendor, id->idProduct); in gspca_dev_probe()
Dvc032x.c3140 if (id->idVendor == 0x046d && in sd_config()
Dcpia1.c1439 id->idVendor, id->idProduct); in sd_config()
/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-usb-gadget26 idVendor - vendor ID
Dsysfs-bus-usb73 idVendor idProduct bInterfaceClass RefIdVendor RefIdProduct
113 idVendor idProduct. After successfully
/linux-4.4.14/drivers/usb/atm/
Dxusbatm.c205 xusbatm_usb_ids[i].idVendor = vendor[i]; in xusbatm_init()
Dcxacru.c992 __le16 signature[] = { usb_dev->descriptor.idVendor, in cxacru_upload_firmware()
/linux-4.4.14/drivers/usb/usbip/
Dusbip_protocol.txt136 0x138 | 2 | | idVendor
218 0x134 | 2 | | idVendor
/linux-4.4.14/scripts/mod/
Dfile2alias.c194 DEF_FIELD(symval, usb_device_id, idVendor); in do_usb_entry()
207 idVendor); in do_usb_entry()
301 DEF_FIELD(symval, usb_device_id, idVendor); in do_usb_entry_multi()
328 if (!(idVendor | idProduct | bDeviceClass | bInterfaceClass)) in do_usb_entry_multi()
Ddevicetable-offsets.c12 DEVID_FIELD(usb_device_id, idVendor); in main()
/linux-4.4.14/drivers/media/usb/au0828/
Dau0828-core.c198 le16_to_cpu(usbdev->descriptor.idVendor), in au0828_usb_probe()
Dau0828-input.c342 rc->input_id.vendor = le16_to_cpu(dev->usbdev->descriptor.idVendor); in au0828_rc_register()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-input.c587 input_dev->id.vendor = le16_to_cpu(dev->udev->descriptor.idVendor); in em28xx_register_snapshot_button()
804 rc->input_id.vendor = le16_to_cpu(dev->udev->descriptor.idVendor); in em28xx_ir_init()
Dem28xx-cards.c3103 if (le16_to_cpu(dev->udev->descriptor.idVendor) in em28xx_init_dev()
3259 le16_to_cpu(udev->descriptor.idVendor), in em28xx_usb_probe()
3400 le16_to_cpu(udev->descriptor.idVendor), in em28xx_usb_probe()
/linux-4.4.14/drivers/media/usb/stk1160/
Dstk1160-core.c246 le16_to_cpu(udev->descriptor.idVendor), in stk1160_scan_usb()
/linux-4.4.14/drivers/usb/misc/
Dappledisplay.c55 .idVendor = APPLE_VENDOR_ID, \
Dusblcd.c33 { .idVendor = 0x10D2, .match_flags = USB_DEVICE_ID_MATCH_VENDOR, },
Dldusb.c672 if ((le16_to_cpu(udev->descriptor.idVendor) == USB_VENDOR_ID_LD) && in ld_usb_probe()
Duss720.c701 le16_to_cpu(usbdev->descriptor.idVendor), in uss720_probe()
Diowarrior.c555 info.vendor = le16_to_cpu(dev->udev->descriptor.idVendor); in iowarrior_ioctl()
Dusbtest.c2596 if (!vendor || le16_to_cpu(udev->descriptor.idVendor) != (u16)vendor) in usbtest_probe()
2602 le16_to_cpu(udev->descriptor.idVendor), in usbtest_probe()
/linux-4.4.14/drivers/media/radio/
Dradio-raremono.c343 id->idVendor, id->idProduct); in usb_raremono_probe()
Dradio-shark2.c368 .idVendor = 0x077d,
Dradio-shark.c402 .idVendor = 0x077d,
/linux-4.4.14/drivers/isdn/gigaset/
Dusb-gigaset.c668 if ((le16_to_cpu(udev->descriptor.idVendor) != USB_M105_VENDOR_ID) || in gigaset_probe()
671 le16_to_cpu(udev->descriptor.idVendor), in gigaset_probe()
Dbas-gigaset.c2292 __func__, le16_to_cpu(udev->descriptor.idVendor), in gigaset_probe()
2322 __func__, le16_to_cpu(udev->descriptor.idVendor), in gigaset_probe()
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-alsa.c446 le16_to_cpu(dev->udev->descriptor.idVendor), in tm6000_audio_init()
Dtm6000-input.c474 rc->input_id.vendor = le16_to_cpu(dev->udev->descriptor.idVendor); in tm6000_ir_init()
Dtm6000-cards.c1312 le16_to_cpu(dev->udev->descriptor.idVendor), in tm6000_usb_probe()
/linux-4.4.14/drivers/uwb/i1480/dfu/
Dusb.c424 .idVendor = (v), \
/linux-4.4.14/drivers/media/radio/si4713/
Dradio-usb-si4713.c438 id->idVendor, id->idProduct); in usb_si4713_probe()
/linux-4.4.14/include/uapi/linux/usb/
Dch9.h267 __le16 idVendor; member
/linux-4.4.14/drivers/media/rc/
Dstreamzap.c303 le16_to_cpu(sz->usbdev->descriptor.idVendor), in streamzap_init_rc_dev()
Dmceusb.c1222 le16_to_cpu(ir->usbdev->descriptor.idVendor), in mceusb_init_rc_dev()
1242 switch (le16_to_cpu(udev->descriptor.idVendor)) { in mceusb_init_rc_dev()
Dati_remote.c880 le16_to_cpu(ati_remote->udev->descriptor.idVendor), in ati_remote_probe()
Dredrat3.c872 le16_to_cpu(rr3->udev->descriptor.idVendor), prod); in redrat3_init_rc_dev()
Dimon.c2236 ictx->vendor = le16_to_cpu(ictx->usbdev_intf0->descriptor.idVendor); in imon_init_intf0()
2412 vendor = le16_to_cpu(usbdev->descriptor.idVendor); in imon_probe()
/linux-4.4.14/drivers/net/irda/
Dkingsun-sir.c520 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in kingsun_probe()
Dks959-sir.c774 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in ks959_probe()
Dksdazzle-sir.c685 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in ksdazzle_probe()
Dstir4200.c1048 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in stir_probe()
Dirda-usb.c1614 dev->devnum, le16_to_cpu(dev->descriptor.idVendor), in irda_usb_probe()
/linux-4.4.14/drivers/input/mouse/
Dsynaptics_usb.c362 le16_to_cpu(udev->descriptor.idVendor), in synusb_probe()
Dbcm5974.c104 .idVendor = USB_VENDOR_ID_APPLE, \
Dappletouch.c115 .idVendor = 0x05ac, /* Apple */ \
/linux-4.4.14/drivers/input/misc/
Dkeyspan_remote.c504 le16_to_cpu(udev->descriptor.idVendor), in keyspan_probe()
Dcm109.c630 .idVendor = VENDOR_ID,
Dyealink.c821 .idVendor = 0x6993,
/linux-4.4.14/drivers/input/touchscreen/
Dusbtouchscreen.c151 .idVendor = (vend), \
1629 le16_to_cpu(udev->descriptor.idVendor), in usbtouch_probe()
/linux-4.4.14/drivers/usb/image/
Dmicrotek.c686 le16_to_cpu(dev->descriptor.idVendor) ); in mts_usb_probe()
/linux-4.4.14/drivers/media/radio/si470x/
Dradio-si470x-usb.c645 if (id->idVendor == 0x10c4 && id->idProduct == 0x818a) { in si470x_usb_driver_probe()
/linux-4.4.14/drivers/media/usb/gspca/gl860/
Dgl860.c336 vendor_id = id->idVendor; in sd_config()
/linux-4.4.14/drivers/isdn/hardware/mISDN/
Dhfcsusb.c1920 for (i = 0; hfcsusb_idtab[i].idVendor; i++) { in hfcsusb_probe()
1921 if ((le16_to_cpu(dev->descriptor.idVendor) in hfcsusb_probe()
1922 == hfcsusb_idtab[i].idVendor) && in hfcsusb_probe()
/linux-4.4.14/drivers/mfd/
Drtsx_usb.c652 ucr->vendor_id = id->idVendor; in rtsx_usb_probe()
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_imon.c724 vendor = le16_to_cpu(usbdev->descriptor.idVendor); in imon_probe()
/linux-4.4.14/drivers/net/ieee802154/
Datusb.c749 .idVendor = ATUSB_VENDOR_ID,
/linux-4.4.14/drivers/video/fbdev/
Dudlfb.c58 {.idVendor = 0x17e9,
1606 usbdev->descriptor.idVendor, usbdev->descriptor.idProduct, in dlfb_usb_probe()
Dsmscufx.c1649 usbdev->descriptor.idVendor, usbdev->descriptor.idProduct, in ufx_usb_probe()
/linux-4.4.14/drivers/media/usb/pwc/
Dpwc-if.c743 vendor_id = le16_to_cpu(udev->descriptor.idVendor); in usb_pwc_probe()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dusb.c1109 vendor_id = le16_to_cpu(dev->descriptor.idVendor); in ath6kl_usb_probe()
/linux-4.4.14/drivers/staging/most/hdm-usb/
Dhdm_usb.c1318 le16_to_cpu(usb_dev->descriptor.idVendor), in hdm_probe()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dusb.c389 id_vendor = le16_to_cpu(udev->descriptor.idVendor); in mwifiex_usb_probe()
/linux-4.4.14/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c1631 le16_to_cpu(ttusb->dev->descriptor.idVendor), in frontend_init()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.c1317 brcmf_dbg(USB, "Enter 0x%04x:0x%04x\n", id->idVendor, id->idProduct); in brcmf_usb_probe()
/linux-4.4.14/drivers/media/usb/zr364xx/
Dzr364xx.c1423 le16_to_cpu(udev->descriptor.idVendor), in zr364xx_probe()
/linux-4.4.14/drivers/media/usb/ttusb-dec/
Dttusb_dec.c1671 le16_to_cpu(dec->udev->descriptor.idVendor), in ttusb_dec_probe()
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-cards.c1641 le16_to_cpu(udev->descriptor.idVendor), in cx231xx_usb_probe()
/linux-4.4.14/drivers/media/usb/usbvision/
Dusbvision-video.c1452 dev->descriptor.idVendor, in usbvision_probe()
/linux-4.4.14/drivers/net/wireless/zd1211rw/
Dzd_usb.c1247 le16_to_cpu(udev->descriptor.idVendor), in scnprint_id()

12