Searched defs:mxt_data (Results 1 – 1 of 1) sorted by relevance
278 struct mxt_data { struct279 struct i2c_client *client;280 struct input_dev *input_dev;281 char phys[64]; /* device physical location */282 struct mxt_object *object_table;283 struct mxt_info *info;284 void *raw_info_block;285 unsigned int irq;286 unsigned int max_x;287 unsigned int max_y;[all …]