Searched refs:hfcsusb_idtab (Results 1 – 2 of 2) sorted by relevance
282 int vend_idx; /* index in hfcsusb_idtab */341 static const struct usb_device_id hfcsusb_idtab[] = { variable 423 MODULE_DEVICE_TABLE(usb, hfcsusb_idtab);
143 hfcsusb_idtab[hw->vend_idx].driver_info; in handle_led() 1926 for (i = 0; hfcsusb_idtab[i].idVendor; i++) { in hfcsusb_probe() 1928 == hfcsusb_idtab[i].idVendor) && in hfcsusb_probe() 1930 == hfcsusb_idtab[i].idProduct)) { in hfcsusb_probe() 2098 hfcsusb_idtab[vend_idx].driver_info; in hfcsusb_probe() 2143 .id_table = hfcsusb_idtab,