Lines Matching defs:elants_data
117 struct elants_data { struct
118 struct i2c_client *client;
119 struct input_dev *input;
121 u16 fw_version;
122 u8 test_version;
123 u8 solution_version;
124 u8 bc_version;
125 u8 iap_version;
126 u16 hw_version;
127 unsigned int x_res; /* resolution in units/mm */
128 unsigned int y_res;
129 unsigned int x_max;
130 unsigned int y_max;
132 enum elants_state state;
133 enum elants_iap_mode iap_mode;
136 struct mutex sysfs_mutex;
138 u8 cmd_resp[HEADER_SIZE];
139 struct completion cmd_done;
141 u8 buf[MAX_PACKET_SIZE];
143 bool wake_irq_enabled;