Searched defs:exc3000_data (Results 1 – 1 of 1) sorted by relevance
73 struct exc3000_data { struct74 struct i2c_client *client;75 const struct eeti_dev_info *info;76 struct input_dev *input;77 struct touchscreen_properties prop;78 struct gpio_desc *reset;79 struct timer_list timer;103 struct exc3000_data *data = from_timer(data, t, timer); in exc3000_timer() argument