Linux Kernel
3.7.1
|
#include <hid-wiimote.h>
Data Fields | |
spinlock_t | lock |
__u8 | flags |
__u8 | accel_split [2] |
__u8 | drm |
struct mutex | sync |
struct completion | ready |
int | cmd |
__u32 | opt |
__u8 | cmd_battery |
__u8 | cmd_err |
__u8 * | cmd_read_buf |
__u8 | cmd_read_size |
Definition at line 51 of file hid-wiimote.h.
__u8 accel_split[2] |
Definition at line 54 of file hid-wiimote.h.
Definition at line 60 of file hid-wiimote.h.
__u8 cmd_battery |
Definition at line 64 of file hid-wiimote.h.
__u8 cmd_err |
Definition at line 65 of file hid-wiimote.h.
__u8* cmd_read_buf |
Definition at line 66 of file hid-wiimote.h.
__u8 cmd_read_size |
Definition at line 67 of file hid-wiimote.h.
__u8 drm |
Definition at line 55 of file hid-wiimote.h.
__u8 flags |
Definition at line 53 of file hid-wiimote.h.
spinlock_t lock |
Definition at line 52 of file hid-wiimote.h.
__u32 opt |
Definition at line 61 of file hid-wiimote.h.
struct completion ready |
Definition at line 59 of file hid-wiimote.h.
Definition at line 58 of file hid-wiimote.h.