Searched defs:mxt_data (Results 1 – 1 of 1) sorted by relevance
285 struct mxt_data { struct286 struct i2c_client *client;287 struct input_dev *input_dev;288 char phys[64]; /* device physical location */289 struct mxt_object *object_table;290 struct mxt_info *info;291 void *raw_info_block;292 unsigned int irq;293 unsigned int max_x;294 unsigned int max_y;[all …]