Lines Matching refs:perfmode
10354 static int convert_profile_to_dytc(enum platform_profile_option profile, int *perfmode) in convert_profile_to_dytc() argument
10359 *perfmode = DYTC_MODE_MMC_LOWPOWER; in convert_profile_to_dytc()
10361 *perfmode = DYTC_MODE_PSC_LOWPOWER; in convert_profile_to_dytc()
10365 *perfmode = DYTC_MODE_MMC_BALANCE; in convert_profile_to_dytc()
10367 *perfmode = DYTC_MODE_PSC_BALANCE; in convert_profile_to_dytc()
10371 *perfmode = DYTC_MODE_MMC_PERFORM; in convert_profile_to_dytc()
10373 *perfmode = DYTC_MODE_PSC_PERFORM; in convert_profile_to_dytc()
10463 int perfmode; in dytc_profile_set() local
10471 err = convert_profile_to_dytc(profile, &perfmode); in dytc_profile_set()
10488 err = dytc_cql_command(DYTC_SET_COMMAND(DYTC_FUNCTION_MMC, perfmode, 1), in dytc_profile_set()
10495 err = dytc_command(DYTC_SET_COMMAND(DYTC_FUNCTION_PSC, perfmode, 1), &output); in dytc_profile_set()
10513 int perfmode; in dytc_profile_refresh() local
10528 perfmode = (output >> DYTC_GET_MODE_BIT) & 0xF; in dytc_profile_refresh()
10529 convert_dytc_to_profile(perfmode, &profile); in dytc_profile_refresh()