Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/
Dff-core.c112 if (!test_bit(EV_FF, dev->evbit)) in input_ff_upload()
228 if (!test_bit(EV_FF, dev->evbit)) in input_ff_erase()
278 if (type != EV_FF) in input_ff_event()
355 __set_bit(EV_FF, dev->evbit); in input_ff_create()
381 __clear_bit(EV_FF, dev->evbit); in input_ff_destroy()
Devdev.c78 [EV_FF] = FF_CNT, in evdev_get_mask_cnt()
829 case EV_FF: bits = dev->ffbit; len = FF_MAX; break; in handle_eviocgbit()
1115 i = test_bit(EV_FF, dev->evbit) ? in evdev_do_ioctl()
Dinput.c355 case EV_FF: in input_get_disposition()
1170 if (test_bit(EV_FF, dev->evbit)) in input_devices_seq_show()
1615 if (test_bit(EV_FF, dev->evbit)) in input_dev_uevent()
1945 case EV_FF: in input_set_capability()
/Linux-v4.19/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:
269 EV_FF section in Event codes
272 EV_FF events are used to initialize a force feedback capable device and to cause
/Linux-v4.19/drivers/input/misc/
Duinput.c229 uinput_dev_event(dev, EV_FF, FF_GAIN, gain); in uinput_dev_set_gain()
234 uinput_dev_event(dev, EV_FF, FF_AUTOCENTER, magnitude); in uinput_dev_set_autocenter()
239 return uinput_dev_event(dev, EV_FF, effect_id, value); in uinput_dev_playback()
272 if (!test_bit(EV_FF, dev->evbit)) in uinput_dev_erase_effect()
343 if (test_bit(EV_FF, dev->evbit) && !udev->ff_effects_max) { in uinput_create_device()
Dsc27xx-vibra.c110 input_set_capability(info->input_dev, EV_FF, FF_RUMBLE); in sc27xx_vibra_probe()
Dpm8xxx-vibrator.c217 input_set_capability(vib->vib_input_dev, EV_FF, FF_RUMBLE); in pm8xxx_vib_probe()
Ddrv2665.c195 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2665_probe()
Dpwm-vibra.c202 input_set_capability(vibrator->input, EV_FF, FF_RUMBLE); in pwm_vibrator_probe()
Dregulator-haptic.c189 input_set_capability(haptic->input_dev, EV_FF, FF_RUMBLE); in regulator_haptic_probe()
Dmax77693-haptic.c362 input_set_capability(haptic->input_dev, EV_FF, FF_RUMBLE); in max77693_haptic_probe()
Dmax8997_haptic.c338 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in max8997_haptic_probe()
Ddrv2667.c370 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2667_probe()
Ddrv260x.c548 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv260x_probe()
/Linux-v4.19/drivers/input/joystick/iforce/
Diforce-main.c198 if (test_bit(EV_FF, dev->evbit)) { in iforce_open()
211 if (test_bit(EV_FF, dev->evbit)) { in iforce_close()
/Linux-v4.19/drivers/input/keyboard/
Dgoldfish_events.c166 events_import_bits(edev, input_dev->ffbit, EV_FF, FF_MAX); in events_probe()
/Linux-v4.19/drivers/input/joystick/
Dpsxpad-spi.c161 input_set_capability(pad->pdev->input, EV_FF, FF_RUMBLE); in psxpad_spi_init_ff()
Dgamecon.c315 input_set_capability(dev, EV_FF, FF_RUMBLE); in gc_n64_init_ff()
Dxpad.c1322 input_set_capability(xpad->dev, EV_FF, FF_RUMBLE); in xpad_init_ff()
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h47 #define EV_FF 0x15 macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h47 #define EV_FF 0x15 macro
/Linux-v4.19/drivers/hid/
Dhid-debug.c735 [EV_FF] = "ForceFeedback", [EV_PWR] = "Power",
Dhid-input.c1453 if (type == EV_FF) in hidinput_input_event()
Dhid-sony.c2252 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in sony_init_ff()