Searched refs:hwconfig_parse (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | hwconfig.c | 29 static const char *hwconfig_parse(const char *opts, size_t maxlen, in hwconfig_parse() function 88 ret = hwconfig_parse(env_hwconfig, strlen(env_hwconfig), in __hwconfig() 94 ret = hwconfig_parse(board_hwconfig, strlen(board_hwconfig), in __hwconfig() 99 return hwconfig_parse(cpu_hwconfig, strlen(cpu_hwconfig), in __hwconfig() 192 return !!hwconfig_parse(arg, arglen, subopt, ",;", '=', NULL); in hwconfig_sub_f() 214 return hwconfig_parse(arg, arglen, subopt, ",;", '=', subarglen); in hwconfig_subarg_f()
|