Home
last modified time | relevance | path

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

/linux-6.15/drivers/leds/rgb/
H A Dleds-qcom-lpg.c193 unsigned short ramp_tick_ms; member
628 hi_pause = DIV_ROUND_UP(chan->ramp_hi_pause_ms, chan->ramp_tick_ms); in lpg_sdam_apply_lut_control()
629 lo_pause = DIV_ROUND_UP(chan->ramp_lo_pause_ms, chan->ramp_tick_ms); in lpg_sdam_apply_lut_control()
649 val = RAMP_STEP_DURATION(chan->ramp_tick_ms); in lpg_sdam_apply_lut_control()
667 u16 step = chan->ramp_tick_ms; in lpg_apply_lut_control()
1110 chan->ramp_tick_ms = delta_t; in lpg_pattern_set()