Home
last modified time | relevance | path

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

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