Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/
Dof.c415 struct device_node *phandle_node; in of_pci_map_rid() local
431 phandle_node = of_find_node_by_phandle(phandle); in of_pci_map_rid()
432 if (!phandle_node) in of_pci_map_rid()
437 of_node_put(phandle_node); in of_pci_map_rid()
439 *target = phandle_node; in of_pci_map_rid()
441 if (*target != phandle_node) in of_pci_map_rid()