Searched refs:gpu_boost_fd (Results 1 – 1 of 1) sorted by relevance
136 static int gpu_boost_fd = -1; in boostpulse_open() local152 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()