Home
last modified time | relevance | path

Searched refs:gpu_boost_fd (Results 1 – 1 of 1) sorted by relevance

/device/htc/flounder/power/
Dpower_flounder.c136 static int gpu_boost_fd = -1; in boostpulse_open() local
152 if ( gpu_boost_fd == -1 ) in boostpulse_open()
153 gpu_boost_fd = open(GPU_BOOST_PATH, O_WRONLY); in boostpulse_open()
155 if (gpu_boost_fd < 0) { in boostpulse_open()
159 len = write(gpu_boost_fd, GPU_FREQ_CONSTRAINT, in boostpulse_open()