Searched refs:hwconfig_parse (Results 1 – 1 of 1) sorted by relevance
/u-boot/common/ |
A D | hwconfig.c | 31 static const char *hwconfig_parse(const char *opts, size_t maxlen, in hwconfig_parse() function 90 ret = hwconfig_parse(env_hwconfig, strlen(env_hwconfig), in __hwconfig() 96 ret = hwconfig_parse(board_hwconfig, strlen(board_hwconfig), in __hwconfig() 101 return hwconfig_parse(cpu_hwconfig, strlen(cpu_hwconfig), in __hwconfig() 194 return !!hwconfig_parse(arg, arglen, subopt, ",;", '=', NULL); in hwconfig_sub_f() 216 return hwconfig_parse(arg, arglen, subopt, ",;", '=', subarglen); in hwconfig_subarg_f()
|
Completed in 3 milliseconds