Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_pci.h15 int of_pci_get_devfn(struct device_node *np);
32 static inline int of_pci_get_devfn(struct device_node *np) in of_pci_get_devfn() function
/linux-4.4.14/drivers/of/
Dof_pci.c15 devfn = of_pci_get_devfn(node); in __of_pci_pci_compare()
57 int of_pci_get_devfn(struct device_node *np) in of_pci_get_devfn() function
69 EXPORT_SYMBOL_GPL(of_pci_get_devfn);
/linux-4.4.14/arch/mips/pci/
Dpci-rt3883.c473 devfn = of_pci_get_devfn(child); in rt3883_pci_probe()
/linux-4.4.14/drivers/pci/host/
Dpci-mvebu.c1067 port->devfn = of_pci_get_devfn(child); in mvebu_pcie_parse_port()
Dpci-tegra.c1661 err = of_pci_get_devfn(port); in tegra_pcie_parse_dt()