Linux Kernel
3.7.1
|
Data Fields | |
unsigned int | minor |
int | report_size |
int | open |
int | exist |
wait_queue_head_t | wait |
struct device * | dev |
struct hid_device * | hid |
struct list_head | readers |
struct mutex | readers_lock |
struct roccat_report | cbuf [ROCCAT_CBUF_SIZE] |
int | cbuf_end |
struct mutex | cbuf_lock |
Definition at line 42 of file hid-roccat.c.
Definition at line 58 of file hid-roccat.c.
int cbuf_end |
Definition at line 59 of file hid-roccat.c.
Definition at line 60 of file hid-roccat.c.
Definition at line 48 of file hid-roccat.c.
int exist |
Definition at line 46 of file hid-roccat.c.
struct hid_device* hid |
Definition at line 49 of file hid-roccat.c.
unsigned int minor |
Definition at line 43 of file hid-roccat.c.
int open |
Definition at line 45 of file hid-roccat.c.
Definition at line 50 of file hid-roccat.c.
Definition at line 52 of file hid-roccat.c.
int report_size |
Definition at line 44 of file hid-roccat.c.
wait_queue_head_t wait |
Definition at line 47 of file hid-roccat.c.