Searched refs:idProduct (Results 151 - 175 of 210) sorted by relevance

123456789

/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c7822 switch(id->idProduct) {
7838 if (id->idProduct == 0x7811 || id->idProduct == 0xa611 || id->idProduct == 0xb811)
7842 if (id->idProduct == 0x1004)
7846 if (id->idProduct == 0x648b)
7850 if (id->idProduct == 0x3308)
7854 if (id->idProduct == 0x0109 || id->idProduct == 0x0135)
7858 if (id->idProduct
[all...]
/linux-master/drivers/media/usb/pwc/
H A Dpwc-if.c786 product_id = le16_to_cpu(udev->descriptor.idProduct);
/linux-master/drivers/input/mouse/
H A Dappletouch.c102 .idProduct = (prod), \
/linux-master/drivers/usb/storage/
H A Drealtek_cr.c183 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \
H A Dalauda.c144 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \
H A Dsddr55.c54 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \
/linux-master/drivers/media/usb/gspca/
H A Dspca561.c414 if (vendor != id->idVendor || product != id->idProduct) {
/linux-master/drivers/input/misc/
H A Dyealink.c807 .idProduct = 0xb001,
H A Dcm109.c656 .idProduct = PRODUCT_ID_CM109,
/linux-master/drivers/misc/cardreader/
H A Drtsx_usb.c647 ucr->product_id = id->idProduct;
/linux-master/drivers/net/usb/
H A Dkaweth.c892 le16_to_cpu(udev->descriptor.idProduct),
H A Dcatc.c818 le16_to_cpu(usbdev->descriptor.idProduct) == 0xa &&
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dusb.c1131 product_id = le16_to_cpu(dev->descriptor.idProduct);
/linux-master/drivers/media/rc/
H A Dredrat3.c931 u16 prod = le16_to_cpu(rr3->udev->descriptor.idProduct);
H A Dati_remote.c873 le16_to_cpu(ati_remote->udev->descriptor.idProduct));
/linux-master/drivers/usb/misc/
H A Duss720.c684 le16_to_cpu(usbdev->descriptor.idProduct));
H A Diowarrior.c771 dev->product_id = le16_to_cpu(udev->descriptor.idProduct);
/linux-master/drivers/net/ieee802154/
H A Datusb.c1094 .idProduct = ATUSB_PRODUCT_ID,
/linux-master/drivers/hid/usbhid/
H A Dhiddev.c650 dinfo.product = le16_to_cpu(dev->descriptor.idProduct);
/linux-master/drivers/usb/serial/
H A Dmxuport.c1050 u16 productid = le16_to_cpu(serial->dev->descriptor.idProduct);
H A Dquatech2.c244 if (d.product_id == le16_to_cpu(serial->dev->descriptor.idProduct))
/linux-master/drivers/media/usb/dvb-usb/
H A Dpctv452e.c925 id->idProduct == USB_PID_TECHNOTREND_CONNECT_S2_3650_CI) {
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dusb.c1021 product_id = le16_to_cpu(dev->descriptor.idProduct);
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c2139 (le16_to_cpu(hdw->usb_dev->descriptor.idProduct) == 0x7502 ||
2140 le16_to_cpu(hdw->usb_dev->descriptor.idProduct) == 0x7510)) {
4035 (le16_to_cpu(hdw->usb_dev->descriptor.idProduct) == 0x7502 ||
4036 le16_to_cpu(hdw->usb_dev->descriptor.idProduct) == 0x7510)) {
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.c625 (le16_to_cpu(interface_to_usbdev(intf)->descriptor.idProduct) ==

Completed in 465 milliseconds

123456789