Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/input/
Dnotifier.txt12 - KBD_KEYCODE events are always sent before other events, value is the keycode.
31 if (notifier_call_chain(KBD_KEYCODE,&params) == NOTIFY_STOP)
/linux-4.4.14/include/linux/
Dnotifier.h206 #define KBD_KEYCODE 0x0001 /* Keyboard keycode, called before any other */ macro
/linux-4.4.14/drivers/accessibility/braille/
Dbraille_console.c167 case KBD_KEYCODE: in keyboard_notifier_call()
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c1409 KBD_KEYCODE, &param); in kbd_keycode()
/linux-4.4.14/drivers/staging/speakup/
Dmain.c2187 case KBD_KEYCODE: in keyboard_notifier_call()