Searched refs:apm_acline (Results 1 – 1 of 1) sorted by relevance
1040 static int apm_acline = 0; in apm_power_profile() local1045 if (apm_acline != info.ai_acline) { in apm_power_profile()1046 apm_acline = info.ai_acline; in apm_power_profile()1047 state = apm_acline ? POWER_PROFILE_PERFORMANCE : POWER_PROFILE_ECONOMY; in apm_power_profile()