tt_stat           963 drivers/input/touchscreen/cyttsp4_core.c 	u8 tt_stat;
tt_stat           980 drivers/input/touchscreen/cyttsp4_core.c 	tt_stat = si->xy_mode[si->si_ofs.tt_stat_ofs];
tt_stat           983 drivers/input/touchscreen/cyttsp4_core.c 		"rep_stat=", rep_stat, "tt_stat=", tt_stat);
tt_stat           985 drivers/input/touchscreen/cyttsp4_core.c 	num_cur_tch = GET_NUM_TOUCHES(tt_stat);
tt_stat          1017 drivers/input/touchscreen/cyttsp4_core.c 	if (IS_LARGE_AREA(tt_stat))
tt_stat           302 drivers/input/touchscreen/cyttsp_core.c 	int num_tch = GET_NUM_TOUCHES(xy_data->tt_stat);
tt_stat           308 drivers/input/touchscreen/cyttsp_core.c 	if (IS_LARGE_AREA(xy_data->tt_stat) == 1) {
tt_stat            38 drivers/input/touchscreen/cyttsp_core.h 	u8 tt_stat;