temp_high_test    262 drivers/input/touchscreen/tsc200x-core.c 	unsigned int temp_high_test;
temp_high_test    280 drivers/input/touchscreen/tsc200x-core.c 	temp_high_test = (temp_high_orig - 1) & MAX_12BIT;
temp_high_test    282 drivers/input/touchscreen/tsc200x-core.c 	error = regmap_write(ts->regmap, TSC200X_REG_TEMP_HIGH, temp_high_test);
temp_high_test    297 drivers/input/touchscreen/tsc200x-core.c 	if (temp_high != temp_high_test) {
temp_high_test    299 drivers/input/touchscreen/tsc200x-core.c 			 temp_high, temp_high_test);