Searched refs:FF_SPRING (Results 1 – 7 of 7) sorted by relevance
44 { FF_PERIODIC, FF_CONSTANT, FF_SPRING, FF_DAMPER,132 case FF_SPRING: in iforce_upload_effect()
184 if (new->type != FF_SPRING && new->type != FF_FRICTION) { in need_condition_modifier()472 case FF_SPRING: type = 0x40; break; in iforce_upload_condition()
248 return effect->type == FF_SPRING || in pidff_is_effect_conditional()270 case FF_SPRING: in pidff_effect_ff_to_pid()963 case FF_SPRING: in pidff_upload_effect()1388 set_bit(FF_SPRING, dev->ffbit); in pidff_find_effects()1457 test |= test_and_clear_bit(FF_SPRING, dev->ffbit); in pidff_init_fields()
498 #define FF_SPRING 0x53 macro
84 - FF_SPRING can simulate the presence of a spring
2420 FF_SPRING,2666 case FF_SPRING: in hidpp_ff_upload_effect()2668 params[1] = HIDPP_FF_CONDITION_CMDS[effect->type - FF_SPRING]; in hidpp_ff_upload_effect()2683 HIDPP_FF_CONDITION_NAMES[effect->type - FF_SPRING], in hidpp_ff_upload_effect()
3583 [FF_SPRING] = "FF_SPRING",