Lines Matching refs:cy8ctmg110
44 struct cy8ctmg110 { struct
56 static void cy8ctmg110_power(struct cy8ctmg110 *ts, bool poweron) in cy8ctmg110_power() argument
62 static int cy8ctmg110_write_regs(struct cy8ctmg110 *tsc, unsigned char reg, in cy8ctmg110_write_regs()
83 static int cy8ctmg110_read_regs(struct cy8ctmg110 *tsc, in cy8ctmg110_read_regs()
111 static int cy8ctmg110_touch_pos(struct cy8ctmg110 *tsc) in cy8ctmg110_touch_pos()
140 static int cy8ctmg110_set_sleepmode(struct cy8ctmg110 *ts, bool sleep) in cy8ctmg110_set_sleepmode()
159 struct cy8ctmg110 *tsc = dev_id; in cy8ctmg110_irq_thread()
170 struct cy8ctmg110 *ts; in cy8ctmg110_probe()
184 ts = kzalloc(sizeof(struct cy8ctmg110), GFP_KERNEL); in cy8ctmg110_probe()
285 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_suspend()
299 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_resume()
314 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_remove()