Lines Matching defs:cy8ctmg110
20 #define CY8CTMG110_DRIVER_NAME "cy8ctmg110"
29 /* cy8ctmg110 register definitions */
44 struct cy8ctmg110 {
56 static void cy8ctmg110_power(struct cy8ctmg110 *ts, bool poweron)
62 static int cy8ctmg110_write_regs(struct cy8ctmg110 *tsc, unsigned char reg,
83 static int cy8ctmg110_read_regs(struct cy8ctmg110 *tsc,
111 static int cy8ctmg110_touch_pos(struct cy8ctmg110 *tsc)
140 static int cy8ctmg110_set_sleepmode(struct cy8ctmg110 *ts, bool sleep)
159 struct cy8ctmg110 *tsc = dev_id;
170 struct cy8ctmg110 *ts;
184 ts = kzalloc(sizeof(struct cy8ctmg110), GFP_KERNEL);
285 struct cy8ctmg110 *ts = i2c_get_clientdata(client);
299 struct cy8ctmg110 *ts = i2c_get_clientdata(client);
314 struct cy8ctmg110 *ts = i2c_get_clientdata(client);
349 MODULE_DESCRIPTION("cy8ctmg110 TouchScreen Driver");