| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | ff-core.c | 100 if (!test_bit(EV_FF, dev->evbit)) in input_ff_upload() 216 if (!test_bit(EV_FF, dev->evbit)) in input_ff_erase() 266 if (type != EV_FF) in input_ff_event() 343 __set_bit(EV_FF, dev->evbit); in input_ff_create() 369 __clear_bit(EV_FF, dev->evbit); in input_ff_destroy()
|
| H A D | input.c | 58 [EV_FF] = FF_MAX, 364 case EV_FF: in input_get_disposition() 1208 if (test_bit(EV_FF, dev->evbit)) in input_devices_seq_show() 1653 if (test_bit(EV_FF, dev->evbit)) in input_dev_uevent() 2031 case EV_FF: in input_set_capability()
|
| H A D | evdev.c | 68 [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()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | usb-private.h | 55 #ifndef EV_FF 56 #define EV_FF 0x15 macro
|
| H A D | usb-common.c | 360 case EV_FF: in usbPrint()
|
| /OK3568_Linux_fs/kernel/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: 288 EV_FF section in Event codes 291 EV_FF events are used to initialize a force feedback capable device and to cause
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | ev.c | 100 case EV_FF: in main() 262 case EV_FF: in main()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | uinput.c | 221 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()
|
| H A D | sc27xx-vibra.c | 110 input_set_capability(info->input_dev, EV_FF, FF_RUMBLE); in sc27xx_vibra_probe()
|
| H A D | gpio-vibra.c | 140 input_set_capability(vibrator->input, EV_FF, FF_RUMBLE); in gpio_vibrator_probe()
|
| H A D | pm8xxx-vibrator.c | 209 input_set_capability(vib->vib_input_dev, EV_FF, FF_RUMBLE); in pm8xxx_vib_probe()
|
| H A D | drv2665.c | 187 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2665_probe()
|
| H A D | pwm-vibra.c | 205 input_set_capability(vibrator->input, EV_FF, FF_RUMBLE); in pwm_vibrator_probe()
|
| H A D | regulator-haptic.c | 186 input_set_capability(haptic->input_dev, EV_FF, FF_RUMBLE); in regulator_haptic_probe()
|
| H A D | max8997_haptic.c | 324 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in max8997_haptic_probe()
|
| H A D | max77693-haptic.c | 358 input_set_capability(haptic->input_dev, EV_FF, FF_RUMBLE); in max77693_haptic_probe()
|
| H A D | drv2667.c | 362 input_set_capability(haptics->input_dev, EV_FF, FF_RUMBLE); in drv2667_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/iforce/ |
| H A D | iforce-main.c | 177 if (test_bit(EV_FF, dev->evbit)) { in iforce_open() 190 if (test_bit(EV_FF, dev->evbit)) { in iforce_close()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | goldfish_events.c | 157 events_import_bits(edev, input_dev->ffbit, EV_FF, FF_MAX); in events_probe()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 47 #define EV_FF 0x15 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 47 #define EV_FF 0x15 macro
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | psxpad-spi.c | 159 input_set_capability(pad->idev, EV_FF, FF_RUMBLE); in psxpad_spi_init_ff()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-microsoft.c | 351 input_set_capability(input_dev, EV_FF, FF_RUMBLE); in ms_init_ff()
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 46 #define EV_FF 0x15 macro
|