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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 157 int fdt_path_offset(const void *fdt, const char *path) function
175 offset = fdt_path_offset(fdt, p);
346 aliasoffset = fdt_path_offset(fdt, "/aliases");
  /external/dtc/libfdt/
fdt_ro.c 201 offset = fdt_path_offset(fdt, p);
228 int fdt_path_offset(const void *fdt, const char *path) function
377 aliasoffset = fdt_path_offset(fdt, "/aliases");

Completed in 793 milliseconds