Lines Matching refs:asihpi_pci_tbl
20 static const struct pci_device_id asihpi_pci_tbl[] = { variable
35 for (i = 0; asihpi_pci_tbl[i].vendor != 0; i++) { in hpi_lookup_entry_point_function()
36 if (asihpi_pci_tbl[i].vendor != PCI_ANY_ID in hpi_lookup_entry_point_function()
37 && asihpi_pci_tbl[i].vendor != in hpi_lookup_entry_point_function()
40 if (asihpi_pci_tbl[i].device != PCI_ANY_ID in hpi_lookup_entry_point_function()
41 && asihpi_pci_tbl[i].device != in hpi_lookup_entry_point_function()
44 if (asihpi_pci_tbl[i].subvendor != PCI_ANY_ID in hpi_lookup_entry_point_function()
45 && asihpi_pci_tbl[i].subvendor != in hpi_lookup_entry_point_function()
48 if (asihpi_pci_tbl[i].subdevice != PCI_ANY_ID in hpi_lookup_entry_point_function()
49 && asihpi_pci_tbl[i].subdevice != in hpi_lookup_entry_point_function()
55 return (hpi_handler_func *) asihpi_pci_tbl[i].driver_data; in hpi_lookup_entry_point_function()