Lines Matching refs:refnode
75 struct device_node *refnode;
110 refnode = __of_find_node_by_full_path(of_node_get(overlay), node_path);
111 if (!refnode)
114 for_each_property_of_node(refnode, prop) {
118 of_node_put(refnode);
265 struct device_node *child, *local_fixups, *refnode;
330 refnode = of_find_node_by_path(refpath);
331 if (!refnode) {
336 phandle = refnode->phandle;
337 of_node_put(refnode);