Home
last modified time | relevance | path

Searched refs:dtb_node_get (Results 1 – 3 of 3) sorted by relevance

/components/legacy/fdt/src/
A Ddtb_access.c251 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()
A Ddtb_base.c357 dtb_node_get(dn)) in dtb_node_find_all_compatible_node()
461 if (!dtb_node_get(child)) in dtb_node_irq_find_parent()
/components/legacy/fdt/inc/
A Ddtb_node.h304 #define dtb_node_get(x) (x) macro

Completed in 6 milliseconds