HomeSort by relevance Sort by last modified time
    Searched refs:max_cpu_freq (Results 1 - 4 of 4) sorted by null

  /device/htc/flounder/power/
power_flounder.c 46 #define SVELTE_MAX_FREQ_PROP "ro.config.svelte.max_cpu_freq"
58 static char *max_cpu_freq = NORMAL_MAX_FREQ; variable
88 max_cpu_freq = strndup(prop_buffer, len);
125 (!on || low_power_mode) ? low_power_max_cpu_freq : max_cpu_freq);
217 sysfs_write(CPU_MAX_FREQ_PATH, max_cpu_freq);
  /device/linaro/hikey/power/
power_hikey.c 43 #define SVELTE_MAX_FREQ_PROP "ro.config.svelte.max_cpu_freq"
55 static char *max_cpu_freq = NORMAL_MAX_FREQ; variable
85 max_cpu_freq = strndup(prop_buffer, len);
122 (!on || low_power_mode) ? low_power_max_cpu_freq : max_cpu_freq);
186 sysfs_write(CPU_MAX_FREQ_PATH, max_cpu_freq);
  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 14 @max_cpu_freq - maximum frequency the CPU can be running at
18 def __init__(self, num_cores, max_cpu_freq, min_cpu_freq):
20 self.max_cpu_freq = max_cpu_freq
175 if self.pl_desc.min_cpu_freq <= freq <= self.pl_desc.max_cpu_freq:
219 if self._cpu_freq(cpu) != self.pl_desc.max_cpu_freq:
  /device/google/dragon/power/
power_dragon.cpp 69 static const char *max_cpu_freq = NORMAL_MAX_FREQ; variable
151 (!on || low_power_mode) ? low_power_max_cpu_freq : max_cpu_freq);
220 sysfs_write(CPU_MAX_FREQ_PATH, max_cpu_freq);

Completed in 134 milliseconds