Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dkeyboard.h32 struct keyboard_notifier_param { struct
33 struct vc_data *vc; /* VC on which the keyboard press was done */
34 int down; /* Pressure of the key? */
35 int shift; /* Current shift mask */
36 int ledstate; /* Current led state */
37 unsigned int value; /* keycode, unicode value or keysym */