Home
last modified time | relevance | path

Searched refs:EV_FF (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v6.1/drivers/input/
Dff-core.c97 if (!test_bit(EV_FF, dev->evbit)) in input_ff_upload()
213 if (!test_bit(EV_FF, dev->evbit)) in input_ff_erase()
263 if (type != EV_FF) in input_ff_event()
340 __set_bit(EV_FF, dev->evbit); in input_ff_create()
366 __clear_bit(EV_FF, dev->evbit); in input_ff_destroy()
Devdev.c68 [EV_FF] = FF_CNT, in evdev_get_mask_cnt()
794 case EV_FF: bits = dev->ffbit; len = FF_MAX; break; in handle_eviocgbit()
1080 i = test_bit(EV_FF, dev->evbit) ? in evdev_do_ioctl()
Dinput.c59 [EV_FF] = FF_MAX,
333 case EV_FF: in input_get_disposition()
1226 if (test_bit(EV_FF, dev->evbit)) in input_devices_seq_show()
1708 if (test_bit(EV_FF, dev->evbit)) in input_dev_uevent()
2143 case EV_FF: in input_set_capability()
/Linux-v6.1/Documentation/input/
Dff.rst68 "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;
Devent-codes.rst74 * EV_FF:
313 EV_FF section in Event codes
316 EV_FF events are used to initialize a force feedback capable device and to cause
/Linux-v6.1/drivers/input/misc/
Duinput.c221 uinput_dev_event(dev, EV_FF, FF_GAIN, gain); in uinput_dev_set_gain()
226 uinput_dev_event(dev, EV_FF, FF_AUTOCENTER, magnitude); in uinput_dev_set_autocenter()
231 return uinput_dev_event(dev, EV_FF, effect_id, value); in uinput_dev_playback()
264 if (!test_bit(EV_FF, dev->evbit)) in uinput_dev_erase_effect()
335 if (test_bit(EV_FF, dev->evbit) && !udev->ff_effects_max) { in uinput_create_device()
Dgpio-vibra.c140 input_set_capability(vibrator->input, EV_FF, FF_RUMBLE); in gpio_vibrator_probe()
Dda7280.c1229 input_set_capability(haptics->input_dev, EV_FF, FF_PERIODIC); in da7280_probe()
1230 input_set_capability(haptics->input_dev, EV_FF, FF_CUSTOM); in da7280_probe()
1231 input_set_capability(haptics->input_dev, EV_FF, FF_CONSTANT); in da7280_probe()
1232 input_set_capability(haptics->input_dev, EV_FF, FF_GAIN); in da7280_probe()
Dpm8xxx-vibrator.c209 input_set_capability(vib->vib_input_dev, EV_FF, FF_RUMBLE); in pm8xxx_vib_probe()
Dsc27xx-vibra.c155 input_set_capability(info->input_dev, EV_FF, FF_RUMBLE); in sc27xx_vibra_probe()
Dpwm-vibra.c205 input_set_capability(vibrator->input, EV_FF, FF_RUMBLE); in pwm_vibrator_probe()
Dregulator-haptic.c186 input_set_capability(haptic->input_dev, EV_FF, FF_RUMBLE); in regulator_haptic_probe()
Ddrv2665.c187 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2665_probe()
Dmax77693-haptic.c358 input_set_capability(haptic->input_dev, EV_FF, FF_RUMBLE); in max77693_haptic_probe()
Dmax8997_haptic.c319 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in max8997_haptic_probe()
Ddrv2667.c364 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2667_probe()
Ddrv260x.c540 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv260x_probe()
/Linux-v6.1/drivers/input/joystick/iforce/
Diforce-main.c177 if (test_bit(EV_FF, dev->evbit)) { in iforce_open()
190 if (test_bit(EV_FF, dev->evbit)) { in iforce_close()
/Linux-v6.1/drivers/input/keyboard/
Dgoldfish_events.c157 events_import_bits(edev, input_dev->ffbit, EV_FF, FF_MAX); in events_probe()
/Linux-v6.1/drivers/hid/
Dhid-microsoft.c351 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in ms_init_ff()
Dhid-debug.c755 [EV_FF] = "ForceFeedback", [EV_PWR] = "Power",
/Linux-v6.1/drivers/input/joystick/
Dpsxpad-spi.c159 input_set_capability(pad->idev, EV_FF, FF_RUMBLE); in psxpad_spi_init_ff()
Dgamecon.c300 input_set_capability(dev, EV_FF, FF_RUMBLE); in gc_n64_init_ff()
/Linux-v6.1/include/dt-bindings/input/
Dlinux-event-codes.h47 #define EV_FF 0x15 macro
/Linux-v6.1/include/uapi/linux/
Dinput-event-codes.h47 #define EV_FF 0x15 macro

12