Home
last modified time | relevance | path

Searched defs:tsc2005 (Results 1 – 1 of 1) sorted by relevance

/drivers/input/touchscreen/
Dtsc2005.c112 struct tsc2005 { struct
116 struct tsc2005_spi_rd spi_x; argument
117 struct tsc2005_spi_rd spi_y; argument
118 struct tsc2005_spi_rd spi_z1; argument
119 struct tsc2005_spi_rd spi_z2; argument
121 struct input_dev *idev;
122 char phys[32];
124 struct mutex mutex;
149 static int tsc2005_cmd(struct tsc2005 *ts, u8 cmd) in tsc2005_cmd() argument