Searched refs:req_update (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c50 } req_update; variable in typeref:struct:msr_hwp_request
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));
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));
577 req_update.hwp_desired = parse_cmdline_hwp_desired(parse_optarg_string(optarg));
580 req_update.hwp_min = parse_cmdline_hwp_min(parse_optarg_string(optarg));
583 req_update.hwp_max = parse_cmdline_hwp_max(parse_optarg_string(optarg));
589 req_update
[all...]

Completed in 80 milliseconds