Home
last modified time | relevance | path

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

/linux/drivers/leds/rgb/
H A Dleds-qcom-lpg.c192 unsigned short ramp_tick_ms; member
627 hi_pause = DIV_ROUND_UP(chan->ramp_hi_pause_ms, chan->ramp_tick_ms); in lpg_sdam_apply_lut_control()
628 lo_pause = DIV_ROUND_UP(chan->ramp_lo_pause_ms, chan->ramp_tick_ms); in lpg_sdam_apply_lut_control()
648 val = RAMP_STEP_DURATION(chan->ramp_tick_ms); in lpg_sdam_apply_lut_control()
666 u16 step = chan->ramp_tick_ms; in lpg_apply_lut_control()
1109 chan->ramp_tick_ms = delta_t; in lpg_pattern_set()