Searched refs:current_fdt (Results 1 – 1 of 1) sorted by relevance
| /components/legacy/fdt/src/ |
| A D | dtb_get.c | 15 static void *current_fdt; variable 27 off_t property_off = fdt_first_property_offset(current_fdt, node_off); in _dtb_node_get_dtb_properties_list() 37 …fdt_property = (struct fdt_property *)fdt_get_property_by_offset(current_fdt, property_off, &dtb_p… in _dtb_node_get_dtb_properties_list() 40 dtb_property->name = fdt_string(current_fdt, fdt32_to_cpu(fdt_property->nameoff)); in _dtb_node_get_dtb_properties_list() 45 property_off = fdt_next_property_offset(current_fdt, property_off); in _dtb_node_get_dtb_properties_list() 77 if ((root_off = fdt_path_offset(current_fdt, pathname)) >= 0) in _dtb_node_get_dtb_nodes_list() 80 node_off = fdt_first_subnode(current_fdt, root_off); in _dtb_node_get_dtb_nodes_list() 91 dtb_node->name = fdt_get_name(current_fdt, node_off, &node_name_sz); in _dtb_node_get_dtb_nodes_list() 112 dtb_node->handle = fdt_get_phandle(current_fdt, node_off); in _dtb_node_get_dtb_nodes_list() 145 node_off = fdt_next_subnode(current_fdt, node_off); in _dtb_node_get_dtb_nodes_list() [all …]
|
Completed in 3 milliseconds