Home
last modified time | relevance | path

Searched defs:mxt_data (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/input/touchscreen/
Datmel_mxt_ts.c284 struct mxt_data { struct
285 struct i2c_client *client;
286 struct input_dev *input_dev;
287 char phys[64]; /* device physical location */
288 struct mxt_object *object_table;
289 struct mxt_info *info;
290 void *raw_info_block;
291 unsigned int irq;
292 unsigned int max_x;
293 unsigned int max_y;
[all …]