Home
last modified time | relevance | path

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

/linux-6.15/drivers/leds/rgb/
H A Dleds-qcom-lpg.c195 unsigned long ramp_hi_pause_ms; member
628 hi_pause = DIV_ROUND_UP(chan->ramp_hi_pause_ms, chan->ramp_tick_ms); in lpg_sdam_apply_lut_control()
633 if (chan->ramp_hi_pause_ms && lpg->lut_sdam) in lpg_sdam_apply_lut_control()
672 hi_pause = DIV_ROUND_UP(chan->ramp_hi_pause_ms, step); in lpg_apply_lut_control()
681 if (chan->ramp_hi_pause_ms) in lpg_apply_lut_control()
1115 chan->ramp_hi_pause_ms = hi_pause; in lpg_pattern_set()