Home
last modified time | relevance | path

Searched refs:tt_stat (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dcyttsp_core.h52 u8 tt_stat; member
Dcyttsp_core.c302 int num_tch = GET_NUM_TOUCHES(xy_data->tt_stat); in cyttsp_report_tchdata()
308 if (IS_LARGE_AREA(xy_data->tt_stat) == 1) { in cyttsp_report_tchdata()
Dcyttsp4_core.c945 u8 tt_stat; in cyttsp4_xy_worker() local
962 tt_stat = si->xy_mode[si->si_ofs.tt_stat_ofs]; in cyttsp4_xy_worker()
965 "rep_stat=", rep_stat, "tt_stat=", tt_stat); in cyttsp4_xy_worker()
967 num_cur_tch = GET_NUM_TOUCHES(tt_stat); in cyttsp4_xy_worker()
999 if (IS_LARGE_AREA(tt_stat)) in cyttsp4_xy_worker()