Searched refs:fdt_next_tag (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt_wip.c103 tag = fdt_next_tag(fdt, nodeoffset, &nextoffset);
108 tag = fdt_next_tag(fdt, offset, &nextoffset);
H A Dfdt.c93 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset) function
135 || (fdt_next_tag(fdt, offset, &offset) != FDT_BEGIN_NODE))
152 tag = fdt_next_tag(fdt, offset, &nextoffset);
H A Dfdt_rw.c326 fdt_next_tag(fdt, parentoffset, &nextoffset); /* skip the BEGIN_NODE */
329 tag = fdt_next_tag(fdt, offset, &nextoffset);
407 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END)
H A Dfdt_sw.c236 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) {
H A Dlibfdt.h131 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
H A Dfdt_ro.c199 tag = fdt_next_tag(fdt, offset, &nextoffset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/libfdt/
H A Dfdt_wip.c103 tag = fdt_next_tag(fdt, nodeoffset, &nextoffset);
108 tag = fdt_next_tag(fdt, offset, &nextoffset);
H A Dfdt.c93 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset) function
135 || (fdt_next_tag(fdt, offset, &offset) != FDT_BEGIN_NODE))
152 tag = fdt_next_tag(fdt, offset, &nextoffset);
H A Dfdt_rw.c326 fdt_next_tag(fdt, parentoffset, &nextoffset); /* skip the BEGIN_NODE */
329 tag = fdt_next_tag(fdt, offset, &nextoffset);
407 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END)
H A Dfdt_sw.c236 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) {
H A Dlibfdt.h131 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
H A Dfdt_ro.c199 tag = fdt_next_tag(fdt, offset, &nextoffset);

Completed in 174 milliseconds