Searched refs:LOW_POWER_MAX_FREQ (Results 1 - 6 of 6) sorted by relevance

/device/htc/flounder/power/
H A Dpower_flounder.c42 #define LOW_POWER_MAX_FREQ "1020000" macro
59 static char *low_power_max_cpu_freq = LOW_POWER_MAX_FREQ;
87 int len = property_get(SVELTE_MAX_FREQ_PROP, prop_buffer, LOW_POWER_MAX_FREQ);
89 len = property_get(SVELTE_LOW_POWER_MAX_FREQ_PROP, prop_buffer, LOW_POWER_MAX_FREQ);
/device/asus/grouper/power/
H A Dpower.c40 #define LOW_POWER_MAX_FREQ "640000" macro
117 ret = sysfs_write(cpu_path_max[cpu], LOW_POWER_MAX_FREQ);
235 ret = sysfs_write(cpu_path_max[cpu], LOW_POWER_MAX_FREQ);
/device/samsung/manta/power/
H A Dpower_manta.c44 #define LOW_POWER_MAX_FREQ "800000" macro
155 (!on || low_power_mode) ? LOW_POWER_MAX_FREQ : NORMAL_MAX_FREQ);
256 sysfs_write(CPU_MAX_FREQ_PATH, LOW_POWER_MAX_FREQ);
/device/asus/flo/power/
H A Dpower_flo.c50 #define LOW_POWER_MAX_FREQ "1026000" macro
142 ret = sysfs_write(cpu_path_max[cpu], LOW_POWER_MAX_FREQ);
366 ret = sysfs_write(cpu_path_max[cpu], LOW_POWER_MAX_FREQ);
/device/lge/hammerhead/power/
H A Dpower_hammerhead.c50 #define LOW_POWER_MAX_FREQ "729600" macro
142 ret = sysfs_write(cpu_path_max[cpu], LOW_POWER_MAX_FREQ);
366 ret = sysfs_write(cpu_path_max[cpu], LOW_POWER_MAX_FREQ);
/device/lge/mako/power/
H A Dpower_mako.c50 #define LOW_POWER_MAX_FREQ "1026000" macro
142 ret = sysfs_write(cpu_path_max[cpu], LOW_POWER_MAX_FREQ);
366 ret = sysfs_write(cpu_path_max[cpu], LOW_POWER_MAX_FREQ);

Completed in 246 milliseconds