Home
last modified time | relevance | path

Searched refs:fdt_next_tag (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt.c93 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset) in fdt_next_tag() function
135 || (fdt_next_tag(fdt, offset, &offset) != FDT_BEGIN_NODE)) in _fdt_check_node_offset()
152 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node()
H A Dfdt_rw.c326 fdt_next_tag(fdt, parentoffset, &nextoffset); /* skip the BEGIN_NODE */ in fdt_add_subnode_namelen()
329 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_add_subnode_namelen()
407 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
H A Dfdt_wip.c103 tag = fdt_next_tag(fdt, nodeoffset, &nextoffset); in _fdt_node_end_offset()
108 tag = fdt_next_tag(fdt, offset, &nextoffset); in _fdt_node_end_offset()
H A Dfdt_sw.c237 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
H A Dlibfdt.h131 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
H A Dfdt_ro.c199 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_get_property()