Searched refs:con_np (Results 1 – 1 of 1) sorted by relevance
/drivers/of/ |
D | property.c | 1078 static int of_link_to_phandle(struct device_node *con_np, in of_link_to_phandle() argument 1105 con_np, tmp_np); in of_link_to_phandle() 1114 if (of_is_ancestor_of(con_np, sup_np)) { in of_link_to_phandle() 1116 con_np, sup_np); in of_link_to_phandle() 1130 con_np, sup_np); in of_link_to_phandle() 1136 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np)); in of_link_to_phandle() 1398 static int of_link_property(struct device_node *con_np, const char *prop_name) in of_link_property() argument 1413 while ((phandle = s->parse_prop(con_np, prop_name, i))) { in of_link_property() 1416 of_link_to_phandle(con_np, phandle); in of_link_property() 1427 struct device_node *con_np = to_of_node(fwnode); in of_fwnode_add_links() local [all …]
|