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