Lines Matching refs:con_np
1060 static int of_link_to_phandle(struct device_node *con_np, in of_link_to_phandle() argument
1087 con_np, tmp_np); in of_link_to_phandle()
1096 if (of_is_ancestor_of(con_np, sup_np)) { in of_link_to_phandle()
1098 con_np, sup_np); in of_link_to_phandle()
1112 con_np, sup_np); in of_link_to_phandle()
1118 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np)); in of_link_to_phandle()
1376 static int of_link_property(struct device_node *con_np, const char *prop_name) in of_link_property() argument
1391 while ((phandle = s->parse_prop(con_np, prop_name, i))) { in of_link_property()
1394 of_link_to_phandle(con_np, phandle); in of_link_property()
1405 struct device_node *con_np = to_of_node(fwnode); in of_fwnode_add_links() local
1407 if (!con_np) in of_fwnode_add_links()
1410 for_each_property_of_node(con_np, p) in of_fwnode_add_links()
1411 of_link_property(con_np, p->name); in of_fwnode_add_links()