Home
last modified time | relevance | path

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

12

/linux-6.14.4/drivers/pci/controller/
Dpci-host-generic.c21 .read = pci_generic_config_read,
54 .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-loongson.c281 .read = pci_generic_config_read,
405 .read = pci_generic_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.c140 .read = pci_generic_config_read,
Dpci-v3-semi.c411 ret = pci_generic_config_read(bus, fn, config, size, value); in v3_pci_read_config()
Dpcie-apple.c776 .read = pci_generic_config_read,
Dpcie-xilinx-dma-pl.c210 .read = pci_generic_config_read,
Dpcie-xilinx-nwl.c255 .read = pci_generic_config_read,
/linux-6.14.4/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.c638 ret = pci_generic_config_read(bus, devfn, where, size, val); in dw_pcie_rd_other_conf()
702 .read = pci_generic_config_read,
Dpci-meson.c311 ret = pci_generic_config_read(bus, devfn, where, size, val); in meson_pcie_rd_own_conf()
Dpci-keystone.c480 .read = pci_generic_config_read,
486 .read = pci_generic_config_read,
/linux-6.14.4/drivers/pci/
Daccess.c88 int pci_generic_config_read(struct pci_bus *bus, unsigned int devfn, in pci_generic_config_read() function
106 EXPORT_SYMBOL_GPL(pci_generic_config_read);
Decam.c205 .read = pci_generic_config_read,
/linux-6.14.4/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.14.4/drivers/pci/controller/plda/
Dpcie-starfive.c102 return pci_generic_config_read(bus, devfn, where, size, value); in starfive_pcie_config_read()
Dpcie-microchip-host.c806 .read = pci_generic_config_read,
/linux-6.14.4/drivers/pci/controller/cadence/
Dpcie-cadence-host.c78 .read = pci_generic_config_read,
Dpci-j721e.c314 return pci_generic_config_read(bus, devfn, where, size, value); in cdns_ti_pcie_config_read()
/linux-6.14.4/drivers/pci/controller/mobiveil/
Dpcie-mobiveil-host.c78 .read = pci_generic_config_read,

12