Searched refs:FF_SPRING (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/input/joystick/iforce/ |
| H A D | iforce-main.c | 43 { FF_PERIODIC, FF_CONSTANT, FF_SPRING, FF_DAMPER, 131 case FF_SPRING: in iforce_upload_effect()
|
| H A D | iforce-ff.c | 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()
|
| /linux-6.15/drivers/hid/usbhid/ |
| H A D | hid-pidff.c | 847 case FF_SPRING: in pidff_upload_effect() 853 case FF_SPRING: in pidff_upload_effect() 1243 set_bit(FF_SPRING, dev->ffbit); in pidff_find_effects() 1322 if (test_bit(FF_SPRING, dev->ffbit) || in pidff_init_fields() 1330 clear_bit(FF_SPRING, dev->ffbit); in pidff_init_fields()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | input.h | 477 #define FF_SPRING 0x53 macro
|
| /linux-6.15/Documentation/input/ |
| H A D | ff.rst | 84 - FF_SPRING can simulate the presence of a spring
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-logitech-hidpp.c | 2412 FF_SPRING, 2658 case FF_SPRING: in hidpp_ff_upload_effect() 2660 params[1] = HIDPP_FF_CONDITION_CMDS[effect->type - FF_SPRING]; in hidpp_ff_upload_effect() 2675 HIDPP_FF_CONDITION_NAMES[effect->type - FF_SPRING], in hidpp_ff_upload_effect()
|
| H A D | hid-debug.c | 3580 [FF_SPRING] = "FF_SPRING",
|