Searched refs:KBD_POST_KEYSYM (Results 1 – 5 of 5) sorted by relevance
22 - KBD_POST_KEYSYM events are sent after the treatment of non-unicode keysyms.52 notifier_call_chain(KBD_POST_KEYSYM,¶ms);
238 #define KBD_POST_KEYSYM 0x0005 /* Called after keyboard keysym interpretation */ macro
224 case KBD_POST_KEYSYM: in keyboard_notifier_call()
1527 atomic_notifier_call_chain(&keyboard_notifier_list, KBD_POST_KEYSYM, ¶m); in kbd_keycode()
2269 case KBD_POST_KEYSYM:{ in keyboard_notifier_call()