Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput.h447 struct ff_effect { struct
448 __u16 type;
449 __s16 id;
450 __u16 direction;
451 struct ff_trigger trigger;
452 struct ff_replay replay;
454 union {
460 } u;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput.h447 struct ff_effect { struct
448 __u16 type;
449 __s16 id;
450 __u16 direction;
451 struct ff_trigger trigger;
452 struct ff_replay replay;
454 union {
460 } u;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput.h450 struct ff_effect { struct
451 __u16 type;
452 __s16 id;
453 __u16 direction;
454 struct ff_trigger trigger;
455 struct ff_replay replay;
457 union {
463 } u;
/OK3568_Linux_fs/kernel/drivers/input/
H A Dff-memless.c511 int (*play_effect)(struct input_dev *, void *, struct ff_effect *)) in input_ff_create_memless()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-playstation.c480 int (*play_effect)(struct input_dev *, void *, struct ff_effect *)) in ps_gamepad_create()