Lines Matching refs:of_nodeid
75 int of_nodeid; member
168 node->of_nodeid = prop_number_unsigned_value( in of_tree_fill()
208 ofio.of_nodeid = nodeid; in of_proplib_mkprop()
245 ofio.of_nodeid = nodeid; in of_proplib_tree_fill()
264 ofio.of_nodeid, ofio.of_name); in of_proplib_tree_fill()
339 return (node->of_nodeid == *(const int *) ctx) ? node : NULL; in of_match_by_nodeid()
347 return (node->of_parent->of_nodeid == *(const int *) ctx) ? node : NULL; in of_match_by_parentid()
361 return child->of_parent->of_nodeid; in OF_parent()
372 return child->of_nodeid; in OF_child()
381 return of_root.of_nodeid; in OF_peer()
391 return (match != NULL) ? match->of_nodeid : 0; in OF_peer()
399 ofio.of_nodeid = 0; in OF_finddevice()
412 return ofio.of_nodeid; in OF_finddevice()