Home
last modified time | relevance | path

Searched refs:funcmode (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/platform/x86/
Dthinkpad_acpi.c10197 static int convert_dytc_to_profile(int funcmode, int dytcmode, in convert_dytc_to_profile() argument
10200 switch (funcmode) { in convert_dytc_to_profile()
10402 int perfmode, funcmode = 0; in dytc_profile_refresh() local
10410 funcmode = DYTC_FUNCTION_MMC; in dytc_profile_refresh()
10414 funcmode = (output >> DYTC_GET_FUNCTION_BIT) & 0xF; in dytc_profile_refresh()
10423 convert_dytc_to_profile(funcmode, perfmode, &profile); in dytc_profile_refresh()