Home
last modified time | relevance | path

Searched defs:ff_effect (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h451 struct ff_effect { struct
452 uint16_t type;
453 int16_t id;
454 uint16_t direction;
455 struct ff_trigger trigger;
456 struct ff_replay replay;
458 union {
464 } u;
/openbmc/linux/include/uapi/linux/
H A Dinput.h454 struct ff_effect { struct
455 __u16 type;
456 __s16 id;
457 __u16 direction;
458 struct ff_trigger trigger;
459 struct ff_replay replay;
461 union {
467 } u;
/openbmc/linux/drivers/input/
H A Dff-memless.c508 int (*play_effect)(struct input_dev *, void *, struct ff_effect *)) in input_ff_create_memless()
/openbmc/linux/drivers/hid/
H A Dhid-nvidia-shield.c273 int (*play_effect)(struct input_dev *, void *, struct ff_effect *)) in shield_haptics_create()
H A Dhid-playstation.c704 int (*play_effect)(struct input_dev *, void *, struct ff_effect *)) in ps_gamepad_create()