Home
last modified time | relevance | path

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

/optee_os/core/lib/libfdt/
A Dfdt.c131 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()
A Dfdt_rw.c337 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()
A Dfdt_ro.c193 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_()
861 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_check_full()
A Dfdt_sw.c353 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
/optee_os/out/arm/core/
A Drodata_init.ld.S106 *(.rodata.fdt_next_tag)
A Dtext_init.ld.S187 *(.text.fdt_next_tag)
A Dtee.symb_sizes298 000000000e12e548 0000000000000130 T fdt_next_tag
A Dtee.dmp71361 000000000e12e548 <fdt_next_tag>:
71362 fdt_next_tag():
71396 fdt_next_tag():
71454 fdt_next_tag():
71492 e12e6a4: 97ffffa9 bl e12e548 <fdt_next_tag>
71518 e12e6e4: 97ffff99 bl e12e548 <fdt_next_tag>
71544 e12e724: 97ffff89 bl e12e548 <fdt_next_tag>
71811 e12e9e8: 97fffed8 bl e12e548 <fdt_next_tag>
73605 e12fc78: 97fffa34 bl e12e548 <fdt_next_tag>
73612 e12fc8c: 97fffa2f bl e12e548 <fdt_next_tag>
[all …]
A Dtee.map23222 .text.fdt_next_tag
23224 0x000000000e12e548 fdt_next_tag
24895 .rodata.fdt_next_tag
/optee_os/core/lib/libfdt/include/
A Dlibfdt.h118 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);

Completed in 223 milliseconds