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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dtps6507x-ts.c60 static int tps6507x_read_u8(struct tps6507x_ts *tsc, u8 reg, u8 *data) function
102 ret = tps6507x_read_u8(tsc, TPS6507X_REG_ADCONFIG,
110 ret = tps6507x_read_u8(tsc, TPS6507X_REG_ADRESULT_2, &result);
118 ret = tps6507x_read_u8(tsc, TPS6507X_REG_ADRESULT_1, &result);
152 ret = tps6507x_read_u8(tsc, TPS6507X_REG_INT, &val);
158 ret = tps6507x_read_u8(tsc, TPS6507X_REG_INT, &val);

Completed in 108 milliseconds