OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_path_max
(Results
1 - 2
of
2
) sorted by null
/device/asus/flo/power/
power_flo.c
66
static char *
cpu_path_max
[] = {
variable
142
ret = sysfs_write(
cpu_path_max
[cpu], LOW_POWER_MAX_FREQ);
152
ret = sysfs_write(
cpu_path_max
[cpu], NORMAL_MAX_FREQ);
366
ret = sysfs_write(
cpu_path_max
[cpu], LOW_POWER_MAX_FREQ);
374
ret = sysfs_write(
cpu_path_max
[cpu], NORMAL_MAX_FREQ);
/device/lge/hammerhead/power/
power_hammerhead.c
66
static char *
cpu_path_max
[] = {
variable
142
ret = sysfs_write(
cpu_path_max
[cpu], LOW_POWER_MAX_FREQ);
152
ret = sysfs_write(
cpu_path_max
[cpu], NORMAL_MAX_FREQ);
366
ret = sysfs_write(
cpu_path_max
[cpu], LOW_POWER_MAX_FREQ);
374
ret = sysfs_write(
cpu_path_max
[cpu], NORMAL_MAX_FREQ);
Completed in 59 milliseconds