Searched refs:con_np (Results 1 – 1 of 1) sorted by relevance
1168 static void of_link_to_phandle(struct device_node *con_np, in of_link_to_phandle() argument1185 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np), flags); in of_link_to_phandle()1527 static int of_link_property(struct device_node *con_np, const char *prop_name) in of_link_property() argument1541 while ((phandle = s->parse_prop(con_np, prop_name, i))) { in of_link_property()1543 s->get_con_dev ? s->get_con_dev(con_np) : of_node_get(con_np); in of_link_property()1573 struct device_node *con_np = to_of_node(fwnode); in of_fwnode_add_links() local1578 if (!con_np) in of_fwnode_add_links()1581 for_each_property_of_node(con_np, p) in of_fwnode_add_links()1582 of_link_property(con_np, p->name); in of_fwnode_add_links()