Home
last modified time | relevance | path

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

/linux/scripts/dtc/libfdt/
A Dfdt.c165 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) in fdt_next_tag() function
225 if (fdt_next_tag(fdt, offset, &offset) != FDT_BEGIN_NODE) in fdt_check_node_offset_()
237 if (fdt_next_tag(fdt, offset, &offset) != FDT_PROP) in fdt_check_prop_offset_()
254 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node()
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()
A Dfdt_sw.c361 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
A Dlibfdt.h127 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
A Dfdt_ro.c207 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_()
/linux/scripts/dtc/
A Dfdtget.c145 tag = fdt_next_tag(blob, node, &nextoffset); in list_subnodes()
/linux/lib/
A Dlib.a3 …obe_�fdt_header_size_�fdt_header_size�fdt_check_header�fdt_offset_ptr�fdt_next_tag�fdt_check_node_…
/linux/
A DSystem.map17474 ffff8000104d6010 T fdt_next_tag
A D.tmp_System.map17474 ffff8000104d6010 T fdt_next_tag

Completed in 312 milliseconds