acpi_pci_match
void acpi_pci_match(struct device *, struct pci_attach_args *);
acpi_pci_match(dev, pa);
void acpi_pci_match(struct device *, struct pci_attach_args *);
acpi_pci_match(dev, pa);
struct aml_node *acpi_pci_match(struct device *, struct pci_attach_args *);
node = acpi_pci_match(self, &sc->sc_paa);
struct aml_node *acpi_pci_match(struct device *dev, struct pci_attach_args *pa);
struct aml_node *node = acpi_pci_match((struct device *)sc, &sc->sc_paa);