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

  /device/samsung/tuna/power/
power_tuna.c 28 #define BOOSTPULSE_PATH "/sys/devices/system/cpu/cpufreq/interactive/boostpulse"
81 tuna->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY);
86 ALOGE("Error opening %s: %s\n", BOOSTPULSE_PATH, buf);
121 ALOGE("Error writing to %s: %s\n", BOOSTPULSE_PATH, buf);
  /device/samsung/manta/power/
power_manta.c 32 #define BOOSTPULSE_PATH "/sys/devices/system/cpu/cpufreq/interactive/boostpulse"
151 manta->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY);
156 ALOGE("Error opening %s: %s\n", BOOSTPULSE_PATH, buf);
180 ALOGE("Error writing to %s: %s\n", BOOSTPULSE_PATH, buf);

Completed in 61 milliseconds