HomeSort by: relevance | last modified time | path
    Searched refs:fdt_get_alias (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/fdt/
fdt_rtc.c 52 prop = fdt_get_alias(fdtbus_get_data(), "rtc0");
  /src/external/gpl2/dtc/dist/tests/
get_alias.c 6 * Testcase for fdt_get_alias()
24 aliaspath = fdt_get_alias(fdt, alias);
27 FAIL("fdt_get_alias(%s) failed\n", alias);
30 FAIL("fdt_get_alias(%s) returned %s instead of %s\n",
  /src/sys/external/bsd/libfdt/dist/
version.lds 21 fdt_get_alias;
libfdt.h 814 * Identical to fdt_get_alias(), but only examine the first namelen
823 * fdt_get_alias - retrieve the path referenced by a given alias
827 * fdt_get_alias() retrieves the value of a given alias. That is, the
834 const char *fdt_get_alias(const void *fdt, const char *name);
fdt_ro.c 518 const char *fdt_get_alias(const void *fdt, const char *name) function
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 444 return fdt_get_alias(self._fdt, name)

Completed in 21 milliseconds