Linux Kernel
3.7.1
|
#include <hid-wiimote.h>
Data Fields | |
struct hid_device * | hdev |
struct input_dev * | input |
struct led_classdev * | leds [4] |
struct input_dev * | accel |
struct input_dev * | ir |
struct power_supply | battery |
struct wiimote_ext * | ext |
struct wiimote_debug * | debug |
spinlock_t | qlock |
__u8 | head |
__u8 | tail |
struct wiimote_buf | outq [WIIMOTE_BUFSIZE] |
struct work_struct | worker |
struct wiimote_state | state |
Definition at line 70 of file hid-wiimote.h.
struct input_dev* accel |
Definition at line 74 of file hid-wiimote.h.
struct power_supply battery |
Definition at line 76 of file hid-wiimote.h.
struct wiimote_debug* debug |
Definition at line 78 of file hid-wiimote.h.
struct wiimote_ext* ext |
Definition at line 77 of file hid-wiimote.h.
struct hid_device* hdev |
Definition at line 71 of file hid-wiimote.h.
Definition at line 81 of file hid-wiimote.h.
struct input_dev* input |
Definition at line 72 of file hid-wiimote.h.
struct input_dev* ir |
Definition at line 75 of file hid-wiimote.h.
struct led_classdev* leds[4] |
Definition at line 73 of file hid-wiimote.h.
struct wiimote_buf outq[WIIMOTE_BUFSIZE] |
Definition at line 83 of file hid-wiimote.h.
spinlock_t qlock |
Definition at line 80 of file hid-wiimote.h.
Definition at line 86 of file hid-wiimote.h.
__u8 tail |
Definition at line 82 of file hid-wiimote.h.
Definition at line 84 of file hid-wiimote.h.