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 | 2411 int effect_id; global() member 2454 hidpp_ff_find_effect(struct hidpp_ff_private_data * data,int effect_id) hidpp_ff_find_effect() argument 2536 hidpp_ff_queue_work(struct hidpp_ff_private_data * data,int effect_id,u8 command,u8 * params,u8 size) hidpp_ff_queue_work() argument 2708 hidpp_ff_playback(struct input_dev * dev,int effect_id,int value) hidpp_ff_playback() argument 2720 hidpp_ff_erase_effect(struct input_dev * dev,int effect_id) hidpp_ff_erase_effect() argument [all...] |
| /linux/drivers/input/misc/ |
| H A D | uinput.c | 50 unsigned int effect_id; member 241 static int uinput_dev_playback(struct input_dev *dev, int effect_id, int value) in uinput_dev_playback() 271 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 | 831 static int pidff_needs_playback(struct pidff_device *pidff, int effect_id, int n) in pidff_needs_playback() argument 864 static int pidff_playback(struct input_dev *dev, int effect_id, int value) in pidff_playback() argument 893 pidff_erase_effect(struct input_dev * dev,int effect_id) pidff_erase_effect() argument [all...] |