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

/external/dtc/tests/
H A Dget_alias.c3 * 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",
/external/dtc/libfdt/
H A Dfdt_ro.c384 const char *fdt_get_alias(const void *fdt, const char *name) function
H A Dlibfdt.h707 * Identical to fdt_get_alias(), but only examine the first namelen
714 * fdt_get_alias - retrieve the path referenced by a given alias
718 * fdt_get_alias() retrieves the value of a given alias. That is, the
725 const char *fdt_get_alias(const void *fdt, const char *name);

Completed in 92 milliseconds