Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/input/
H A Dnotifier.rst14 - KBD_KEYCODE events are always sent before other events, value is the keycode.
33 if (notifier_call_chain(KBD_KEYCODE,&params) == NOTIFY_STOP)
/OK3568_Linux_fs/kernel/include/linux/
H A Dnotifier.h227 #define KBD_KEYCODE 0x0001 /* Keyboard keycode, called before any other */ macro
/OK3568_Linux_fs/kernel/drivers/accessibility/braille/
H A Dbraille_console.c154 case KBD_KEYCODE: in keyboard_notifier_call()
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dkeyboard.c1441 KBD_KEYCODE, &param); in kbd_keycode()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dmain.c2241 case KBD_KEYCODE: in keyboard_notifier_call()