Searched defs:pci_ops (Results 1 – 12 of 12) sorted by relevance
/linux/arch/sh/include/asm/ |
H A D | pci.h | 19 struct pci_ops *pci_ops; member
|
/linux/include/linux/ |
H A D | pci-ecam.h | 46 struct pci_ops pci_ops; member
|
H A D | pci-acpi.h | 72 struct pci_ops *pci_ops; member
|
H A D | pci.h | 804 struct pci_ops { struct 805 int (*add_bus)(struct pci_bus *bus); 806 void (*remove_bus)(struct pci_bus *bus); 807 void __iomem *(*map_bus)(struct pci_bus *bus, unsigned int devfn, int where); 808 int (*read)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val); 809 int (*write)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val);
|
/linux/arch/mips/include/asm/ |
H A D | pci.h | 35 struct pci_ops *pci_ops; member
|
/linux/include/linux/ssb/ |
H A D | ssb_driver_gige.h | 49 struct pci_ops pci_ops; member
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | pci.h | 119 const struct ath12k_pci_ops *pci_ops; member
|
/linux/arch/alpha/include/asm/ |
H A D | machvec.h | 89 struct pci_ops *pci_ops; member
|
/linux/arch/sparc/kernel/ |
H A D | pci_impl.h | 156 struct pci_ops *pci_ops; member
|
/linux/arch/arm/mach-orion5x/ |
H A D | pci.c | 364 static struct pci_ops pci_ops = { variable
|
/linux/include/linux/bcma/ |
H A D | bcma_driver_pci.h | 219 struct pci_ops pci_ops; member
|
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-qcom-ep.c | 560 static const struct dw_pcie_ops pci_ops = { variable
|