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

  /src/external/gpl2/dtc/dist/tests/
utilfdt_test.c 27 if (utilfdt_decode_type(fmt, &type, &size))
42 if (!utilfdt_decode_type(fmt, &type, &size))
  /src/external/gpl2/dtc/dist/
util.h 154 int utilfdt_decode_type(const char *fmt, int *type, int *size);
158 * supported by utilfdt_decode_type.
fdtget.c 331 if (utilfdt_decode_type(optarg, &disp.type,
fdtput.c 435 if (utilfdt_decode_type(optarg, &disp.type,
util.c 335 int utilfdt_decode_type(const char *fmt, int *type, int *size) function

Completed in 63 milliseconds