Home
last modified time | relevance | path

Searched defs:EVIOCGEFFECTS (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dinput.h180 #define EVIOCGEFFECTS _IOR('E', 0x84, int) /* Report number of effects playable at the same time… macro
/external/autotest/client/bin/input/
Dlinux_input.py140 EVIOCGEFFECTS = IOR('E', 0x84, 'i') variable