Searched refs:dtb_node_get (Results 1 – 3 of 3) sorted by relevance
251 return dtb_node_get(get_dtb_node_head()); in dtb_node_find_node_opts_by_path()283 np = dtb_node_get(get_dtb_node_head()); in dtb_node_find_node_opts_by_path()306 dtb_node_get(dn)) in dtb_node_find_compatible_node()340 if (!memcmp(value, propval, proplen) && dtb_node_get(np)) in dtb_node_find_node_by_prop_value()403 dn = dtb_node_get(node->parent); in dtb_node_get_parent()416 (void)dtb_node_get(dn); in dtb_node_find_node_by_phandle()
357 dtb_node_get(dn)) in dtb_node_find_all_compatible_node()461 if (!dtb_node_get(child)) in dtb_node_irq_find_parent()
304 #define dtb_node_get(x) (x) macro
Completed in 8 milliseconds