Searched refs:rd_own_conf (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/pci/controller/dwc/ |
D | pcie-hisi.c | 224 .rd_own_conf = hisi_pcie_cfg_read,
|
D | pcie-designware-host.c | 28 if (pp->ops->rd_own_conf) in dw_pcie_rd_own_conf() 29 return pp->ops->rd_own_conf(pp, where, size, val); in dw_pcie_rd_own_conf()
|
D | pcie-designware.h | 153 int (*rd_own_conf)(struct pcie_port *pp, int where, int size, u32 *val); member
|
D | pcie-histb.c | 206 .rd_own_conf = histb_pcie_rd_own_conf,
|
D | pcie-kirin.c | 446 .rd_own_conf = kirin_pcie_rd_own_conf,
|
D | pci-exynos.c | 391 .rd_own_conf = exynos_pcie_rd_own_conf,
|
D | pci-meson.c | 488 .rd_own_conf = meson_pcie_rd_own_conf,
|
D | pcie-tegra194.c | 894 .rd_own_conf = tegra_pcie_dw_rd_own_conf,
|