Application context. More...

Data Fields | |
| struct workqueue_task | task |
| Task used for this application. | |
| struct workqueue_task * | completed_task |
| Task to schedule when done. | |
| struct touch_calibration_matrix | cal_matrix |
| Calibration matrix to compute. | |
| touch_event_handler_t | old_handler |
| Touch event handler to restore when done. | |
| touch_calibration_points_t | cal_points |
| Calibration points to sample. | |
| struct touch_event | event |
| Previous touch event. | |
| uint8_t | state |
| State of the calibration. | |
Application context.
Definition at line 80 of file app_calibrate.c.
Calibration matrix to compute.
Definition at line 86 of file app_calibrate.c.
Referenced by touch_calibrate_task_handler().
Calibration points to sample.
Definition at line 90 of file app_calibrate.c.
Referenced by touch_calibrate_task_handler().
Task to schedule when done.
Definition at line 84 of file app_calibrate.c.
Referenced by touch_calibrate_task_handler().
Previous touch event.
Definition at line 92 of file app_calibrate.c.
Referenced by touch_calibrate_event_handler(), and touch_calibrate_task_handler().
Touch event handler to restore when done.
Definition at line 88 of file app_calibrate.c.
Referenced by touch_calibrate_task_handler().
State of the calibration.
Definition at line 94 of file app_calibrate.c.
Referenced by touch_calibrate_task_handler().
Task used for this application.
Definition at line 82 of file app_calibrate.c.
Referenced by touch_calibrate_task_handler().
1.6.3