Searched defs:tsc2005 (Results 1 – 1 of 1) sorted by relevance
112 struct tsc2005 { struct116 struct tsc2005_spi_rd spi_x; argument117 struct tsc2005_spi_rd spi_y; argument118 struct tsc2005_spi_rd spi_z1; argument119 struct tsc2005_spi_rd spi_z2; argument121 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