HomeSort by relevance Sort by last modified time
    Searched defs:hwconfig_subarg_f (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
hwconfig.h 23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt,
52 static inline const char *hwconfig_subarg_f(const char *opt, const char *subopt, function
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL);
  /external/u-boot/common/
hwconfig.c 195 * hwconfig_subarg_f - get hwconfig sub-option's argument
204 const char *hwconfig_subarg_f(const char *opt, const char *subopt, function
232 argstr = hwconfig_subarg_f(opt, subopt, &arglen, buf);

Completed in 148 milliseconds