Home
last modified time | relevance | path

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

/bsp/mini2440/drivers/
A Dtouch.c92 rt_bool_t calibrating; 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()
187 if (touch->calibrating != RT_TRUE) in report_touch_input()
202 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in report_touch_input()
234 if (touch->calibrating != RT_TRUE && touch->eventpost_func) in report_touch_input()
246 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in report_touch_input()
252 if (touch->calibrating != RT_TRUE && touch->eventpost_func) in report_touch_input()
413 touch->calibrating = RT_TRUE; in rtgui_touch_control()
418 touch->calibrating = RT_FALSE; in rtgui_touch_control()
[all …]
/bsp/loongson/ls1cdev/drivers/
A Dtouch.c123 rt_bool_t calibrating; /* 触摸校准标志 */ member
289 if (touch->calibrating != RT_TRUE) in rtgui_touch_calculate()
380 touch->calibrating = RT_TRUE; in rtgui_touch_control()
385 touch->calibrating = RT_FALSE; in rtgui_touch_control()
449 if ((touch->calibrating == RT_TRUE) && (touch->calibration_func != RT_NULL)) in touch_thread_entry()
498 if (touch->calibrating != RT_TRUE) in touch_thread_entry()
572 touch->calibrating = false; in rtgui_touch_hw_init()

Completed in 6 milliseconds