Searched refs:phandle_node (Results 1 – 1 of 1) sorted by relevance
2105 struct device_node *phandle_node; in of_map_id() local2121 phandle_node = of_find_node_by_phandle(phandle); in of_map_id()2122 if (!phandle_node) in of_map_id()2127 of_node_put(phandle_node); in of_map_id()2129 *target = phandle_node; in of_map_id()2131 if (*target != phandle_node) in of_map_id()
Completed in 6 milliseconds