temp_high_orig    261 drivers/input/touchscreen/tsc200x-core.c 	unsigned int temp_high_orig;
temp_high_orig    273 drivers/input/touchscreen/tsc200x-core.c 	error = regmap_read(ts->regmap, TSC200X_REG_TEMP_HIGH, &temp_high_orig);
temp_high_orig    280 drivers/input/touchscreen/tsc200x-core.c 	temp_high_test = (temp_high_orig - 1) & MAX_12BIT;
temp_high_orig    318 drivers/input/touchscreen/tsc200x-core.c 	if (temp_high != temp_high_orig) {
temp_high_orig    320 drivers/input/touchscreen/tsc200x-core.c 			 temp_high, temp_high_orig);