Home
last modified time | relevance | path

Searched refs:tsc2007_xfer (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/input/touchscreen/
Dtsc2007_iio.c56 *val = tsc2007_xfer(tsc, READ_X); in tsc2007_read_raw()
59 *val = tsc2007_xfer(tsc, READ_Y); in tsc2007_read_raw()
62 *val = tsc2007_xfer(tsc, READ_Z1); in tsc2007_read_raw()
65 *val = tsc2007_xfer(tsc, READ_Z2); in tsc2007_read_raw()
68 *val = tsc2007_xfer(tsc, (ADC_ON_12BIT | TSC2007_MEASURE_AUX)); in tsc2007_read_raw()
73 tc.x = tsc2007_xfer(tsc, READ_X); in tsc2007_read_raw()
74 tc.z1 = tsc2007_xfer(tsc, READ_Z1); in tsc2007_read_raw()
75 tc.z2 = tsc2007_xfer(tsc, READ_Z2); in tsc2007_read_raw()
83 *val = tsc2007_xfer(tsc, in tsc2007_read_raw()
87 *val = tsc2007_xfer(tsc, in tsc2007_read_raw()
[all …]
Dtsc2007_core.c30 int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd) in tsc2007_xfer() function
55 tc->y = tsc2007_xfer(tsc, READ_Y); in tsc2007_read_values()
58 tc->x = tsc2007_xfer(tsc, READ_X); in tsc2007_read_values()
61 tc->z1 = tsc2007_xfer(tsc, READ_Z1); in tsc2007_read_values()
62 tc->z2 = tsc2007_xfer(tsc, READ_Z2); in tsc2007_read_values()
65 tsc2007_xfer(tsc, PWRDOWN); in tsc2007_read_values()
207 err = tsc2007_xfer(ts, PWRDOWN); in tsc2007_open()
403 err = tsc2007_xfer(ts, PWRDOWN); in tsc2007_probe()
Dtsc2007.h84 int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd);