Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/asihpi/
Dhpimsgx.c31 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()
[all …]
Dasihpi.c3020 static const struct pci_device_id asihpi_pci_tbl[] = { variable
3029 MODULE_DEVICE_TABLE(pci, asihpi_pci_tbl);
3033 .id_table = asihpi_pci_tbl,