Home
last modified time | relevance | path

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

/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/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;
/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/libbpf/.github/actions/build-selftests/
Dvmlinux.h65391 struct ff_effect { struct
65392 __u16 type;
65393 __s16 id;
65394 __u16 direction;
65395 struct ff_trigger trigger;
65396 struct ff_replay replay;
65397 union {
65403 } u;