Searched refs:BTN_MISC (Results 1 – 5 of 5) sorted by relevance
69 #define JSIOCSBTNMAP _IOW('j', 0x33, __u16[KEY_MAX - BTN_MISC + 1]) /* set button mapping */70 #define JSIOCGBTNMAP _IOR('j', 0x34, __u16[KEY_MAX - BTN_MISC + 1]) /* get button mapping */
479 #define BTN_MISC 0x100 macro
289 Uint8 key_map[KEY_MAX-BTN_MISC];690 joystick->hwdata->key_map[i-BTN_MISC] = in EV_ConfigJoystick()695 for ( i=BTN_MISC; i < BTN_JOYSTICK; ++i ) { in EV_ConfigJoystick()700 joystick->hwdata->key_map[i-BTN_MISC] = in EV_ConfigJoystick()1096 if ( code >= BTN_MISC ) { in EV_HandleEvents()1097 code -= BTN_MISC; in EV_HandleEvents()
274 #define BTN_MISC 0x100 macro
272 #define BTN_MISC 0x100 macro