Searched defs:pci_ops (Results 1 – 16 of 16) sorted by relevance
/linux-6.6.21/include/linux/ |
D | pci-ecam.h | 46 struct pci_ops pci_ops; member
|
D | pci-acpi.h | 72 struct pci_ops *pci_ops; member
|
D | pci.h | 773 struct pci_ops { struct 774 int (*add_bus)(struct pci_bus *bus); 775 void (*remove_bus)(struct pci_bus *bus); 776 void __iomem *(*map_bus)(struct pci_bus *bus, unsigned int devfn, int where); 777 int (*read)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val); 778 int (*write)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val);
|
/linux-6.6.21/arch/sh/include/asm/ |
D | pci.h | 19 struct pci_ops *pci_ops; member
|
/linux-6.6.21/arch/mips/include/asm/ |
D | pci.h | 35 struct pci_ops *pci_ops; member
|
/linux-6.6.21/arch/mips/pci/ |
D | pci-lantiq.c | 69 static struct pci_ops pci_ops = { variable
|
/linux-6.6.21/include/linux/ssb/ |
D | ssb_driver_gige.h | 49 struct pci_ops pci_ops; member
|
/linux-6.6.21/drivers/net/wireless/ath/ath12k/ |
D | pci.h | 111 const struct ath12k_pci_ops *pci_ops; member
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | machvec.h | 98 struct pci_ops *pci_ops; member
|
/linux-6.6.21/arch/sparc/kernel/ |
D | pci_impl.h | 156 struct pci_ops *pci_ops; member
|
/linux-6.6.21/arch/arm/mach-orion5x/ |
D | pci.c | 364 static struct pci_ops pci_ops = { variable
|
/linux-6.6.21/drivers/net/wireless/ath/ath11k/ |
D | pci.c | 734 const struct ath11k_pci_ops *pci_ops; in ath11k_pci_probe() local
|
D | pcic.c | 772 const struct ath11k_pci_ops *pci_ops) in ath11k_pcic_register_pci_ops()
|
D | ahb.c | 1089 const struct ath11k_pci_ops *pci_ops; in ath11k_ahb_probe() local
|
/linux-6.6.21/include/linux/bcma/ |
D | bcma_driver_pci.h | 219 struct pci_ops pci_ops; member
|
/linux-6.6.21/drivers/pci/controller/dwc/ |
D | pcie-qcom-ep.c | 534 static const struct dw_pcie_ops pci_ops = { variable
|