Home
last modified time | relevance | path

Searched refs:tt_stat (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dcyttsp_core.h38 u8 tt_stat; member
H A 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()
H A Dcyttsp4_core.c962 u8 tt_stat; in cyttsp4_xy_worker() local
979 tt_stat = si->xy_mode[si->si_ofs.tt_stat_ofs]; in cyttsp4_xy_worker()
982 "rep_stat=", rep_stat, "tt_stat=", tt_stat); in cyttsp4_xy_worker()
984 num_cur_tch = GET_NUM_TOUCHES(tt_stat); in cyttsp4_xy_worker()
1016 if (IS_LARGE_AREA(tt_stat)) in cyttsp4_xy_worker()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dcyttsp_core.h38 u8 tt_stat; member
H A Dcyttsp_core.c319 int num_tch = GET_NUM_TOUCHES(xy_data->tt_stat); in cyttsp_report_tchdata()
325 if (IS_LARGE_AREA(xy_data->tt_stat) == 1) { in cyttsp_report_tchdata()
H A Dcyttsp4_core.c976 u8 tt_stat; in cyttsp4_xy_worker() local
993 tt_stat = si->xy_mode[si->si_ofs.tt_stat_ofs]; in cyttsp4_xy_worker()
996 "rep_stat=", rep_stat, "tt_stat=", tt_stat); in cyttsp4_xy_worker()
998 num_cur_tch = GET_NUM_TOUCHES(tt_stat); in cyttsp4_xy_worker()
1030 if (IS_LARGE_AREA(tt_stat)) in cyttsp4_xy_worker()

Completed in 10 milliseconds