Searched refs:tsc2005_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ |
D | tsc2005.c | 185 static int tsc2005_write(struct tsc2005 *ts, u8 reg, u16 value) in tsc2005_write() function 341 tsc2005_write(ts, TSC2005_REG_CFR0, TSC2005_CFR0_INITVALUE); in tsc2005_start_scan() 342 tsc2005_write(ts, TSC2005_REG_CFR1, TSC2005_CFR1_INITVALUE); in tsc2005_start_scan() 343 tsc2005_write(ts, TSC2005_REG_CFR2, TSC2005_CFR2_INITVALUE); in tsc2005_start_scan() 415 error = tsc2005_write(ts, TSC2005_REG_TEMP_HIGH, temp_high_test); in tsc2005_selftest_show()
|