Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/input/
H A Dnotifier.rst15 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym.
35 notifier_call_chain(KBD_UNBOUND_KEYCODE,&params);
/OK3568_Linux_fs/kernel/include/linux/
H A Dnotifier.h228 #define KBD_UNBOUND_KEYCODE 0x0002 /* Keyboard keycode which is not bound to any other */ macro
/OK3568_Linux_fs/kernel/drivers/accessibility/braille/
H A Dbraille_console.c249 case KBD_UNBOUND_KEYCODE: in keyboard_notifier_call()
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dkeyboard.c1444 KBD_UNBOUND_KEYCODE, &param); in kbd_keycode()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dmain.c2245 case KBD_UNBOUND_KEYCODE: in keyboard_notifier_call()