Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/input/
Dnotifier.txt13 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym.
33 notifier_call_chain(KBD_UNBOUND_KEYCODE,&params);
/linux-4.4.14/include/linux/
Dnotifier.h207 #define KBD_UNBOUND_KEYCODE 0x0002 /* Keyboard keycode which is not bound to any other */ macro
/linux-4.4.14/drivers/accessibility/braille/
Dbraille_console.c262 case KBD_UNBOUND_KEYCODE: in keyboard_notifier_call()
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c1412 KBD_UNBOUND_KEYCODE, &param); in kbd_keycode()
/linux-4.4.14/drivers/staging/speakup/
Dmain.c2191 case KBD_UNBOUND_KEYCODE: in keyboard_notifier_call()