Searched defs:mxt_data (Results 1 – 1 of 1) sorted by relevance
294 struct mxt_data { struct295 struct i2c_client *client;296 struct input_dev *input_dev;297 char phys[64]; /* device physical location */298 struct mxt_object *object_table;299 struct mxt_info *info;300 void *raw_info_block;301 unsigned int irq;302 unsigned int max_x;303 unsigned int max_y;[all …]