Searched refs:ramp_off_time (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/video/backlight/
H A Dktz8866.c117 unsigned int ramp_off_time = ilog2(val) + 1; local
118 unsigned int ramp_on_time = ramp_off_time << 4;
119 ktz8866_write(ktz, BL_DIMMING, ramp_on_time | ramp_off_time);

Completed in 146 milliseconds