Lines Matching refs:perfmode
722 static int convert_profile_to_dytc(enum platform_profile_option profile, int *perfmode)
726 *perfmode = DYTC_MODE_LOW_POWER;
729 *perfmode = DYTC_MODE_BALANCE;
732 *perfmode = DYTC_MODE_PERFORM;
816 int perfmode;
818 err = convert_profile_to_dytc(profile, &perfmode);
823 err = dytc_cql_command(priv, DYTC_SET_COMMAND(DYTC_FUNCTION_MMC, perfmode, 1),
842 int err, perfmode;
850 perfmode = (output >> DYTC_GET_MODE_BIT) & 0xF;
852 if (convert_dytc_to_profile(perfmode, &profile))