/linux/drivers/net/usb/ |
H A D | zaurus.c | 269 .idProduct = 0x8004, 285 .idProduct = 0x8005, /* A-300 */ 292 .idProduct = 0x8005, /* A-300 */ 299 .idProduct = 0x8006, /* B-500/SL-5600 */ 306 .idProduct = 0x8006, /* B-500/SL-5600 */ 313 .idProduct = 0x8007, /* C-700 */ 320 .idProduct = 0x8007, /* C-700 */ 327 .idProduct = 0x9031, /* C-750 C-760 */ 339 .idProduct = 0x9032, /* SL-6000 */ 346 .idProduct = 0x9032, /* SL-6000 */ [all …]
|
H A D | cdc_ether.c | 601 .idProduct = 0x8004, 615 .idProduct = 0x8005, /* A-300 */ 622 .idProduct = 0x8005, /* A-300 */ 629 .idProduct = 0x8006, /* B-500/SL-5600 */ 636 .idProduct = 0x8006, /* B-500/SL-5600 */ 643 .idProduct = 0x8007, /* C-700 */ 650 .idProduct = 0x8007, /* C-700 */ 657 .idProduct = 0x9031, /* C-750 C-760 */ 664 .idProduct = 0x9032, /* SL-6000 */ 671 .idProduct = 0x9032, /* SL-6000 */ [all …]
|
/linux/tools/usb/ |
H A D | testusb.c | 75 __u16 idProduct; member 168 if (dev.idVendor == 0x0547 && dev.idProduct == 0x1002) in testdev_ifnum() 184 if (dev.idVendor == 0x0547 && dev.idProduct == 0x2235) in testdev_ifnum() 188 if (dev.idVendor == 0x04b4 && dev.idProduct == 0x8613) in testdev_ifnum() 192 if (dev.idVendor == 0x0547 && dev.idProduct == 0x0080) in testdev_ifnum() 196 if (dev.idVendor == 0x06cd && dev.idProduct == 0x010b) in testdev_ifnum() 202 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a0) in testdev_ifnum() 206 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a4) in testdev_ifnum() 211 if (dev.idVendor == 0x0525 && dev.idProduct == 0xa4a3) in testdev_ifnum() 216 if (dev.idVendor == 0xfff0 && dev.idProduct == 0xfff0) in testdev_ifnum() [all …]
|
/linux/tools/usb/usbip/src/ |
H A D | usbip_list.c | 97 udev.idVendor, udev.idProduct); in get_exported_devices() 175 const char *idProduct; in list_devices() local 214 idProduct = udev_device_get_sysattr_value(dev, "idProduct"); in list_devices() 220 if (!idVendor || !idProduct || !bConfValue || !bNumIntfs) { in list_devices() 229 strtol(idProduct, NULL, 16)); in list_devices() 232 print_device(busid, idVendor, idProduct, parsable); in list_devices() 265 uint16_t idProduct; in list_gadget_devices() local 300 idProduct = le16toh(d_desc->idProduct); in list_gadget_devices() 307 le16toh(idProduct)); in list_gadget_devices()
|
H A D | usbip_network.c | 84 udev->idProduct = usbip_net_pack_uint16_t(pack, udev->idProduct); in usbip_net_pack_usb_device()
|
/linux/drivers/usb/core/ |
H A D | otg_productlist.h | 47 le16_to_cpu(dev->descriptor.idProduct) == 0xbadd)) in is_targeted() 52 le16_to_cpu(dev->descriptor.idProduct) == 0x0200)) in is_targeted() 64 id->idProduct != le16_to_cpu(dev->descriptor.idProduct)) in is_targeted() 98 le16_to_cpu(dev->descriptor.idProduct)); in is_targeted()
|
/linux/drivers/usb/misc/ |
H A D | apple-mfi-fastcharge.c | 170 int idProduct; in mfi_fc_match() local 172 idProduct = le16_to_cpu(udev->descriptor.idProduct); in mfi_fc_match() 174 return (idProduct >= 0x1200 && idProduct <= 0x12ff); in mfi_fc_match()
|
/linux/sound/usb/usx2y/ |
H A D | usbusx2y.c | 339 .idProduct = USB_ID_US428 344 .idProduct = USB_ID_US122 349 .idProduct = USB_ID_US224 384 le16_to_cpu(device->descriptor.idProduct), in usx2y_create_card() 436 (le16_to_cpu(device->descriptor.idProduct) != USB_ID_US122 && in snd_usx2y_probe() 437 le16_to_cpu(device->descriptor.idProduct) != USB_ID_US224 && in snd_usx2y_probe() 438 le16_to_cpu(device->descriptor.idProduct) != USB_ID_US428)) in snd_usx2y_probe()
|
H A D | us122l.c | 503 le16_to_cpu(device->descriptor.idProduct), in usx2y_create_card() 676 .idProduct = USB_ID_US122L 681 .idProduct = USB_ID_US144, 687 .idProduct = USB_ID_US122MKII 692 .idProduct = USB_ID_US144MKII,
|
H A D | usX2Yhwdep.c | 92 switch (le16_to_cpu(us428->dev->descriptor.idProduct)) { in snd_usx2y_hwdep_dsp_status() 144 le16_to_cpu(dev->descriptor.idProduct) == USB_ID_US428 ? in usx2y_create_usbmidi()
|
/linux/tools/leds/ |
H A D | get_led_device_info.sh | 57 idProduct=`cat idProduct` 90 if [ ! -z "$idProduct" ]; then 91 printf "idProduct:\t\t$idProduct\n"
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-init.c | 220 … cold %x %x\n", props->devices[i].cold_ids[j]->idVendor, props->devices[i].cold_ids[j]->idProduct); in dvb_usb_find_device() 222 props->devices[i].cold_ids[j]->idProduct == le16_to_cpu(udev->descriptor.idProduct)) { in dvb_usb_find_device() 233 … warm %x %x\n", props->devices[i].warm_ids[j]->idVendor, props->devices[i].warm_ids[j]->idProduct); in dvb_usb_find_device() 235 props->devices[i].warm_ids[j]->idProduct == le16_to_cpu(udev->descriptor.idProduct)) { in dvb_usb_find_device()
|
H A D | dibusb-mc-common.c | 87 le16_to_cpu(adap->dev->udev->descriptor.idProduct) == in dibusb_dib3000mc_frontend_attach() 126 le16_to_cpu(adap->dev->udev->descriptor.idProduct) == USB_PID_LITEON_DVB_T_WARM) { in dibusb_dib3000mc_tuner_attach() 139 le16_to_cpu(adap->dev->udev->descriptor.idProduct) == USB_PID_DIBCOM_MOD3001_WARM) { in dibusb_dib3000mc_tuner_attach()
|
H A D | gp8psk.c | 186 int gp_product_id = le16_to_cpu(d->udev->descriptor.idProduct); in gp8psk_power_ctrl() 231 int gp_product_id = le16_to_cpu(d->udev->descriptor.idProduct); in gp8psk_bcm4500_reload() 287 int id = le16_to_cpu(d->udev->descriptor.idProduct); in gp8psk_frontend_attach() 308 le16_to_cpu(udev->descriptor.idProduct)); in gp8psk_usb_probe()
|
/linux/drivers/usb/storage/ |
H A D | uas-detect.h | 99 (le16_to_cpu(udev->descriptor.idProduct) == 0x5106 || in uas_use_uas_driver() 100 le16_to_cpu(udev->descriptor.idProduct) == 0x55aa)) { in uas_use_uas_driver() 127 le16_to_cpu(udev->descriptor.idProduct) == 0x9210 && in uas_use_uas_driver()
|
H A D | usb.c | 188 #define UNUSUAL_DEV(idVendor, idProduct, bcdDeviceMin, bcdDeviceMax, \ argument 530 le16_to_cpu(us->pusb_dev->descriptor.idProduct), in associate_dev() 561 u16 pid = le16_to_cpu(udev->descriptor.idProduct); in usb_stor_adjust_quirks() 704 le16_to_cpu(dev->descriptor.idProduct), in get_device_info() 713 if (id->idVendor || id->idProduct) { in get_device_info() 736 le16_to_cpu(ddesc->idProduct), in get_device_info() 1222 id->idVendor, id->idProduct); in storage_probe()
|
/linux/drivers/media/usb/go7007/ |
H A D | go7007-usb.c | 511 .idProduct = 0x7007, /* Product ID of GO7007SB chip */ 522 .idProduct = 0x7007, /* Product ID of GO7007SB chip */ 530 .idProduct = 0x7007, /* Product ID of GO7007SB chip */ 539 .idProduct = 0x7007, /* Product ID of GO7007SB chip */ 550 .idProduct = 0x7007, /* Product ID of GO7007SB chip */ 559 .idProduct = 0x7007, /* Product ID of GO7007SB chip */ 570 .idProduct = 0x7007, /* Product ID of GO7007SB chip */ 578 .idProduct = 0xa102, /* Product ID of M402U */ 586 .idProduct = 0xa104, /* Product ID of TV402U */ 594 .idProduct = 0xde00, /* Product ID of Lifeview LR192 */ [all …]
|
/linux/drivers/usb/gadget/legacy/ |
H A D | ether.c | 162 .idProduct = cpu_to_le16 (CDC_PRODUCT_NUM), 326 device_desc.idProduct = cpu_to_le16(EEM_PRODUCT_NUM); in eth_bind() 354 device_desc.idProduct = cpu_to_le16(SIMPLE_PRODUCT_NUM); in eth_bind() 388 device_desc.idProduct = cpu_to_le16(RNDIS_PRODUCT_NUM); in eth_bind()
|
H A D | serial.c | 296 device_desc.idProduct = in gserial_init() 302 device_desc.idProduct = in gserial_init() 308 device_desc.idProduct = in gserial_init()
|
/linux/include/linux/usb/ |
H A D | composite.h | 533 u16 idProduct; member 545 module_param_named(idProduct, coverwrite.idProduct, ushort, S_IRUGO); \ 546 MODULE_PARM_DESC(idProduct, "USB Product ID"); \
|
H A D | input.h | 18 id->product = le16_to_cpu(dev->descriptor.idProduct); in usb_to_input_id()
|
/linux/drivers/hid/ |
H A D | hid-lgff.c | 27 u16 idProduct; member 137 dev->id.product == devices[i].idProduct) { in lgff_init()
|
/linux/tools/usb/usbip/vudc/ |
H A D | vudc_server_example.sh | 63 echo ${ID_PRODUCT} > idProduct
|
/linux/net/caif/ |
H A D | caif_usb.c | 151 le16_to_cpu(usbdev->descriptor.idProduct)); in cfusbl_device_notify() 155 le16_to_cpu(usbdev->descriptor.idProduct) == STE_USB_PID_CAIF)) in cfusbl_device_notify()
|
/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | dvbsky.c | 544 if (le16_to_cpu(d->udev->descriptor.idProduct) == USB_PID_MYGICA_T230C2 || in dvbsky_mygica_t230c_attach() 545 le16_to_cpu(d->udev->descriptor.idProduct) == USB_PID_MYGICA_T230C2_LITE || in dvbsky_mygica_t230c_attach() 546 le16_to_cpu(d->udev->descriptor.idProduct) == USB_PID_MYGICA_T230A) in dvbsky_mygica_t230c_attach() 558 if (le16_to_cpu(d->udev->descriptor.idProduct) == USB_PID_MYGICA_T230) { in dvbsky_mygica_t230c_attach() 582 if (le16_to_cpu(d->udev->descriptor.idProduct) == USB_PID_MYGICA_T230A) { in dvbsky_identify_state()
|