Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/input/touchscreen/
Dexc3000.c71 struct exc3000_data { struct
72 struct i2c_client *client;
73 const struct eeti_dev_info *info;
74 struct input_dev *input;
75 struct touchscreen_properties prop;
76 struct gpio_desc *reset;
77 struct timer_list timer;
101 struct exc3000_data *data = from_timer(data, t, timer); in exc3000_timer() argument