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

  /external/dtc/tests/
get_alias.c 3 * Testcase for fdt_get_alias()
35 aliaspath = fdt_get_alias(fdt, alias);
38 FAIL("fdt_get_alias(%s) failed\n", alias);
41 FAIL("fdt_get_alias(%s) returned %s instead of %s\n",
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 701 * Identical to fdt_get_alias(), but only examine the first namelen
708 * fdt_get_alias - retreive the path referenced by a given alias
712 * fdt_get_alias() retrieves the value of a given alias. That is, the
719 const char *fdt_get_alias(const void *fdt, const char *name);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 592 * Identical to fdt_get_alias(), but only examine the first namelen
599 * fdt_get_alias - retreive the path referenced by a given alias
603 * fdt_get_alias() retrieves the value of a given alias. That is, the
610 const char *fdt_get_alias(const void *fdt, const char *name);
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 384 const char *fdt_get_alias(const void *fdt, const char *name) function
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 353 const char *fdt_get_alias(const void *fdt, const char *name) function
  /external/dtc/libfdt/
fdt_ro.c 384 const char *fdt_get_alias(const void *fdt, const char *name) function
libfdt.h 718 * Identical to fdt_get_alias(), but only examine the first namelen
727 * fdt_get_alias - retrieve the path referenced by a given alias
731 * fdt_get_alias() retrieves the value of a given alias. That is, the
738 const char *fdt_get_alias(const void *fdt, const char *name);
    [all...]

Completed in 142 milliseconds