Lines Matching defs:mxt_data
209 struct mxt_data { struct
210 struct i2c_client *client;
211 struct input_dev *input_dev;
212 char phys[64]; /* device physical location */
213 const struct mxt_platform_data *pdata;
214 struct mxt_object *object_table;
215 struct mxt_info info;
216 unsigned int irq;
217 unsigned int max_x;
218 unsigned int max_y;
219 bool in_bootloader;
220 u16 mem_size;
221 u8 t100_aux_ampl;
222 u8 t100_aux_area;
223 u8 t100_aux_vect;
224 u8 max_reportid;
225 u32 config_crc;
226 u32 info_crc;
227 u8 bootloader_addr;
228 u8 *msg_buf;
229 u8 t6_status;
230 bool update_input;
231 u8 last_message_count;
232 u8 num_touchids;
233 u8 multitouch;
234 struct t7_config t7_cfg;
237 u16 T5_address;
238 u8 T5_msg_size;
239 u8 T6_reportid;
240 u16 T6_address;
241 u16 T7_address;
242 u8 T9_reportid_min;
243 u8 T9_reportid_max;
244 u8 T19_reportid;
245 u16 T44_address;
246 u8 T100_reportid_min;
247 u8 T100_reportid_max;
250 struct completion bl_completion;
253 struct completion reset_completion;
256 struct completion crc_completion;