Searched refs:hfcsusb_idtab (Results 1 – 2 of 2) sorted by relevance
341 static const struct usb_device_id hfcsusb_idtab[] = { variable423 MODULE_DEVICE_TABLE(usb, hfcsusb_idtab);
142 hfcsusb_idtab[hw->vend_idx].driver_info; in handle_led()1925 for (i = 0; hfcsusb_idtab[i].idVendor; i++) { in hfcsusb_probe()1927 == hfcsusb_idtab[i].idVendor) && in hfcsusb_probe()1929 == hfcsusb_idtab[i].idProduct)) { in hfcsusb_probe()2097 hfcsusb_idtab[vend_idx].driver_info; in hfcsusb_probe()2142 .id_table = hfcsusb_idtab,