Linux Kernel
3.7.1
|
#include <hid-picolcd.h>
Data Fields | |
struct hid_report * | out_report |
struct hid_report * | in_report |
struct completion | ready |
int | raw_size |
u8 | raw_data [64] |
Definition at line 62 of file hid-picolcd.h.
struct hid_report* in_report |
Definition at line 64 of file hid-picolcd.h.
struct hid_report* out_report |
Definition at line 63 of file hid-picolcd.h.
u8 raw_data[64] |
Definition at line 67 of file hid-picolcd.h.
int raw_size |
Definition at line 66 of file hid-picolcd.h.
struct completion ready |
Definition at line 65 of file hid-picolcd.h.