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

Data Fields

int open
 
struct input_handle handle
 
wait_queue_head_t wait
 
struct list_head client_list
 
spinlock_t client_lock
 
struct mutex mutex
 
struct device dev
 
struct cdev cdev
 
bool exist
 
struct js_corr corr [ABS_CNT]
 
struct JS_DATA_SAVE_TYPE glue
 
int nabs
 
int nkey
 
__u16 keymap [KEY_MAX-BTN_MISC+1]
 
__u16 keypam [KEY_MAX-BTN_MISC+1]
 
__u8 absmap [ABS_CNT]
 
__u8 abspam [ABS_CNT]
 
__s16 abs [ABS_CNT]
 

Detailed Description

Definition at line 41 of file joydev.c.

Field Documentation

__s16 abs[ABS_CNT]

Definition at line 60 of file joydev.c.

__u8 absmap[ABS_CNT]

Definition at line 58 of file joydev.c.

__u8 abspam[ABS_CNT]

Definition at line 59 of file joydev.c.

Definition at line 49 of file joydev.c.

struct list_head client_list

Definition at line 45 of file joydev.c.

spinlock_t client_lock

Definition at line 46 of file joydev.c.

Definition at line 52 of file joydev.c.

Definition at line 48 of file joydev.c.

bool exist

Definition at line 50 of file joydev.c.

struct JS_DATA_SAVE_TYPE glue

Definition at line 53 of file joydev.c.

struct input_handle handle

Definition at line 43 of file joydev.c.

__u16 keymap[KEY_MAX-BTN_MISC+1]

Definition at line 56 of file joydev.c.

__u16 keypam[KEY_MAX-BTN_MISC+1]

Definition at line 57 of file joydev.c.

Definition at line 47 of file joydev.c.

int nabs

Definition at line 54 of file joydev.c.

int nkey

Definition at line 55 of file joydev.c.

int open

Definition at line 42 of file joydev.c.

Definition at line 44 of file joydev.c.


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