Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/include/linux/
Dnotifier.h235 #define KBD_UNBOUND_KEYCODE 0x0002 /* Keyboard keycode which is not bound to any other */ macro
/linux-6.6.21/drivers/accessibility/braille/
Dbraille_console.c250 case KBD_UNBOUND_KEYCODE: in keyboard_notifier_call()
/linux-6.6.21/drivers/tty/vt/
Dkeyboard.c1479 KBD_UNBOUND_KEYCODE, &param); in kbd_keycode()
/linux-6.6.21/drivers/accessibility/speakup/
Dmain.c2257 case KBD_UNBOUND_KEYCODE: in keyboard_notifier_call()