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

Data Fields

int open
 
struct input_handle handle
 
wait_queue_head_t wait
 
struct evdev_client __rcugrab
 
struct list_head client_list
 
spinlock_t client_lock
 
struct mutex mutex
 
struct device dev
 
struct cdev cdev
 
bool exist
 

Detailed Description

Definition at line 29 of file evdev.c.

Field Documentation

Definition at line 38 of file evdev.c.

struct list_head client_list

Definition at line 34 of file evdev.c.

spinlock_t client_lock

Definition at line 35 of file evdev.c.

Definition at line 37 of file evdev.c.

bool exist

Definition at line 39 of file evdev.c.

Definition at line 33 of file evdev.c.

struct input_handle handle

Definition at line 31 of file evdev.c.

Definition at line 36 of file evdev.c.

int open

Definition at line 30 of file evdev.c.

Definition at line 32 of file evdev.c.


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