Lines Matching defs:mxt_data
269 struct mxt_data { struct
270 struct i2c_client *client;
271 struct input_dev *input_dev;
272 char phys[64]; /* device physical location */
273 const struct mxt_platform_data *pdata;
274 struct mxt_object *object_table;
275 struct mxt_info info;
276 unsigned int irq;
277 unsigned int max_x;
278 unsigned int max_y;
279 bool in_bootloader;
280 u16 mem_size;
281 u8 t100_aux_ampl;
282 u8 t100_aux_area;
283 u8 t100_aux_vect;
284 u8 max_reportid;
285 u32 config_crc;
286 u32 info_crc;
287 u8 bootloader_addr;
288 u8 *msg_buf;
289 u8 t6_status;
290 bool update_input;
291 u8 last_message_count;
292 u8 num_touchids;
293 u8 multitouch;
296 u16 T5_address;
297 u8 T5_msg_size;
298 u8 T6_reportid;
299 u16 T6_address;
300 u16 T7_address;
301 u8 T9_reportid_min;
302 u8 T9_reportid_max;
303 u8 T19_reportid;
304 u16 T44_address;
305 u8 T100_reportid_min;
306 u8 T100_reportid_max;
309 struct completion bl_completion;
312 struct completion reset_completion;
315 struct completion crc_completion;