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.h51 struct ff_effect effect;
52 struct ff_effect old;
Dinput.h157 #define EVIOCSFF _IOW('E', 0x80, struct ff_effect) /* send a force effect to a force feedback devi…
427 struct ff_effect { struct
/external/strace/mpers-m32/
Dstruct_ff_effect.c37 typedef struct ff_effect struct_ff_effect;
/external/strace/mpers-mx32/
Dstruct_ff_effect.c37 typedef struct ff_effect struct_ff_effect;
/external/strace/tests/
Dioctl_evdev.c57 print_ffe_common(const struct ff_effect *const ffe, const char *const type_str) in print_ffe_common()
202 TAIL_ALLOC_OBJECT_CONST_PTR(struct ff_effect, ffe); in main()
/external/strace/tests-mx32/
Dioctl_evdev.c57 print_ffe_common(const struct ff_effect *const ffe, const char *const type_str) in print_ffe_common()
202 TAIL_ALLOC_OBJECT_CONST_PTR(struct ff_effect, ffe); in main()
/external/strace/tests-m32/
Dioctl_evdev.c57 print_ffe_common(const struct ff_effect *const ffe, const char *const type_str) in print_ffe_common()
202 TAIL_ALLOC_OBJECT_CONST_PTR(struct ff_effect, ffe); in main()
/external/strace/
Devdev.c38 typedef struct ff_effect struct_ff_effect;
DChangeLog13907 Mpersify struct ff_effect and ioctl numbers.
13947 evdev.c: fix decoding of struct ff_effect.
13949 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);