HomeSort by relevance Sort by last modified time
    Searched refs:fdt_first_subnode (Results 1 - 8 of 8) sorted by null

  /external/dtc/tests/
property_iterate.c 54 offset = fdt_first_subnode(fdt, parent_offset);
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt.c 202 int fdt_first_subnode(const void *fdt, int offset) function
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt.c 201 int fdt_first_subnode(const void *fdt, int offset) function
  /external/dtc/libfdt/
fdt.c 202 int fdt_first_subnode(const void *fdt, int offset) function
libfdt.h 163 * fdt_first_subnode() - get offset of first direct subnode
169 int fdt_first_subnode(const void *fdt, int offset);
174 * After first calling fdt_first_subnode(), call this function repeatedly to
208 for (node = fdt_first_subnode(fdt, parent); \
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 155 * fdt_first_subnode() - get offset of first direct subnode
161 int fdt_first_subnode(const void *fdt, int offset);
166 * After first calling fdt_first_subnode(), call this function repeatedly to
200 for (node = fdt_first_subnode(fdt, parent); \
    [all...]
  /external/dtc/pylibfdt/
libfdt.i 271 return check_err(fdt_first_subnode(self._fdt, nodeoffset), quiet)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 140 * fdt_first_subnode() - get offset of first direct subnode
146 int fdt_first_subnode(const void *fdt, int offset);
151 * After first calling fdt_first_subnode(), call this function repeatedly to
    [all...]

Completed in 284 milliseconds