Searched refs:play_at (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/input/
H A Dff-memless.c39 unsigned long play_at; /* start time */ member in struct:ml_effect_state
80 attack_stop = state->play_at +
106 return state->play_at;
130 next_at = state->play_at;
161 state->play_at + msecs_to_jiffies(envelope->attack_length))) {
164 time_from_level = jiffies_to_msecs(now - state->play_at);
344 if (time_before(jiffies, state->play_at))
372 state->play_at = jiffies +
374 state->stop_at = state->play_at +
442 state->play_at
[all...]

Completed in 135 milliseconds