Searched refs:pci_exclude_device (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/sysdev/
H A Dindirect_pci.c33 if (ppc_md.pci_exclude_device)
34 if (ppc_md.pci_exclude_device(hose, bus_number, devfn))
99 if (ppc_md.pci_exclude_device)
100 if (ppc_md.pci_exclude_device(hose, bus->number, devfn))
H A Dtsi108_pci.c55 if (ppc_md.pci_exclude_device)
56 if (ppc_md.pci_exclude_device(hose, bus->number, devfunc))
140 if (ppc_md.pci_exclude_device)
141 if (ppc_md.pci_exclude_device(hose, bus->number, devfn))
H A Dfsl_pci.c709 if (ppc_md.pci_exclude_device) {
710 if (ppc_md.pci_exclude_device(hose, bus->number, devfn))
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c114 if (ppc_md.pci_exclude_device)
115 if (ppc_md.pci_exclude_device(hose, bus->number, devfn))
171 if (ppc_md.pci_exclude_device)
172 if (ppc_md.pci_exclude_device(hose, bus->number, devfn))
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dholly.c128 ppc_md.pci_exclude_device = holly_exclude_device;
/linux-master/arch/powerpc/include/asm/
H A Dmachdep.h146 int (*pci_exclude_device)(struct pci_controller *, unsigned char, unsigned char); member in struct:machdep_calls
/linux-master/arch/powerpc/platforms/
H A Dfsl_uli1575.c375 ppc_md.pci_exclude_device = uli_exclude_device;

Completed in 175 milliseconds