Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dili210x.c46 int (*get_touch_data)(struct i2c_client *client, u8 *data); member
127 .get_touch_data = ili210x_read_touch_data,
188 .get_touch_data = ili211x_read_touch_data,
219 .get_touch_data = ili210x_read_touch_data,
295 .get_touch_data = ili251x_read_touch_data,
342 error = chip->get_touch_data(client, touchdata); in ili210x_process_events()