Searched refs:fdt_next_tag (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/lib/libfdt/ |
| H A D | fdt.c | 131 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) in fdt_next_tag() function 187 || (fdt_next_tag(fdt, offset, &offset) != FDT_BEGIN_NODE)) in fdt_check_node_offset_() 196 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP)) in fdt_check_prop_offset_() 213 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node()
|
| H A D | fdt_rw.c | 337 fdt_next_tag(fdt, parentoffset, &nextoffset); /* skip the BEGIN_NODE */ in fdt_add_subnode_namelen() 340 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_add_subnode_namelen() 418 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
|
| H A D | fdt_sw.c | 353 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
|
| H A D | fdt_ro.c | 194 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_() 871 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_check_full()
|
| /optee_os/core/lib/libfdt/include/ |
| H A D | libfdt.h | 118 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
|