Home
last modified time | relevance | path

Searched refs:FDT_BEGIN_NODE (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libfdt/
A Dfdt.c147 case FDT_BEGIN_NODE: in fdt_next_tag()
187 || (fdt_next_tag(fdt, offset, &offset) != FDT_BEGIN_NODE)) in fdt_check_node_offset_()
220 case FDT_BEGIN_NODE: in fdt_next_node()
237 } while (tag != FDT_BEGIN_NODE); in fdt_next_node()
A Dfdt_sw.c223 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_begin_node()
A Dfdt_rw.c350 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_add_subnode_namelen()
A Dfdt_ro.c875 case FDT_BEGIN_NODE: in fdt_check_full()
/optee_os/core/lib/libfdt/include/
A Dfdt.h53 #define FDT_BEGIN_NODE 0x1 /* Start node: full name */ macro

Completed in 8 milliseconds