Searched refs:read_point (Results 1 – 10 of 10) sorted by relevance
36 rt_err_t (* read_point)(touch_msg_t); member
37 rt_err_t (* read_point)(touch_msg_t); member
121 while(touch->ops->read_point(&msg) == RT_EOK) in touch_thread_entry()
35 rt_err_t (*read_point)(touch_message_t); member
219 .read_point = gt9xx_read_point,
175 if (current_driver->ops->read_point(&msg) != RT_EOK) in touch_run()
23 rt_err_t (*read_point)(struct rt_touch_data *touch_data, rt_size_t touch_num); member
230 .read_point = gt9xx_read_point,
162 current_driver->ops->read_point(data, touch_num); in touch_readpoint()
108 while(touch->ops->read_point(&msg) == RT_EOK) in touch_thread_entry()
Completed in 13 milliseconds