/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-host-generic.c | 21 .read = pci_generic_config_read, 55 .read = pci_generic_config_read,
|
H A D | pci-loongson.c | 255 .read = pci_generic_config_read, 379 .read = pci_generic_config_read,
|
H A D | pci-thunder-ecam.c | 103 return pci_generic_config_read(bus, devfn, where, size, val); in thunder_ecam_p2_config_read() 330 return pci_generic_config_read(bus, devfn, where, size, val); in thunder_ecam_config_read()
|
H A D | pcie-tango.c | 190 ret = pci_generic_config_read(bus, devfn, where, size, val); in smp8759_config_read()
|
H A D | pci-thunder-pem.c | 146 return pci_generic_config_read(bus, devfn, where, size, val); in thunder_pem_config_read()
|
H A D | pci-rcar-gen2.c | 274 .read = pci_generic_config_read,
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-host-generic.c | 21 .read = pci_generic_config_read, 54 .read = pci_generic_config_read,
|
H A D | pci-loongson.c | 268 .read = pci_generic_config_read, 392 .read = pci_generic_config_read,
|
H A D | pci-thunder-ecam.c | 100 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()
|
H A D | pci-thunder-pem.c | 153 return pci_generic_config_read(bus, devfn, where, size, val); in thunder_pem_config_read()
|
H A D | pci-rcar-gen2.c | 274 .read = pci_generic_config_read,
|
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
H A D | pcie-al.c | 83 .read = pci_generic_config_read, 249 .read = pci_generic_config_read,
|
H A D | pcie-hisi.c | 36 return pci_generic_config_read(bus, devfn, where, size, val); in hisi_pcie_rd_conf()
|
H A D | pcie-designware-host.c | 482 ret = pci_generic_config_read(bus, devfn, where, size, val); in dw_pcie_rd_other_conf() 529 .read = pci_generic_config_read,
|
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/ |
H A D | pcie-al.c | 82 .read = pci_generic_config_read, 241 .read = pci_generic_config_read,
|
H A D | pcie-tegra194-acpi.c | 106 .read = pci_generic_config_read,
|
H A D | pcie-hisi.c | 40 return pci_generic_config_read(bus, devfn, where, size, val); in hisi_pcie_rd_conf()
|
H A D | pcie-designware-host.c | 586 ret = pci_generic_config_read(bus, devfn, where, size, val); in dw_pcie_rd_other_conf() 643 .read = pci_generic_config_read,
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | ecam.c | 155 .read = pci_generic_config_read,
|
H A D | access.c | 77 int pci_generic_config_read(struct pci_bus *bus, unsigned int devfn, in pci_generic_config_read() function 97 EXPORT_SYMBOL_GPL(pci_generic_config_read); variable
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | access.c | 80 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); variable
|
H A D | ecam.c | 205 .read = pci_generic_config_read,
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 164 .read = pci_generic_config_read, 199 .read = pci_generic_config_read, 426 .read = pci_generic_config_read,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 165 .read = pci_generic_config_read, 200 .read = pci_generic_config_read, 427 .read = pci_generic_config_read,
|
/kernel/linux/linux-5.10/arch/arm/mach-cns3xxx/ |
H A D | pcie.c | 93 ret = pci_generic_config_read(bus, devfn, where, size, val); in cns3xxx_pci_read_config()
|