Searched refs:phandle_node (Results 1 – 1 of 1) sorted by relevance
2298 struct device_node *phandle_node; in of_map_rid() local2314 phandle_node = of_find_node_by_phandle(phandle); in of_map_rid()2315 if (!phandle_node) in of_map_rid()2320 of_node_put(phandle_node); in of_map_rid()2322 *target = phandle_node; in of_map_rid()2324 if (*target != phandle_node) in of_map_rid()