Home
last modified time | relevance | path

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

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