Linux Kernel
3.7.1
|
#include <hid-picolcd.h>
Data Fields | |
struct hid_device * | hdev |
u8 | version [2] |
unsigned short | opmode_delay |
u8 | pressed_keys [2] |
struct input_dev * | input_keys |
unsigned short | keycode [PICOLCD_KEYS] |
spinlock_t | lock |
struct mutex | mutex |
struct picolcd_pending * | pending |
int | status |
Definition at line 74 of file hid-picolcd.h.
struct hid_device* hdev |
Definition at line 75 of file hid-picolcd.h.
struct input_dev* input_keys |
Definition at line 87 of file hid-picolcd.h.
unsigned short keycode[PICOLCD_KEYS] |
Definition at line 91 of file hid-picolcd.h.
spinlock_t lock |
Definition at line 113 of file hid-picolcd.h.
Definition at line 114 of file hid-picolcd.h.
unsigned short opmode_delay |
Definition at line 84 of file hid-picolcd.h.
struct picolcd_pending* pending |
Definition at line 115 of file hid-picolcd.h.
u8 pressed_keys[2] |
Definition at line 86 of file hid-picolcd.h.
Definition at line 116 of file hid-picolcd.h.
u8 version[2] |
Definition at line 83 of file hid-picolcd.h.