Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dinput.h1150 struct ff_effect { struct
1151 __u16 type;
1152 __s16 id;
1153 __u16 direction;
1154 struct ff_trigger trigger;
1155 struct ff_replay replay;
1157 union {
1163 } u;
/linux-4.1.27/drivers/input/
Dff-memless.c514 int (*play_effect)(struct input_dev *, void *, struct ff_effect *)) in input_ff_create_memless()