Searched refs:rd_own_conf (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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 | 126 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 | pcie-qcom.c | 1152 .rd_own_conf = qcom_pcie_rd_own_conf,
|