Home | History | Annotate | Download | only in linux

Lines Matching refs:keycode

84  * @keycode: key code assigned to this scancode
96 __u32 keycode;
105 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */
107 #define EVIOCSKEYCODE _IOW('E', 0x04, unsigned int[2]) /* set keycode */