Home
last modified time | relevance | path

Searched refs:of_pci_get_devfn (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dof_pci.h14 int of_pci_get_devfn(struct device_node *np);
23 static inline int of_pci_get_devfn(struct device_node *np) in of_pci_get_devfn() function
/linux/drivers/pci/
H A Dof.c131 devfn = of_pci_get_devfn(node); in __of_pci_pci_compare()
173 int of_pci_get_devfn(struct device_node *np) in of_pci_get_devfn() function
184 EXPORT_SYMBOL_GPL(of_pci_get_devfn);
/linux/arch/mips/pci/
H A Dpci-rt3883.c457 devfn = of_pci_get_devfn(child); in rt3883_pci_probe()
/linux/drivers/pci/controller/dwc/
H A Dpcie-kirin.c427 ret = of_pci_get_devfn(child); in kirin_pcie_parse_port()
/linux/drivers/pci/controller/
H A Dpci-mvebu.c1268 port->devfn = of_pci_get_devfn(child); in mvebu_pcie_parse_port()