Home
last modified time | relevance | path

Searched refs:play_effect (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hid/
H A Dhid-lg2ff.c22 static int play_effect(struct input_dev *dev, void *data, in play_effect() function
75 error = input_ff_create_memless(dev, lg2ff, play_effect); in lg2ff_init()
H A Dhid-haptic.c276 static int play_effect(struct hid_device *hdev, struct hid_haptic_device *haptic, in play_effect() function
306 play_effect(hdev, haptic, &haptic->stop_effect); in haptic_work_handler()
308 play_effect(hdev, haptic, effect); in haptic_work_handler()
H A Dhid-nvidia-shield.c273 int (*play_effect)(struct input_dev *, void *, struct ff_effect *)) in shield_haptics_create()
286 ret = input_ff_create_memless(haptics, NULL, play_effect); in shield_haptics_create()
H A Dhid-playstation.c746 int (*play_effect)(struct input_dev *, void *, struct ff_effect *)) in ps_gamepad_create()
775 if (play_effect) { in ps_gamepad_create()
777 ret = input_ff_create_memless(gamepad, NULL, play_effect); in ps_gamepad_create()
/linux/drivers/input/
H A Dff-memless.c52 int (*play_effect)(struct input_dev *dev, void *data, member
396 ml->play_effect(ml->dev, ml->private, &effect); in ml_play_effects()
505 int (*play_effect)(struct input_dev *, void *, struct ff_effect *)) in input_ff_create_memless()
517 ml->play_effect = play_effect; in input_ff_create_memless()