Home
last modified time | relevance | path

Searched refs:pci_generic_config_read (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.1.9/drivers/pci/controller/
Dpci-host-generic.c21 .read = pci_generic_config_read,
54 .read = pci_generic_config_read,
Dpci-loongson.c231 .read = pci_generic_config_read,
355 .read = pci_generic_config_read,
Dpci-thunder-ecam.c100 return pci_generic_config_read(bus, devfn, where, size, val); in thunder_ecam_p2_config_read()
316 return pci_generic_config_read(bus, devfn, where, size, val); in thunder_ecam_config_read()
Dpci-rcar-gen2.c274 .read = pci_generic_config_read,
Dpci-thunder-pem.c153 return pci_generic_config_read(bus, devfn, where, size, val); in thunder_pem_config_read()
Dpcie-xilinx.c191 .read = pci_generic_config_read,
Dpcie-mt7621.c139 .read = pci_generic_config_read,
Dpci-v3-semi.c413 ret = pci_generic_config_read(bus, fn, config, size, value); in v3_pci_read_config()
Dpcie-xilinx-nwl.c256 .read = pci_generic_config_read,
Dpcie-apple.c817 .read = pci_generic_config_read,
Dpcie-microchip-host.c1113 .read = pci_generic_config_read,
/linux-6.1.9/drivers/pci/controller/dwc/
Dpcie-al.c82 .read = pci_generic_config_read,
241 .read = pci_generic_config_read,
Dpcie-tegra194-acpi.c106 .read = pci_generic_config_read,
Dpcie-hisi.c40 return pci_generic_config_read(bus, devfn, where, size, val); in hisi_pcie_rd_conf()
Dpcie-designware-host.c572 ret = pci_generic_config_read(bus, devfn, where, size, val); in dw_pcie_rd_other_conf()
629 .read = pci_generic_config_read,
Dpci-meson.c307 ret = pci_generic_config_read(bus, devfn, where, size, val); in meson_pcie_rd_own_conf()
Dpci-keystone.c447 .read = pci_generic_config_read,
486 .read = pci_generic_config_read,
/linux-6.1.9/drivers/pci/
Daccess.c80 int pci_generic_config_read(struct pci_bus *bus, unsigned int devfn, in pci_generic_config_read() function
98 EXPORT_SYMBOL_GPL(pci_generic_config_read);
Decam.c205 .read = pci_generic_config_read,
/linux-6.1.9/arch/powerpc/platforms/powermac/
Dpci.c165 .read = pci_generic_config_read,
200 .read = pci_generic_config_read,
427 .read = pci_generic_config_read,
/linux-6.1.9/arch/arm/mach-cns3xxx/
Dpcie.c93 ret = pci_generic_config_read(bus, devfn, where, size, val); in cns3xxx_pci_read_config()
/linux-6.1.9/drivers/pci/controller/cadence/
Dpci-j721e.c270 return pci_generic_config_read(bus, devfn, where, size, value); in cdns_ti_pcie_config_read()
Dpcie-cadence-host.c76 .read = pci_generic_config_read,
/linux-6.1.9/drivers/pci/controller/mobiveil/
Dpcie-mobiveil-host.c81 .read = pci_generic_config_read,
/linux-6.1.9/arch/um/drivers/
Dvirt-pci.c455 .read = pci_generic_config_read,

12