Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/
Dff-memless.c35 #define FF_EFFECT_PLAYING 1 macro
130 if (test_bit(FF_EFFECT_PLAYING, &state->flags)) in ml_schedule_timer()
365 __clear_bit(FF_EFFECT_PLAYING, &state->flags); in ml_get_combo_effect()
370 __clear_bit(FF_EFFECT_PLAYING, &state->flags); in ml_get_combo_effect()
381 __set_bit(FF_EFFECT_PLAYING, &state->flags); in ml_get_combo_effect()
427 __clear_bit(FF_EFFECT_PLAYING, &ml->states[i].flags); in ml_ff_set_gain()
454 if (test_bit(FF_EFFECT_PLAYING, &state->flags)) in ml_ff_playback()
474 __clear_bit(FF_EFFECT_PLAYING, &state->flags); in ml_ff_upload()