Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/host/
Dpcie-designware.h61 int (*rd_other_conf)(struct pcie_port *pp, struct pci_bus *bus, member
Dpcie-designware.c520 if (!pp->ops->rd_other_conf) in dw_pcie_host_init()
669 if (pp->ops->rd_other_conf) in dw_pcie_rd_conf()
670 ret = pp->ops->rd_other_conf(pp, bus, devfn, in dw_pcie_rd_conf()
Dpci-keystone.c283 .rd_other_conf = ks_dw_pcie_rd_other_conf,