Home
last modified time | relevance | path

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

/third_party/libevdev/include/linux/linux/
Dinput.h448 struct ff_effect { struct
449 __u16 type;
450 __s16 id;
451 __u16 direction;
452 struct ff_trigger trigger;
453 struct ff_replay replay;
455 union {
461 } u;
/third_party/libinput/include/linux/linux/
Dinput.h443 struct ff_effect { struct
444 __u16 type;
445 __s16 id;
446 __u16 direction;
447 struct ff_trigger trigger;
448 struct ff_replay replay;
450 union {
456 } u;
/third_party/Linux_Kernel/include/uapi/linux/
Dinput.h424 struct ff_effect { struct
425 __u16 type;
426 __s16 id;
427 __u16 direction;
428 struct ff_trigger trigger;
429 struct ff_replay replay;
431 union {
437 } u;
/third_party/libinput/include/linux/freebsd/
Dinput.h444 struct ff_effect { struct
445 uint16_t type;
446 int16_t id;
447 uint16_t direction;
448 struct ff_trigger trigger;
449 struct ff_replay replay;
451 union {
457 } u;