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

  /device/samsung/tuna/power/
power_tuna.c 33 int boostpulse_fd; member in struct:tuna_power_module
80 if (tuna->boostpulse_fd < 0) {
81 tuna->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY);
83 if (tuna->boostpulse_fd < 0) {
93 return tuna->boostpulse_fd;
117 len = write(tuna->boostpulse_fd, "1", 1);
156 boostpulse_fd: -1,
  /device/samsung/manta/power/
power_manta.c 37 int boostpulse_fd; member in struct:manta_power_module
150 if (manta->boostpulse_fd < 0) {
151 manta->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY);
153 if (manta->boostpulse_fd < 0) {
163 return manta->boostpulse_fd;
176 len = write(manta->boostpulse_fd, "1", 1);
216 boostpulse_fd: -1,

Completed in 60 milliseconds