Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/asihpi/
H A Dhpimsgx.c20 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()
[all …]
H A Dasihpi.c2945 static const struct pci_device_id asihpi_pci_tbl[] = { variable
2954 MODULE_DEVICE_TABLE(pci, asihpi_pci_tbl);
2958 .id_table = asihpi_pci_tbl,