Searched defs:effect_id (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/input/ |
| H A D | ff-core.c | 23 static int check_effect_access(struct ff_device *ff, int effect_id, in check_effect_access() 165 static int erase_effect(struct input_dev *dev, int effect_id, in erase_effect() 203 int input_ff_erase(struct input_dev *dev, int effect_id, struct file *file) in input_ff_erase()
|
| H A D | ff-memless.c | 431 static int ml_ff_playback(struct input_dev *dev, int effect_id, int value) in ml_ff_playback()
|
| /linux/drivers/hid/ |
| H A D | hid-haptic.c | 313 static int hid_haptic_playback(struct input_dev *dev, int effect_id, int value) in hid_haptic_playback() 335 static int hid_haptic_erase(struct input_dev *dev, int effect_id) in hid_haptic_erase()
|
| H A D | hid-logitech-hidpp.c | 2406 int effect_id; member 2449 static u8 hidpp_ff_find_effect(struct hidpp_ff_private_data *data, int effect_id) in hidpp_ff_find_effect() 2528 static int hidpp_ff_queue_work(struct hidpp_ff_private_data *data, int effect_id, u8 command, u8 *p… in hidpp_ff_queue_work() 2700 static int hidpp_ff_playback(struct input_dev *dev, int effect_id, int value) in hidpp_ff_playback() 2712 static int hidpp_ff_erase_effect(struct input_dev *dev, int effect_id) in hidpp_ff_erase_effect()
|
| /linux/drivers/input/misc/ |
| H A D | uinput.c | 48 unsigned int effect_id; member 230 static int uinput_dev_playback(struct input_dev *dev, int effect_id, int value) in uinput_dev_playback() 260 static int uinput_dev_erase_effect(struct input_dev *dev, int effect_id) in uinput_dev_erase_effect()
|
| H A D | cs40l50-vibra.c | 390 static int cs40l50_playback(struct input_dev *dev, int effect_id, int val) in cs40l50_playback() 461 static int cs40l50_erase(struct input_dev *dev, int effect_id) in cs40l50_erase()
|
| H A D | da7280.c | 659 int effect_id, int val) in da7280_haptics_playback()
|
| /linux/include/uapi/linux/ |
| H A D | uinput.h | 59 __u32 effect_id; member
|
| /linux/drivers/hid/usbhid/ |
| H A D | hid-pidff.c | 817 static int pidff_needs_playback(struct pidff_device *pidff, int effect_id, int n) in pidff_needs_playback() 850 static int pidff_playback(struct input_dev *dev, int effect_id, int value) in pidff_playback() 879 static int pidff_erase_effect(struct input_dev *dev, int effect_id) in pidff_erase_effect()
|