Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/of/
Dof_pci.c14 devfn = of_pci_get_devfn(node); in __of_pci_pci_compare()
56 int of_pci_get_devfn(struct device_node *np) in of_pci_get_devfn() function
68 EXPORT_SYMBOL_GPL(of_pci_get_devfn);
/linux-4.1.27/arch/mips/pci/
Dpci-rt3883.c476 devfn = of_pci_get_devfn(child); in rt3883_pci_probe()
/linux-4.1.27/drivers/pci/host/
Dpci-mvebu.c1010 port->devfn = of_pci_get_devfn(child); in mvebu_pcie_probe()
Dpci-tegra.c1677 err = of_pci_get_devfn(port); in tegra_pcie_parse_dt()