Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.c94 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) in fdt_next_tag() function
150 || (fdt_next_tag(fdt, offset, &offset) != FDT_BEGIN_NODE)) in fdt_check_node_offset_()
159 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP)) in fdt_check_prop_offset_()
176 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node()
H A Dfdt_rw.c366 fdt_next_tag(fdt, parentoffset, &nextoffset); /* skip the BEGIN_NODE */ in fdt_add_subnode_namelen()
369 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_add_subnode_namelen()
447 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
H A Dfdt_sw.c281 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
H A Dlibfdt.h154 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
H A Dfdt_ro.c141 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt.c162 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) in fdt_next_tag() function
229 if (fdt_next_tag(fdt, offset, &offset) != FDT_BEGIN_NODE) in fdt_check_node_offset_()
241 if (fdt_next_tag(fdt, offset, &offset) != FDT_PROP) in fdt_check_prop_offset_()
258 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node()
H A Dfdt_rw.c352 tag = fdt_next_tag(fdt, parentoffset, &nextoffset); in fdt_add_subnode_namelen()
358 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_add_subnode_namelen()
437 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
H A Dfdt_sw.c361 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
H A Dlibfdt.h127 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
H A Dfdt_ro.c207 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_()
/openbmc/u-boot/tools/libfdt/
H A Dfdt_rw.c21 tag = fdt_next_tag(old, offset, &next_offset); in fdt_remove_unused_strings()
/openbmc/u-boot/lib/libfdt/
H A Dfdt_region.c57 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_find_regions()
313 fdt_next_tag(info->fdt, start, &stop_at); in fdt_include_supernodes()
492 tag = fdt_next_tag(fdt, offset, &p.nextoffset); in fdt_next_region()
H A Dfdt_ro.c99 tag = fdt_next_tag(fdt, offset, &nextoffset); in _nextprop()
/openbmc/linux/scripts/dtc/
H A Dfdtget.c145 tag = fdt_next_tag(blob, node, &nextoffset); in list_subnodes()
/openbmc/qemu/hw/ppc/
H A Dspapr_drc.c350 tag = fdt_next_tag(fdt, fdt_offset, &fdt_offset_next); in prop_get_fdt()
1224 tag = fdt_next_tag(drc->fdt, drc->ccs_offset, &fdt_offset_next); in rtas_ibm_configure_connector()
/openbmc/u-boot/cmd/
H A Dfdt.c1038 tag = fdt_next_tag(working_fdt, nodeoffset, &nextoffset); in fdt_print()
/openbmc/u-boot/tools/
H A Dfdtgrep.c314 tag = fdt_next_tag(blob, offset, &nextoffset); in display_fdt_by_regions()