Searched refs:startoffset (Results 1 - 3 of 3) sorted by relevance

/linux-master/scripts/dtc/libfdt/
H A Dfdt.c162 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) argument
166 int offset = startoffset;
216 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset))
H A Dfdt_ro.c654 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, argument
669 for (offset = fdt_next_node(fdt, startoffset, NULL);
836 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, argument
848 for (offset = fdt_next_node(fdt, startoffset, NULL);
H A Dlibfdt.h979 * @startoffset: only find nodes after this offset
985 * node after startoffset, which has a property named propname whose
987 * startoffset is -1, the very first such node in the tree.
1004 * structure block offset of the located node (>= 0, >startoffset),
1007 * tree after startoffset
1014 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
1066 * @startoffset: only find nodes after this offset
1070 * node after startoffset, which has a 'compatible' property which
1071 * lists the given compatible string; or if startoffset is -1, the
1087 * structure block offset of the located node (>= 0, >startoffset),
[all...]

Completed in 94 milliseconds