Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/of/
Dproperty.c1126 static int of_link_to_phandle(struct device_node *con_np, in of_link_to_phandle() argument
1139 con_np, tmp_np); in of_link_to_phandle()
1148 if (of_is_ancestor_of(con_np, sup_np)) { in of_link_to_phandle()
1150 con_np, sup_np); in of_link_to_phandle()
1164 con_np, sup_np); in of_link_to_phandle()
1170 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np)); in of_link_to_phandle()
1442 static int of_link_property(struct device_node *con_np, const char *prop_name) in of_link_property() argument
1456 while ((phandle = s->parse_prop(con_np, prop_name, i))) { in of_link_property()
1460 ? of_get_compat_node_parent(con_np) in of_link_property()
1461 : of_node_get(con_np); in of_link_property()
[all …]