Searched refs:core_effects (Results 1 – 4 of 4) sorted by relevance
101 if (test_bit(FF_CORE_IS_USED, iforce->core_effects[i].flags) && in mark_core_as_ready()102 (iforce->core_effects[i].mod1_chunk.start == addr || in mark_core_as_ready()103 iforce->core_effects[i].mod2_chunk.start == addr)) { in mark_core_as_ready()104 clear_bit(FF_CORE_UPDATE, iforce->core_effects[i].flags); in mark_core_as_ready()189 if (!test_and_set_bit(FF_CORE_IS_PLAYED, iforce->core_effects[i].flags)) { in iforce_process_packet()193 } else if (test_and_clear_bit(FF_CORE_IS_PLAYED, iforce->core_effects[i].flags)) { in iforce_process_packet()
322 if (test_bit(FF_CORE_SHOULD_PLAY, iforce->core_effects[id].flags)) { in make_core()338 struct iforce_core_effect* core_effect = iforce->core_effects + core_id; in iforce_upload_periodic()339 struct resource* mod1_chunk = &(iforce->core_effects[core_id].mod1_chunk); in iforce_upload_periodic()340 struct resource* mod2_chunk = &(iforce->core_effects[core_id].mod2_chunk); in iforce_upload_periodic()408 struct iforce_core_effect* core_effect = iforce->core_effects + core_id; in iforce_upload_constant()409 struct resource* mod1_chunk = &(iforce->core_effects[core_id].mod1_chunk); in iforce_upload_constant()410 struct resource* mod2_chunk = &(iforce->core_effects[core_id].mod2_chunk); in iforce_upload_constant()464 struct iforce_core_effect* core_effect = iforce->core_effects + core_id; in iforce_upload_condition()
69 struct iforce_core_effect *core_effect = &iforce->core_effects[effect_id]; in iforce_playback()110 struct iforce_core_effect *core_effect = &iforce->core_effects[effect->id]; in iforce_upload_effect()156 struct iforce_core_effect *core_effect = &iforce->core_effects[effect_id]; in iforce_erase_effect()193 if (test_bit(FF_CORE_IS_USED, iforce->core_effects[i].flags)) { in iforce_close()
99 struct iforce_core_effect core_effects[IFORCE_EFFECTS_MAX]; member