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

/linux-master/drivers/input/touchscreen/
H A Dili210x.c47 int (*get_touch_data)(struct i2c_client *client, u8 *data); member in struct:ili2xxx_chip
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);

Completed in 202 milliseconds