Home
last modified time | relevance | path

Searched refs:next_fade (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
97 next_fade = state->adj_at + in calculate_next_time()
99 if (time_before(next_fade, state->stop_at)) in calculate_next_time()
100 return next_fade; in calculate_next_time()