Home
last modified time | relevance | path

Searched refs:pci_controller_ops (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/arch/powerpc/platforms/cell/
Dcell.h22 extern struct pci_controller_ops cell_pci_controller_ops;
Dsetup.c286 struct pci_controller_ops cell_pci_controller_ops;
/linux-4.1.27/arch/powerpc/platforms/maple/
Dmaple.h14 extern struct pci_controller_ops maple_pci_controller_ops;
Dpci.c665 struct pci_controller_ops maple_pci_controller_ops = {
/linux-4.1.27/arch/powerpc/platforms/pasemi/
Dpasemi.h33 extern struct pci_controller_ops pasemi_pci_controller_ops;
Dpci.c246 struct pci_controller_ops pasemi_pci_controller_ops;
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dpowernv.h32 extern struct pci_controller_ops pnv_pci_controller_ops;
Dpci.c782 struct pci_controller_ops pnv_pci_controller_ops = {
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dpmac.h41 extern struct pci_controller_ops pmac_pci_controller_ops;
Dpci.c1247 struct pci_controller_ops pmac_pci_controller_ops = {
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dpseries.h80 extern struct pci_controller_ops pseries_pci_controller_ops;
Dsetup.c842 struct pci_controller_ops pseries_pci_controller_ops = {
/linux-4.1.27/arch/powerpc/include/asm/
Dpci-bridge.h20 struct pci_controller_ops { struct
67 struct pci_controller_ops controller_ops;
Diommu.h176 extern void iommu_init_early_dart(struct pci_controller_ops *controller_ops);
/linux-4.1.27/arch/powerpc/sysdev/
Ddart_iommu.c372 void __init iommu_init_early_dart(struct pci_controller_ops *controller_ops) in iommu_init_early_dart()