Lines Matching refs:zforce_ts
104 struct zforce_ts {
128 static int zforce_command(struct zforce_ts *ts, u8 cmd)
149 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len)
174 static int zforce_command_wait(struct zforce_ts *ts, u8 cmd)
196 static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y)
208 static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger,
224 static int zforce_setconfig(struct zforce_ts *ts, char b1)
235 static int zforce_start(struct zforce_ts *ts)
287 static int zforce_stop(struct zforce_ts *ts)
305 static int zforce_touch_event(struct zforce_ts *ts, u8 *payload)
379 static int zforce_read_packet(struct zforce_ts *ts, u8 *buf)
415 static void zforce_complete(struct zforce_ts *ts, int cmd, int result)
430 struct zforce_ts *ts = dev_id;
441 struct zforce_ts *ts = dev_id;
553 struct zforce_ts *ts = input_get_drvdata(dev);
560 struct zforce_ts *ts = input_get_drvdata(dev);
569 static int __zforce_suspend(struct zforce_ts *ts)
610 struct zforce_ts *ts = i2c_get_clientdata(client);
627 struct zforce_ts *ts = i2c_get_clientdata(client);
663 struct zforce_ts *ts = data;
669 static void zforce_ts_parse_legacy_properties(struct zforce_ts *ts)
683 struct zforce_ts *ts;
687 ts = devm_kzalloc(&client->dev, sizeof(struct zforce_ts), GFP_KERNEL);