Home
last modified time | relevance | path

Searched refs:ff_effect (Results 1 – 10 of 10) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Duinput.h52 struct ff_effect effect;
53 struct ff_effect old;
Dinput.h178 #define EVIOCSFF _IOW('E', 0x80, struct ff_effect) /* send a force effect to a force feedback devi…
449 struct ff_effect { struct
/external/syzkaller/sys/linux/
Duinput.txt60 effect ff_effect
61 old ff_effect
Dinput.txt43 ioctl$EVIOCSFF(fd fd_evdev, cmd const[EVIOCSFF], arg ptr[in, ff_effect])
73 ff_effect {
/external/strace/tests-mx32/
Dioctl_evdev.c64 print_ffe_common(const struct ff_effect *const ffe, const char *const type_str) in print_ffe_common()
228 TAIL_ALLOC_OBJECT_CONST_PTR(struct ff_effect, ffe); in main()
/external/strace/tests/
Dioctl_evdev.c64 print_ffe_common(const struct ff_effect *const ffe, const char *const type_str) in print_ffe_common()
228 TAIL_ALLOC_OBJECT_CONST_PTR(struct ff_effect, ffe); in main()
/external/strace/tests-m32/
Dioctl_evdev.c64 print_ffe_common(const struct ff_effect *const ffe, const char *const type_str) in print_ffe_common()
228 TAIL_ALLOC_OBJECT_CONST_PTR(struct ff_effect, ffe); in main()
/external/strace/
Devdev_mpers.c39 typedef struct ff_effect struct_ff_effect;
DChangeLog28551 Mpersify struct ff_effect and ioctl numbers.
28591 evdev.c: fix decoding of struct ff_effect.
28593 Fix printing of struct ff_effect.u member names.
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc411 unsigned struct_ff_effect_sz = sizeof(struct ff_effect);