Searched refs:of_pci_get_devfn (Results 1 - 8 of 8) sorted by relevance

/linux-master/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) function
/linux-master/drivers/pci/
H A Dof.c125 devfn = of_pci_get_devfn(node);
159 * of_pci_get_devfn() - Get device and function numbers for a device node
167 int of_pci_get_devfn(struct device_node *np) function
178 EXPORT_SYMBOL_GPL(of_pci_get_devfn); variable
/linux-master/drivers/pci/controller/
H A Dpcie-mt7621.c271 err = of_pci_get_devfn(child);
H A Dpci-mvebu.c1289 port->devfn = of_pci_get_devfn(child);
H A Dpcie-mediatek.c1059 err = of_pci_get_devfn(child);
H A Dpci-tegra.c2128 err = of_pci_get_devfn(port);
/linux-master/arch/mips/pci/
H A Dpci-rt3883.c456 devfn = of_pci_get_devfn(child);
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-kirin.c422 ret = of_pci_get_devfn(child);

Completed in 139 milliseconds