Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/iforce/
H A Diforce.h35 #define FF_CORE_SHOULD_PLAY 4 /* User wants the effect to be played */ macro
H A Diforce-main.c72 set_bit(FF_CORE_SHOULD_PLAY, core_effect->flags); in iforce_playback()
74 clear_bit(FF_CORE_SHOULD_PLAY, core_effect->flags); in iforce_playback()
H A Diforce-ff.c326 if (test_bit(FF_CORE_SHOULD_PLAY, iforce->core_effects[id].flags)) { in make_core()