Searched refs:amr_pci_type (Results 1 – 1 of 1) sorted by relevance
145 static struct amr_pci_type { struct149 } const amr_pci_type[] = { variable253 for (i = 0; i < sizeof(amr_pci_type) / sizeof(amr_pci_type[0]); i++) in amr_match()254 if (PCI_VENDOR(pa->pa_id) == amr_pci_type[i].apt_vendor && in amr_match()255 PCI_PRODUCT(pa->pa_id) == amr_pci_type[i].apt_product) in amr_match()258 if (i == sizeof(amr_pci_type) / sizeof(amr_pci_type[0])) in amr_match()261 if ((amr_pci_type[i].apt_flags & AT_SIG) == 0) in amr_match()275 const struct amr_pci_type *apt; in amr_attach()295 for (i = 0; i < sizeof(amr_pci_type) / sizeof(amr_pci_type[0]); i++) in amr_attach()296 if (PCI_VENDOR(pa->pa_id) == amr_pci_type[i].apt_vendor && in amr_attach()[all …]