Home
last modified time | relevance | path

Searched defs:keyboard_notifier_param (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/
Dkeyboard.h10 struct keyboard_notifier_param { struct
11 struct vc_data *vc; /* VC on which the keyboard press was done */
12 int down; /* Pressure of the key? */
13 int shift; /* Current shift mask */
14 int ledstate; /* Current led state */
15 unsigned int value; /* keycode, unicode value or keysym */