Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dtsc2007_core.c31 int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd) in tsc2007_xfer() function
56 tc->y = tsc2007_xfer(tsc, READ_Y); in tsc2007_read_values()
59 tc->x = tsc2007_xfer(tsc, READ_X); in tsc2007_read_values()
62 tc->z1 = tsc2007_xfer(tsc, READ_Z1); in tsc2007_read_values()
64 tc->z2 = tsc2007_xfer(tsc, (TSC2007_POWER_OFF_IRQ_EN | TSC2007_MEASURE_Z2)); in tsc2007_read_values()
197 err = tsc2007_xfer(ts, PWRDOWN); in tsc2007_open()
382 err = tsc2007_xfer(ts, PWRDOWN); in tsc2007_probe()
H A Dtsc2007.h88 int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd);