Lines Matching defs:tsc2005
121 struct tsc2005 { struct
125 struct tsc2005_spi_rd spi_x; argument
126 struct tsc2005_spi_rd spi_y; argument
127 struct tsc2005_spi_rd spi_z1; argument
128 struct tsc2005_spi_rd spi_z2; argument
130 struct input_dev *idev;
131 char phys[32];
133 struct mutex mutex;
136 int in_x;
137 int in_y;
161 static int tsc2005_cmd(struct tsc2005 *ts, u8 cmd) in tsc2005_cmd() argument