Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dtsc200x-core.c261 unsigned int temp_high_orig; in tsc200x_selftest_show() local
273 error = regmap_read(ts->regmap, TSC200X_REG_TEMP_HIGH, &temp_high_orig); in tsc200x_selftest_show()
280 temp_high_test = (temp_high_orig - 1) & MAX_12BIT; in tsc200x_selftest_show()
318 if (temp_high != temp_high_orig) { in tsc200x_selftest_show()
320 temp_high, temp_high_orig); in tsc200x_selftest_show()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dtsc200x-core.c262 unsigned int temp_high_orig; in tsc200x_selftest_show() local
274 error = regmap_read(ts->regmap, TSC200X_REG_TEMP_HIGH, &temp_high_orig); in tsc200x_selftest_show()
281 temp_high_test = (temp_high_orig - 1) & MAX_12BIT; in tsc200x_selftest_show()
319 if (temp_high != temp_high_orig) { in tsc200x_selftest_show()
321 temp_high, temp_high_orig); in tsc200x_selftest_show()

Completed in 2 milliseconds