Searched refs:EVIOCGEFFECTS (Results 1 – 6 of 6) sorted by relevance
159 #define EVIOCGEFFECTS _IOR('E', 0x84, int) /* Report number of effects playable at the same time… macro
372 case EVIOCGEFFECTS: in evdev_read_ioctl()
64 if (ioctl(mJoyStick, EVIOCGEFFECTS, &nEffects) == -1) in getFFMemoryLoad()
140 EVIOCGEFFECTS = IOR('E', 0x84, 'i') variable
535 unsigned IOCTL_EVIOCGEFFECTS = EVIOCGEFFECTS;
141 _(EVIOCGEFFECTS, WRITE, sizeof(int));