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