Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
serio_raw Struct Reference

Data Fields

unsigned char queue [SERIO_RAW_QUEUE_LEN]
 
unsigned int tail
 
unsigned int head
 
char name [16]
 
struct kref kref
 
struct serioserio
 
struct miscdevice dev
 
wait_queue_head_t wait
 
struct list_head client_list
 
struct list_head node
 
bool dead
 

Detailed Description

Definition at line 32 of file serio_raw.c.

Field Documentation

struct list_head client_list

Definition at line 41 of file serio_raw.c.

bool dead

Definition at line 43 of file serio_raw.c.

Definition at line 39 of file serio_raw.c.

unsigned int head

Definition at line 34 of file serio_raw.c.

Definition at line 37 of file serio_raw.c.

char name[16]

Definition at line 36 of file serio_raw.c.

Definition at line 42 of file serio_raw.c.

Definition at line 33 of file serio_raw.c.

Definition at line 38 of file serio_raw.c.

unsigned int tail

Definition at line 34 of file serio_raw.c.

Definition at line 40 of file serio_raw.c.


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