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

12345678

/linux-master/drivers/media/radio/
H A Dradio-raremono.c340 id->idVendor, id->idProduct);
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-loader.c53 vendor = le16_to_cpu(usbdev->descriptor.idVendor);
/linux-master/drivers/media/usb/gspca/
H A Dpac207.c169 id->idVendor, id->idProduct);
/linux-master/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c36 .idVendor = cpu_to_le16(UAS_VENDOR_ID),
/linux-master/drivers/usb/serial/
H A Dsafe_serial.c112 .idVendor = (vend), \
H A Dvisor.c446 if (id->idVendor == SAMSUNG_VENDOR_ID &&
470 unsigned int vid = le16_to_cpu(serial->dev->descriptor.idVendor);
/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
H A Dvhci_driver.c450 idev->udev.idVendor, idev->udev.idProduct);
/linux-master/drivers/bluetooth/
H A Dbtusb.c4463 data->qca_dump.id_vendor = id->idVendor;
4541 if (le16_to_cpu(udev->descriptor.idVendor) == 0x0a12 &&
/linux-master/drivers/gpu/drm/udl/
H A Dudl_drv.c142 {.idVendor = 0x17e9, .bInterfaceClass = 0xff,
/linux-master/drivers/hid/
H A Dhid-elo.c204 child_vid = le16_to_cpu(child->descriptor.idVendor);
H A Dhid-lgff.c26 u16 idVendor; member in struct:dev_type
136 if (dev->id.vendor == devices[i].idVendor &&
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-core.c118 __u16 idVendor; member in struct:i2c_hid_quirks
147 * @idVendor: the 16-bit vendor ID
152 static u32 i2c_hid_lookup_quirk(const u16 idVendor, const u16 idProduct) argument
157 for (n = 0; i2c_hid_quirks[n].idVendor; n++)
158 if (i2c_hid_quirks[n].idVendor == idVendor &&
/linux-master/drivers/hid/usbhid/
H A Dhid-core.c1378 hid->vendor = le16_to_cpu(dev->descriptor.idVendor);
1399 le16_to_cpu(dev->descriptor.idVendor),
H A Dhiddev.c649 dinfo.vendor = le16_to_cpu(dev->descriptor.idVendor);
H A Dusbkbd.c308 le16_to_cpu(dev->descriptor.idVendor),
H A Dusbmouse.c156 le16_to_cpu(dev->descriptor.idVendor),
/linux-master/drivers/input/joystick/
H A Dxpad.c124 u16 idVendor; member in struct:xpad_device
453 .idVendor = (vend), \
464 .idVendor = (vend), \
535 u16 idVendor; member in struct:xboxone_init_packet
543 .idVendor = (_vid), \
1207 if (init_packet->idVendor != 0 &&
1208 init_packet->idVendor != xpad->dev->id.vendor)
2017 for (i = 0; xpad_device[i].idVendor; i++) {
2018 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor)
[all...]
/linux-master/drivers/input/misc/
H A Dcm109.c655 .idVendor = VENDOR_ID,
H A Dkeyspan_remote.c499 le16_to_cpu(udev->descriptor.idVendor),
H A Dyealink.c806 .idVendor = 0x6993,
/linux-master/drivers/input/mouse/
H A Dappletouch.c101 .idVendor = 0x05ac, /* Apple */ \
H A Dbcm5974.c90 .idVendor = USB_VENDOR_ID_APPLE, \

Completed in 560 milliseconds

12345678