Searched defs:pci_ops (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/arch/sh/include/asm/ |
D | pci.h | 19 struct pci_ops *pci_ops; member
|
/linux-6.12.1/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 | 803 struct pci_ops { struct 804 int (*add_bus)(struct pci_bus *bus); 805 void (*remove_bus)(struct pci_bus *bus); 806 void __iomem *(*map_bus)(struct pci_bus *bus, unsigned int devfn, int where); 807 int (*read)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val); 808 int (*write)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val);
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pci.h | 35 struct pci_ops *pci_ops; member
|
/linux-6.12.1/arch/mips/pci/ |
D | pci-lantiq.c | 69 static struct pci_ops pci_ops = { variable
|
/linux-6.12.1/include/linux/ssb/ |
D | ssb_driver_gige.h | 49 struct pci_ops pci_ops; member
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | pci.h | 117 const struct ath12k_pci_ops *pci_ops; member
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | machvec.h | 89 struct pci_ops *pci_ops; member
|
/linux-6.12.1/arch/sparc/kernel/ |
D | pci_impl.h | 156 struct pci_ops *pci_ops; member
|
/linux-6.12.1/arch/arm/mach-orion5x/ |
D | pci.c | 364 static struct pci_ops pci_ops = { variable
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | pcic.c | 805 const struct ath11k_pci_ops *pci_ops) in ath11k_pcic_register_pci_ops()
|
D | ahb.c | 1124 const struct ath11k_pci_ops *pci_ops; in ath11k_ahb_probe() local
|
/linux-6.12.1/include/linux/bcma/ |
D | bcma_driver_pci.h | 219 struct pci_ops pci_ops; member
|
/linux-6.12.1/drivers/pci/controller/dwc/ |
D | pcie-qcom-ep.c | 550 static const struct dw_pcie_ops pci_ops = { variable
|