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

/linux-master/drivers/input/touchscreen/
H A Dtsc200x-core.c262 unsigned int temp_high_orig; local
274 error = regmap_read(ts->regmap, TSC200X_REG_TEMP_HIGH, &temp_high_orig);
281 temp_high_test = (temp_high_orig - 1) & MAX_12BIT;
319 if (temp_high != temp_high_orig) {
321 temp_high, temp_high_orig);

Completed in 102 milliseconds