Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dexc3000.c69 struct exc3000_data { struct
70 struct i2c_client *client;
71 const struct eeti_dev_info *info;
72 struct input_dev *input;
73 struct touchscreen_properties prop;
74 struct gpio_desc *reset;
75 struct timer_list timer;
76 u8 buf[2 * EXC3000_LEN_FRAME];
77 struct completion wait_event;
78 struct mutex query_lock;
[all …]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
Dexc3000.c73 struct exc3000_data { struct
74 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