Searched refs:startoffset (Results 1 – 3 of 3) sorted by relevance
/DragonStub/apps/lib/libfdt/ |
H A D | fdt.c | 163 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) in fdt_next_tag() argument 167 int offset = startoffset; in fdt_next_tag() 217 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
|
H A D | fdt_ro.c | 654 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value() argument 669 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_prop_value() 836 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() argument 848 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_compatible()
|
H A D | libfdt.h | 1014 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, 1097 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
|