Searched refs:hfcsusb_idtab (Results 1 – 2 of 2) sorted by relevance
340 static struct usb_device_id hfcsusb_idtab[] = { variable422 MODULE_DEVICE_TABLE(usb, hfcsusb_idtab);
156 hfcsusb_idtab[hw->vend_idx].driver_info; in handle_led()1931 for (i = 0; hfcsusb_idtab[i].idVendor; i++) { in hfcsusb_probe()1933 == hfcsusb_idtab[i].idVendor) && in hfcsusb_probe()1935 == hfcsusb_idtab[i].idProduct)) { in hfcsusb_probe()2103 hfcsusb_idtab[vend_idx].driver_info; in hfcsusb_probe()2148 .id_table = hfcsusb_idtab,