Home
last modified time | relevance | path

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

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