Lines Matching refs:asihpi_pci_tbl
31 static struct pci_device_id asihpi_pci_tbl[] = { variable
46 for (i = 0; asihpi_pci_tbl[i].vendor != 0; i++) { in hpi_lookup_entry_point_function()
47 if (asihpi_pci_tbl[i].vendor != PCI_ANY_ID in hpi_lookup_entry_point_function()
48 && asihpi_pci_tbl[i].vendor != in hpi_lookup_entry_point_function()
51 if (asihpi_pci_tbl[i].device != PCI_ANY_ID in hpi_lookup_entry_point_function()
52 && asihpi_pci_tbl[i].device != in hpi_lookup_entry_point_function()
55 if (asihpi_pci_tbl[i].subvendor != PCI_ANY_ID in hpi_lookup_entry_point_function()
56 && asihpi_pci_tbl[i].subvendor != in hpi_lookup_entry_point_function()
59 if (asihpi_pci_tbl[i].subdevice != PCI_ANY_ID in hpi_lookup_entry_point_function()
60 && asihpi_pci_tbl[i].subdevice != in hpi_lookup_entry_point_function()
66 return (hpi_handler_func *) asihpi_pci_tbl[i].driver_data; in hpi_lookup_entry_point_function()