Searched refs:BOOSTPULSE_PATH (Results 1 – 2 of 2) sorted by relevance
/device/htc/flounder/power/ |
D | power_flounder.c | 35 #define BOOSTPULSE_PATH "/sys/devices/system/cpu/cpufreq/interactive/boostpulse" macro 141 flounder->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY); in boostpulse_open() 146 ALOGE("Error opening %s: %s\n", BOOSTPULSE_PATH, buf); in boostpulse_open() 203 ALOGE("Error writing to %s: %s\n", BOOSTPULSE_PATH, buf); in flounder_power_hint()
|
/device/google/dragon/power/ |
D | power_dragon.cpp | 37 #define BOOSTPULSE_PATH "/sys/devices/system/cpu/cpufreq/interactive/boostpulse" macro 173 dragon->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY); in boostpulse_open() 178 ALOGE("Error opening %s: %s\n", BOOSTPULSE_PATH, buf); in boostpulse_open() 203 ALOGE("Error writing to %s: %s\n", BOOSTPULSE_PATH, buf); in dragon_power_hint()
|