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

  /src/sys/dev/fdt/
fdt_rtc.c 52 prop = fdt_get_alias(fdtbus_get_data(), "rtc0");
  /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 in typeref:typename:const char *

Completed in 16 milliseconds