Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/input/
Dnotifier.rst16 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym.
36 notifier_call_chain(KBD_UNBOUND_KEYCODE,&params);
/Linux-v6.6/include/linux/
Dnotifier.h235 #define KBD_UNBOUND_KEYCODE 0x0002 /* Keyboard keycode which is not bound to any other */ macro
/Linux-v6.6/drivers/accessibility/braille/
Dbraille_console.c250 case KBD_UNBOUND_KEYCODE: in keyboard_notifier_call()
/Linux-v6.6/drivers/tty/vt/
Dkeyboard.c1479 KBD_UNBOUND_KEYCODE, &param); in kbd_keycode()
/Linux-v6.6/drivers/accessibility/speakup/
Dmain.c2257 case KBD_UNBOUND_KEYCODE: in keyboard_notifier_call()