Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/
H A Dff-memless.c77 unsigned long attack_stop, fade_start, next_fade; in calculate_next_time() local
90 fade_start = state->stop_at - in calculate_next_time()
93 if (time_before(state->adj_at, fade_start)) in calculate_next_time()
94 return fade_start; in calculate_next_time()