Home
last modified time | relevance | path

Searched refs:hid_haptic_effect (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hid/
H A Dhid-haptic.h16 struct hid_haptic_effect { struct
53 struct hid_haptic_effect *effect;
54 struct hid_haptic_effect stop_effect;
H A Dhid-haptic.c149 struct hid_haptic_effect *haptic_effect, in fill_effect_buf()
277 struct hid_haptic_effect *effect) in play_effect()
297 struct hid_haptic_effect *effect = container_of(work, in haptic_work_handler()
298 struct hid_haptic_effect, in haptic_work_handler()
477 haptic->effect = kzalloc_objs(struct hid_haptic_effect, FF_MAX_EFFECTS); in hid_haptic_init()