Linux Kernel
3.7.1
|
#include <cyttsp_core.h>
Data Fields | |
struct device * | dev |
int | irq |
struct input_dev * | input |
char | phys [32] |
struct cyttsp_platform_data * | pdata |
struct cyttsp_bus_ops * | bus_ops |
struct cyttsp_bootloader_data | bl_data |
struct cyttsp_sysinfo_data | sysinfo_data |
struct cyttsp_xydata | xy_data |
struct completion | bl_ready |
enum cyttsp_state | state |
bool | suspended |
u8 xfer_buf[] | ____cacheline_aligned |
Definition at line 126 of file cyttsp_core.h.
u8 xfer_buf [] ____cacheline_aligned |
Definition at line 140 of file cyttsp_core.h.
struct cyttsp_bootloader_data bl_data |
Definition at line 133 of file cyttsp_core.h.
struct completion bl_ready |
Definition at line 136 of file cyttsp_core.h.
struct cyttsp_bus_ops* bus_ops |
Definition at line 132 of file cyttsp_core.h.
Definition at line 127 of file cyttsp_core.h.
struct input_dev* input |
Definition at line 129 of file cyttsp_core.h.
int irq |
Definition at line 128 of file cyttsp_core.h.
struct cyttsp_platform_data* pdata |
Definition at line 131 of file cyttsp_core.h.
char phys[32] |
Definition at line 130 of file cyttsp_core.h.
enum cyttsp_state state |
Definition at line 137 of file cyttsp_core.h.
bool suspended |
Definition at line 138 of file cyttsp_core.h.
struct cyttsp_sysinfo_data sysinfo_data |
Definition at line 134 of file cyttsp_core.h.
struct cyttsp_xydata xy_data |
Definition at line 135 of file cyttsp_core.h.