Searched refs:pci_exclude_device (Results 1 – 3 of 3) sorted by relevance
40 if (ppc_md.pci_exclude_device) \41 if (ppc_md.pci_exclude_device(dev->bus->number, dev->devfn)) \
213 ppc_md.pci_exclude_device = ppc4xx_exclude_device; in ppc4xx_find_bridges()
93 int (*pci_exclude_device)(unsigned char, unsigned char); member