Home
last modified time | relevance | path

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

/bsp/mini2440/drivers/
A Dtouch.c93 rt_touch_calibration_func_t calibration_func; member
131 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in report_touch_input()
176 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in report_touch_input()
179 touch->calibration_func(emouse.x, emouse.y); in report_touch_input()
202 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in report_touch_input()
246 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in report_touch_input()
249 touch->calibration_func(touch_event.x, touch_event.y); in report_touch_input()
414 touch->calibration_func = (rt_touch_calibration_func_t)args; in rtgui_touch_control()
/bsp/loongson/ls1cdev/drivers/
A Dtouch.c124 rt_touch_calibration_func_t calibration_func;/* 触摸函数 函数指针 */ member
381 touch->calibration_func = (rt_touch_calibration_func_t)args; in rtgui_touch_control()
449 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in touch_thread_entry()
453 touch->calibration_func(emouse.x, emouse.y); in touch_thread_entry()

Completed in 5 milliseconds