Home
last modified time | relevance | path

Searched refs:EVIOCGEFFECTS (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dinput.h176 #define EVIOCGEFFECTS _IOR('E', 0x84, int) /* Report number of effects playable at the same time… macro
/Linux-v4.19/Documentation/input/
Dff.rst103 int ioctl(int fd, EVIOCGEFFECTS, int *n);
/Linux-v4.19/drivers/input/
Devdev.c1114 case EVIOCGEFFECTS: in evdev_do_ioctl()