Searched refs:hwpstate_set (Results 1 – 1 of 1) sorted by relevance
149 DEVMETHOD(cpufreq_drv_set, hwpstate_set),430 struct hwpstate_setting *hwpstate_set; in hwpstate_get_info_from_msr() local439 hwpstate_set = sc->hwpstate_settings; in hwpstate_get_info_from_msr()468 hwpstate_set[i].freq = (200 * fid) / did; in hwpstate_get_info_from_msr()477 hwpstate_set[i].pstate_id = i; in hwpstate_get_info_from_msr()481 hwpstate_set[i].lat = CPUFREQ_VAL_UNKNOWN; in hwpstate_get_info_from_msr()491 struct hwpstate_setting *hwpstate_set; in hwpstate_get_info_from_acpi_perf() local511 hwpstate_set = sc->hwpstate_settings; in hwpstate_get_info_from_acpi_perf()514 hwpstate_set[i].pstate_id = i; in hwpstate_get_info_from_acpi_perf()515 hwpstate_set[i].freq = perf_set[i].freq; in hwpstate_get_info_from_acpi_perf()[all …]