Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/of/
H A Dbase.c2275 struct device_node *phandle_node; in of_map_id() local
2291 phandle_node = of_find_node_by_phandle(phandle); in of_map_id()
2292 if (!phandle_node) in of_map_id()
2297 of_node_put(phandle_node); in of_map_id()
2299 *target = phandle_node; in of_map_id()
2301 if (*target != phandle_node) in of_map_id()
/kernel/linux/linux-6.6/drivers/of/
H A Dbase.c1993 struct device_node *phandle_node; in of_map_id() local
2009 phandle_node = of_find_node_by_phandle(phandle); in of_map_id()
2010 if (!phandle_node) in of_map_id()
2015 of_node_put(phandle_node); in of_map_id()
2017 *target = phandle_node; in of_map_id()
2019 if (*target != phandle_node) in of_map_id()

Completed in 6 milliseconds