Searched refs:ff_effect (Results 1 – 10 of 10) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | uinput.h | 52 struct ff_effect effect; 53 struct ff_effect old;
|
D | input.h | 178 #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/ |
D | uinput.txt | 60 effect ff_effect 61 old ff_effect
|
D | input.txt | 43 ioctl$EVIOCSFF(fd fd_evdev, cmd const[EVIOCSFF], arg ptr[in, ff_effect]) 73 ff_effect {
|
/external/strace/tests-mx32/ |
D | ioctl_evdev.c | 64 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/ |
D | ioctl_evdev.c | 64 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/ |
D | ioctl_evdev.c | 64 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/ |
D | evdev_mpers.c | 39 typedef struct ff_effect struct_ff_effect;
|
D | ChangeLog | 28551 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/ |
D | sanitizer_platform_limits_posix.cc | 411 unsigned struct_ff_effect_sz = sizeof(struct ff_effect);
|