Searched refs:parse_optarg_string (Results 1 - 1 of 1) sorted by path

/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c309 int parse_optarg_string(char *s) function
352 req_update.hwp_min = parse_cmdline_hwp_min(parse_optarg_string(s));
353 req_update.hwp_max = parse_cmdline_hwp_max(parse_optarg_string(s));
354 req_update.hwp_epp = parse_cmdline_hwp_epp(parse_optarg_string(s));
356 new_epb = parse_cmdline_epb(parse_optarg_string(s));
357 turbo_update_value = parse_cmdline_turbo(parse_optarg_string(s));
358 req_update.hwp_desired = parse_cmdline_hwp_desired(parse_optarg_string(s));
359 req_update.hwp_window = parse_cmdline_hwp_window(parse_optarg_string(s));
558 new_epb = parse_cmdline_epb(parse_optarg_string(optarg));
577 req_update.hwp_desired = parse_cmdline_hwp_desired(parse_optarg_string(optar
[all...]

Completed in 178 milliseconds