Home
last modified time | relevance | path

Searched refs:rd_other_conf (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-designware-host.c518 if (pp->ops->rd_other_conf) in dw_pcie_rd_other_conf()
519 return pp->ops->rd_other_conf(pp, bus, devfn, where, size, val); in dw_pcie_rd_other_conf()
696 if (!pp->ops->rd_other_conf) { in dw_pcie_setup_rc()
Dpcie-designware.h128 int (*rd_other_conf)(struct pcie_port *pp, struct pci_bus *bus, member
Dpci-keystone.c293 .rd_other_conf = ks_dw_pcie_rd_other_conf,