Home
last modified time | relevance | path

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

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