| /linux/Documentation/input/ |
| H A D | ff.rst | 68 "request" must be EVIOCGBIT(EV_FF, size of features array in bytes ) 170 play.type = EV_FF; 177 stop.type = EV_FF; 196 ie.type = EV_FF; 215 ie.type = EV_FF;
|
| H A D | event-codes.rst | 74 * EV_FF: 319 EV_FF section in Event codes 322 EV_FF events are used to initialize a force feedback capable device and to cause 425 - provide the EV_FF FF_HAPTIC force feedback effect.
|
| /linux/drivers/hid/ |
| H A D | hid-google-stadiaff.c | 87 input_set_capability(dev, EV_FF, FF_RUMBLE); in stadiaff_init()
|
| H A D | hid-debug.c | 3147 [EV_FF] = "ForceFeedback", [EV_PWR] = "Power", 3609 [EV_SW] = software, [EV_FF] = force,
|
| H A D | hid-microsoft.c | 351 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in ms_init_ff()
|
| H A D | hid-nvidia-shield.c | 285 input_set_capability(haptics, EV_FF, FF_RUMBLE); in shield_haptics_create()
|
| H A D | hid-steam.c | 815 input_set_capability(input, EV_FF, FF_RUMBLE); in steam_input_register()
|
| H A D | hid-sony.c | 1611 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in sony_init_ff()
|
| /linux/drivers/input/misc/ |
| H A D | da7280.c | 1227 input_set_capability(haptics->input_dev, EV_FF, FF_PERIODIC); in da7280_probe() 1228 input_set_capability(haptics->input_dev, EV_FF, FF_CUSTOM); in da7280_probe() 1229 input_set_capability(haptics->input_dev, EV_FF, FF_CONSTANT); in da7280_probe() 1230 input_set_capability(haptics->input_dev, EV_FF, FF_GAIN); in da7280_probe()
|
| H A D | gpio-vibra.c | 132 input_set_capability(vibrator->input, EV_FF, FF_RUMBLE); in gpio_vibrator_probe()
|
| H A D | sc27xx-vibra.c | 155 input_set_capability(info->input_dev, EV_FF, FF_RUMBLE); in sc27xx_vibra_probe()
|
| H A D | cs40l50-vibra.c | 511 input_set_capability(vib->input, EV_FF, FF_PERIODIC); in cs40l50_vibra_probe() 512 input_set_capability(vib->input, EV_FF, FF_CUSTOM); in cs40l50_vibra_probe()
|
| H A D | drv2665.c | 186 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2665_probe()
|
| H A D | pwm-vibra.c | 209 input_set_capability(vibrator->input, EV_FF, FF_RUMBLE); in pwm_vibrator_probe()
|
| H A D | pm8xxx-vibrator.c | 251 input_set_capability(vib->vib_input_dev, EV_FF, FF_RUMBLE); in pm8xxx_vib_probe()
|
| H A D | max8997_haptic.c | 311 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in max8997_haptic_probe()
|
| H A D | max77693-haptic.c | 363 input_set_capability(haptic->input_dev, EV_FF, FF_RUMBLE); in max77693_haptic_probe()
|
| H A D | drv2667.c | 363 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2667_probe()
|
| H A D | drv260x.c | 501 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv260x_probe()
|
| /linux/drivers/input/keyboard/ |
| H A D | goldfish_events.c | 157 events_import_bits(edev, input_dev->ffbit, EV_FF, FF_MAX); in events_probe()
|
| /linux/drivers/input/ |
| H A D | evdev.c | 68 [EV_FF] = FF_CNT, in evdev_get_mask_cnt() 792 case EV_FF: bits = dev->ffbit; len = FF_MAX; break; in handle_eviocgbit() 1078 i = test_bit(EV_FF, dev->evbit) ? in evdev_do_ioctl()
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 48 #define EV_FF 0x15 47 #define EV_FF global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 48 #define EV_FF 0x15 macro
|
| /linux/drivers/input/joystick/ |
| H A D | gamecon.c | 300 input_set_capability(dev, EV_FF, FF_RUMBLE); in gc_n64_init_ff()
|
| H A D | xpad.c | 1640 input_set_capability(xpad->dev, EV_FF, FF_RUMBLE); in xpad_init_ff()
|