Home
last modified time | relevance | path

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

/linux/drivers/leds/rgb/
H A Dleds-qcom-lpg.c194 unsigned long ramp_hi_pause_ms; member
627 hi_pause = DIV_ROUND_UP(chan->ramp_hi_pause_ms, chan->ramp_tick_ms); in lpg_sdam_apply_lut_control()
632 if (chan->ramp_hi_pause_ms && lpg->lut_sdam) in lpg_sdam_apply_lut_control()
671 hi_pause = DIV_ROUND_UP(chan->ramp_hi_pause_ms, step); in lpg_apply_lut_control()
680 if (chan->ramp_hi_pause_ms) in lpg_apply_lut_control()
1114 chan->ramp_hi_pause_ms = hi_pause; in lpg_pattern_set()