Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/input/
Dnotifier.rst15 - KBD_KEYCODE events are always sent before other events, value is the keycode.
34 if (notifier_call_chain(KBD_KEYCODE,&params) == NOTIFY_STOP)
/Linux-v6.6/include/linux/
Dnotifier.h234 #define KBD_KEYCODE 0x0001 /* Keyboard keycode, called before any other */ macro
/Linux-v6.6/drivers/accessibility/braille/
Dbraille_console.c153 case KBD_KEYCODE: in keyboard_notifier_call()
/Linux-v6.6/drivers/tty/vt/
Dkeyboard.c1476 KBD_KEYCODE, &param); in kbd_keycode()
/Linux-v6.6/drivers/accessibility/speakup/
Dmain.c2253 case KBD_KEYCODE: in keyboard_notifier_call()