Home
last modified time | relevance | path

Searched refs:KBD_POST_KEYSYM (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/input/
H A Dnotifier.rst22 - KBD_POST_KEYSYM events are sent after the treatment of non-unicode keysyms.
52 notifier_call_chain(KBD_POST_KEYSYM,&params);
/openbmc/linux/include/linux/
H A Dnotifier.h238 #define KBD_POST_KEYSYM 0x0005 /* Called after keyboard keysym interpretation */ macro
/openbmc/linux/drivers/accessibility/braille/
H A Dbraille_console.c224 case KBD_POST_KEYSYM: in keyboard_notifier_call()
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c1527 atomic_notifier_call_chain(&keyboard_notifier_list, KBD_POST_KEYSYM, &param); in kbd_keycode()
/openbmc/linux/drivers/accessibility/speakup/
H A Dmain.c2269 case KBD_POST_KEYSYM:{ in keyboard_notifier_call()