HomeSort by relevance Sort by last modified time
    Searched defs:fdt_next_node (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt.c 162 int fdt_next_node(const void *fdt, int offset, int *depth) function
206 offset = fdt_next_node(fdt, offset, &depth);
222 offset = fdt_next_node(fdt, offset, &depth);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt.c 161 int fdt_next_node(const void *fdt, int offset, int *depth) function
205 offset = fdt_next_node(fdt, offset, &depth);
221 offset = fdt_next_node(fdt, offset, &depth);
  /external/dtc/libfdt/
fdt.c 162 int fdt_next_node(const void *fdt, int offset, int *depth) function
206 offset = fdt_next_node(fdt, offset, &depth);
222 offset = fdt_next_node(fdt, offset, &depth);

Completed in 79 milliseconds