HomeSort by relevance Sort by last modified time
    Searched refs:hwconfig_arg_cmp_f (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/
hwconfig.h 21 extern int hwconfig_arg_cmp_f(const char *opt, const char *arg, char *buf);
41 static inline int hwconfig_arg_cmp_f(const char *opt, const char *arg, function
79 return hwconfig_arg_cmp_f(opt, arg, NULL);
  /external/u-boot/common/
hwconfig.c 146 * hwconfig_arg_cmp_f - compare hwconfig option's argument
159 int hwconfig_arg_cmp_f(const char *opt, const char *arg, char *buf) function
217 * hwconfig_arg_cmp_f - compare hwconfig sub-option's argument
223 * This call is similar to hwconfig_arg_cmp_f, except that it takes an
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
cpu_init.c 759 res = hwconfig_arg_cmp_f("fsl_cpu_a011", "disable", buf);

Completed in 86 milliseconds