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