Home
last modified time | relevance | path

Searched refs:hfcusb_idtab (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/isdn/hisax/
Dhfc_usb.c68 static const struct usb_device_id hfcusb_idtab[] = { variable
303 (hfcsusb_vdata *) hfcusb_idtab[hfc->vend_idx].driver_info; in handle_led()
1266 for (i = 0; hfcusb_idtab[i].idVendor; i++) { in hfc_usb_probe()
1267 if ((le16_to_cpu(dev->descriptor.idVendor) == hfcusb_idtab[i].idVendor) in hfc_usb_probe()
1268 && (le16_to_cpu(dev->descriptor.idProduct) == hfcusb_idtab[i].idProduct)) { in hfc_usb_probe()
1481 hfcusb_idtab[vend_idx].driver_info; in hfc_usb_probe()
1569 .id_table = hfcusb_idtab,
1608 MODULE_DEVICE_TABLE(usb, hfcusb_idtab);