Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
atkbd Struct Reference

Public Member Functions

 DECLARE_BITMAP (force_release_mask, ATKBD_KEYMAP_SIZE)
 

Data Fields

struct ps2dev ps2dev
 
struct input_dev * dev
 
char name [64]
 
char phys [32]
 
unsigned short id
 
unsigned short keycode [ATKBD_KEYMAP_SIZE]
 
unsigned char set
 
bool translated
 
bool extra
 
bool write
 
bool softrepeat
 
bool softraw
 
bool scroll
 
bool enabled
 
unsigned char emul
 
bool resend
 
bool release
 
unsigned long xl_bit
 
unsigned int last
 
unsigned long time
 
unsigned long err_count
 
struct delayed_work event_work
 
unsigned long event_jiffies
 
unsigned long event_mask
 
struct mutex mutex
 

Detailed Description

Definition at line 201 of file atkbd.c.

Member Function Documentation

DECLARE_BITMAP ( force_release_mask  ,
ATKBD_KEYMAP_SIZE   
)

Field Documentation

struct input_dev* dev

Definition at line 204 of file atkbd.c.

unsigned char emul

Definition at line 223 of file atkbd.c.

bool enabled

Definition at line 220 of file atkbd.c.

unsigned long err_count

Definition at line 229 of file atkbd.c.

unsigned long event_jiffies

Definition at line 232 of file atkbd.c.

unsigned long event_mask

Definition at line 233 of file atkbd.c.

struct delayed_work event_work

Definition at line 231 of file atkbd.c.

bool extra

Definition at line 215 of file atkbd.c.

unsigned short id

Definition at line 210 of file atkbd.c.

unsigned short keycode[ATKBD_KEYMAP_SIZE]

Definition at line 211 of file atkbd.c.

unsigned int last

Definition at line 227 of file atkbd.c.

Definition at line 236 of file atkbd.c.

char name[64]

Definition at line 207 of file atkbd.c.

char phys[32]

Definition at line 208 of file atkbd.c.

Definition at line 203 of file atkbd.c.

bool release

Definition at line 225 of file atkbd.c.

bool resend

Definition at line 224 of file atkbd.c.

bool scroll

Definition at line 219 of file atkbd.c.

unsigned char set

Definition at line 213 of file atkbd.c.

bool softraw

Definition at line 218 of file atkbd.c.

bool softrepeat

Definition at line 217 of file atkbd.c.

unsigned long time

Definition at line 228 of file atkbd.c.

bool translated

Definition at line 214 of file atkbd.c.

bool write

Definition at line 216 of file atkbd.c.

unsigned long xl_bit

Definition at line 226 of file atkbd.c.


The documentation for this struct was generated from the following file: