Searched refs:perfmode (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/platform/x86/lenovo/ |
| H A D | ideapad-laptop.c | 974 static int convert_profile_to_dytc(enum platform_profile_option profile, int *perfmode) in convert_profile_to_dytc() argument 978 *perfmode = DYTC_MODE_LOW_POWER; in convert_profile_to_dytc() 981 *perfmode = DYTC_MODE_BALANCE; in convert_profile_to_dytc() 984 *perfmode = DYTC_MODE_PERFORM; in convert_profile_to_dytc() 1065 int perfmode; in dytc_profile_set() local 1067 err = convert_profile_to_dytc(profile, &perfmode); in dytc_profile_set() 1073 DYTC_SET_COMMAND(DYTC_FUNCTION_MMC, perfmode, 1), in dytc_profile_set() 1100 int err, perfmode; in dytc_profile_refresh() local 1107 perfmode = (output >> DYTC_GET_MODE_BIT) & 0xF; in dytc_profile_refresh() 1109 if (convert_dytc_to_profile(perfmode, &profile)) in dytc_profile_refresh()
|
| H A D | thinkpad_acpi.c | 10437 static int convert_profile_to_dytc(enum platform_profile_option profile, int *perfmode) in convert_profile_to_dytc() argument 10442 *perfmode = DYTC_MODE_MMC_LOWPOWER; in convert_profile_to_dytc() 10444 *perfmode = platform_psc_profile_lowpower; in convert_profile_to_dytc() 10448 *perfmode = DYTC_MODE_MMC_BALANCE; in convert_profile_to_dytc() 10450 *perfmode = platform_psc_profile_balanced; in convert_profile_to_dytc() 10454 *perfmode = DYTC_MODE_MMC_PERFORM; in convert_profile_to_dytc() 10456 *perfmode = platform_psc_profile_performance; in convert_profile_to_dytc() 10546 int perfmode; in dytc_profile_set() local 10554 err = convert_profile_to_dytc(profile, &perfmode); in dytc_profile_set() 10571 err = dytc_cql_command(DYTC_SET_COMMAND(DYTC_FUNCTION_MMC, perfmode, 1), in dytc_profile_set() [all …]
|