Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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-6.12.1/drivers/pci/
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-6.12.1/arch/mips/pci/
Dpci-rt3883.c456 devfn = of_pci_get_devfn(child); in rt3883_pci_probe()
/linux-6.12.1/drivers/pci/controller/
Dpcie-mt7621.c271 err = of_pci_get_devfn(child); in mt7621_pcie_parse_dt()
Dpcie-mediatek.c1051 err = of_pci_get_devfn(child); in mtk_pcie_setup()
Dpci-mvebu.c1289 port->devfn = of_pci_get_devfn(child); in mvebu_pcie_parse_port()
Dpci-tegra.c2122 err = of_pci_get_devfn(port); in tegra_pcie_parse_dt()
/linux-6.12.1/drivers/pci/controller/dwc/
Dpcie-kirin.c429 ret = of_pci_get_devfn(child); in kirin_pcie_parse_port()