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 D | fdt.c | 93 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 D | fdt_rw.c | 326 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 D | fdt_wip.c | 103 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 D | fdt_sw.c | 237 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
|
| H A D | libfdt.h | 131 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
|
| H A D | fdt_ro.c | 199 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_get_property()
|