Searched refs:FF_EFFECT_PLAYING (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/ |
H A D | ff-memless.c | 35 #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()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | ff-memless.c | 32 #define FF_EFFECT_PLAYING 1 macro 127 if (test_bit(FF_EFFECT_PLAYING, &state->flags)) in ml_schedule_timer() 362 __clear_bit(FF_EFFECT_PLAYING, &state->flags); in ml_get_combo_effect() 367 __clear_bit(FF_EFFECT_PLAYING, &state->flags); in ml_get_combo_effect() 378 __set_bit(FF_EFFECT_PLAYING, &state->flags); in ml_get_combo_effect() 424 __clear_bit(FF_EFFECT_PLAYING, &ml->states[i].flags); in ml_ff_set_gain() 451 if (test_bit(FF_EFFECT_PLAYING, &state->flags)) in ml_ff_playback() 471 __clear_bit(FF_EFFECT_PLAYING, &state->flags); in ml_ff_upload()
|
Completed in 2 milliseconds