Searched refs:hfcusb_idtab (Results 1 – 1 of 1) sorted by relevance
68 static struct usb_device_id hfcusb_idtab[] = { variable303 (hfcsusb_vdata *) hfcusb_idtab[hfc->vend_idx].driver_info; in handle_led()1272 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()1274 && (le16_to_cpu(dev->descriptor.idProduct) == hfcusb_idtab[i].idProduct)) { in hfc_usb_probe()1487 hfcusb_idtab[vend_idx].driver_info; in hfc_usb_probe()1575 .id_table = hfcusb_idtab,1614 MODULE_DEVICE_TABLE(usb, hfcusb_idtab);