Home
last modified time | relevance | path

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

/linux/drivers/input/
H A Dff-core.c99 if (!test_bit(EV_FF, dev->evbit)) in input_ff_upload()
207 if (!test_bit(EV_FF, dev->evbit)) in input_ff_erase()
252 if (type != EV_FF) in input_ff_event()
319 __set_bit(EV_FF, dev->evbit); in input_ff_create()
347 __clear_bit(EV_FF, dev->evbit); in input_ff_destroy()
H A Devdev.c69 [EV_FF] = FF_CNT, in evdev_get_mask_cnt()
797 case EV_FF: bits = dev->ffbit; len = FF_MAX; break; in handle_eviocgbit()
1083 i = test_bit(EV_FF, dev->evbit) ? in evdev_do_ioctl()
H A Dinput.c62 [EV_FF] = FF_MAX,
304 case EV_FF: in input_get_disposition()
1203 if (test_bit(EV_FF, dev->evbit)) in input_devices_seq_show()
1758 if (test_bit(EV_FF, dev->evbit)) in input_dev_uevent()
2181 case EV_FF: in input_set_capability()
/linux/Documentation/input/
H A 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;
H A Devent-codes.rst74 * 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/input/misc/
H A Duinput.c233 uinput_dev_event(dev, EV_FF, FF_GAIN, gain); in uinput_dev_set_gain()
238 uinput_dev_event(dev, EV_FF, FF_AUTOCENTER, magnitude); in uinput_dev_set_autocenter()
243 return uinput_dev_event(dev, EV_FF, effect_id, value); in uinput_dev_playback()
276 if (!test_bit(EV_FF, dev->evbit)) in uinput_dev_erase_effect()
354 if (test_bit(EV_FF, dev->evbit) && !udev->ff_effects_max) { in uinput_create_device()
H A Dgpio-vibra.c132 input_set_capability(vibrator->input, EV_FF, FF_RUMBLE); in gpio_vibrator_probe()
H A Dda7280.c1227 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 Dsc27xx-vibra.c154 input_set_capability(info->input_dev, EV_FF, FF_RUMBLE); in sc27xx_vibra_probe()
H A Dcs40l50-vibra.c513 input_set_capability(vib->input, EV_FF, FF_PERIODIC); in cs40l50_vibra_probe()
514 input_set_capability(vib->input, EV_FF, FF_CUSTOM); in cs40l50_vibra_probe()
H A Ddrv2665.c186 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2665_probe()
H A Dpwm-vibra.c209 input_set_capability(vibrator->input, EV_FF, FF_RUMBLE); in pwm_vibrator_probe()
H A Dpm8xxx-vibrator.c251 input_set_capability(vib->vib_input_dev, EV_FF, FF_RUMBLE); in pm8xxx_vib_probe()
H A Dmax77693-haptic.c363 input_set_capability(haptic->input_dev, EV_FF, FF_RUMBLE); in max77693_haptic_probe()
H A Dmax8997_haptic.c311 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in max8997_haptic_probe()
H A Ddrv2667.c363 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2667_probe()
H A Ddrv260x.c533 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv260x_probe()
/linux/drivers/input/keyboard/
H A Dgoldfish_events.c157 events_import_bits(edev, input_dev->ffbit, EV_FF, FF_MAX); in events_probe()
/linux/drivers/input/joystick/
H A Dpsxpad-spi.c162 input_set_capability(pad->idev, EV_FF, FF_RUMBLE); in psxpad_spi_init_ff()
H A Dgamecon.c300 input_set_capability(dev, EV_FF, FF_RUMBLE); in gc_n64_init_ff()
H A Dxpad.c1620 input_set_capability(xpad->dev, EV_FF, FF_RUMBLE); in xpad_init_ff()
/linux/drivers/hid/
H A Dhid-debug.c3150 [EV_FF] = "ForceFeedback", [EV_PWR] = "Power",
3615 [EV_SW] = software, [EV_FF] = force,
H A Dhid-nvidia-shield.c285 input_set_capability(haptics, EV_FF, FF_RUMBLE); in shield_haptics_create()
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h48 #define EV_FF 0x15
47 #define EV_FF global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h48 #define EV_FF 0x15 macro