Home
last modified time | relevance | path

Searched refs:get_touch_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/input/touchscreen/
Dili210x.c47 int (*get_touch_data)(struct i2c_client *client, u8 *data); member
128 .get_touch_data = ili210x_read_touch_data,
189 .get_touch_data = ili211x_read_touch_data,
220 .get_touch_data = ili210x_read_touch_data,
296 .get_touch_data = ili251x_read_touch_data,
344 error = chip->get_touch_data(client, touchdata); in ili210x_irq()