Lines Matching defs:con_np
1067 static void of_link_to_phandle(struct device_node *con_np,
1087 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np));
1354 * @con_np: The consumer device tree node which contains the property
1358 * @con_np device tree node is one of the known common device tree bindings
1363 * consumer device tree node @con_np to all the suppliers device tree nodes
1371 static int of_link_property(struct device_node *con_np, const char *prop_name)
1385 while ((phandle = s->parse_prop(con_np, prop_name, i))) {
1389 ? s->get_con_dev(con_np)
1390 : of_node_get(con_np);
1420 struct device_node *con_np = to_of_node(fwnode);
1425 if (!con_np)
1428 for_each_property_of_node(con_np, p)
1429 of_link_property(con_np, p->name);