/Linux-v4.19/drivers/input/ |
D | ff-core.c | 112 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()
|
D | evdev.c | 78 [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()
|
D | input.c | 355 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/ |
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;
|
D | event-codes.rst | 74 * 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/ |
D | uinput.c | 229 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()
|
D | sc27xx-vibra.c | 110 input_set_capability(info->input_dev, EV_FF, FF_RUMBLE); in sc27xx_vibra_probe()
|
D | pm8xxx-vibrator.c | 217 input_set_capability(vib->vib_input_dev, EV_FF, FF_RUMBLE); in pm8xxx_vib_probe()
|
D | drv2665.c | 195 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2665_probe()
|
D | pwm-vibra.c | 202 input_set_capability(vibrator->input, EV_FF, FF_RUMBLE); in pwm_vibrator_probe()
|
D | regulator-haptic.c | 189 input_set_capability(haptic->input_dev, EV_FF, FF_RUMBLE); in regulator_haptic_probe()
|
D | max77693-haptic.c | 362 input_set_capability(haptic->input_dev, EV_FF, FF_RUMBLE); in max77693_haptic_probe()
|
D | max8997_haptic.c | 338 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in max8997_haptic_probe()
|
D | drv2667.c | 370 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2667_probe()
|
D | drv260x.c | 548 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv260x_probe()
|
/Linux-v4.19/drivers/input/joystick/iforce/ |
D | iforce-main.c | 198 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/ |
D | goldfish_events.c | 166 events_import_bits(edev, input_dev->ffbit, EV_FF, FF_MAX); in events_probe()
|
/Linux-v4.19/drivers/input/joystick/ |
D | psxpad-spi.c | 161 input_set_capability(pad->pdev->input, EV_FF, FF_RUMBLE); in psxpad_spi_init_ff()
|
D | gamecon.c | 315 input_set_capability(dev, EV_FF, FF_RUMBLE); in gc_n64_init_ff()
|
D | xpad.c | 1322 input_set_capability(xpad->dev, EV_FF, FF_RUMBLE); in xpad_init_ff()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 47 #define EV_FF 0x15 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 47 #define EV_FF 0x15 macro
|
/Linux-v4.19/drivers/hid/ |
D | hid-debug.c | 735 [EV_FF] = "ForceFeedback", [EV_PWR] = "Power",
|
D | hid-input.c | 1453 if (type == EV_FF) in hidinput_input_event()
|
D | hid-sony.c | 2252 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in sony_init_ff()
|