Lines Matching refs:cy8ctmg110
56 struct cy8ctmg110 { struct
68 static void cy8ctmg110_power(struct cy8ctmg110 *ts, bool poweron) in cy8ctmg110_power() argument
74 static int cy8ctmg110_write_regs(struct cy8ctmg110 *tsc, unsigned char reg, in cy8ctmg110_write_regs()
95 static int cy8ctmg110_read_regs(struct cy8ctmg110 *tsc, in cy8ctmg110_read_regs()
123 static int cy8ctmg110_touch_pos(struct cy8ctmg110 *tsc) in cy8ctmg110_touch_pos()
152 static int cy8ctmg110_set_sleepmode(struct cy8ctmg110 *ts, bool sleep) in cy8ctmg110_set_sleepmode()
171 struct cy8ctmg110 *tsc = dev_id; in cy8ctmg110_irq_thread()
182 struct cy8ctmg110 *ts; in cy8ctmg110_probe()
196 ts = kzalloc(sizeof(struct cy8ctmg110), GFP_KERNEL); in cy8ctmg110_probe()
297 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_suspend()
311 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_resume()
326 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_remove()