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

Data Fields

unsigned int head
 
unsigned int tail
 
unsigned int packet_head
 
spinlock_t buffer_lock
 
struct fasync_structfasync
 
struct evdevevdev
 
struct list_head node
 
int clkid
 
unsigned int bufsize
 
struct input_event buffer []
 

Detailed Description

Definition at line 42 of file evdev.c.

Field Documentation

Definition at line 52 of file evdev.c.

spinlock_t buffer_lock

Definition at line 46 of file evdev.c.

unsigned int bufsize

Definition at line 51 of file evdev.c.

int clkid

Definition at line 50 of file evdev.c.

Definition at line 48 of file evdev.c.

Definition at line 47 of file evdev.c.

unsigned int head

Definition at line 43 of file evdev.c.

Definition at line 49 of file evdev.c.

unsigned int packet_head

Definition at line 45 of file evdev.c.

unsigned int tail

Definition at line 44 of file evdev.c.


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