Lines Matching defs:ts
128 static int zforce_command(struct zforce_ts *ts, u8 cmd) in zforce_command()
149 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) in zforce_send_wait()
174 static int zforce_command_wait(struct zforce_ts *ts, u8 cmd) in zforce_command_wait()
196 static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y) in zforce_resolution()
208 static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger, in zforce_scan_frequency()
224 static int zforce_setconfig(struct zforce_ts *ts, char b1) in zforce_setconfig()
235 static int zforce_start(struct zforce_ts *ts) in zforce_start()
287 static int zforce_stop(struct zforce_ts *ts) in zforce_stop()
305 static int zforce_touch_event(struct zforce_ts *ts, u8 *payload) in zforce_touch_event()
379 static int zforce_read_packet(struct zforce_ts *ts, u8 *buf) in zforce_read_packet()
415 static void zforce_complete(struct zforce_ts *ts, int cmd, int result) in zforce_complete()
430 struct zforce_ts *ts = dev_id; in zforce_irq() local
441 struct zforce_ts *ts = dev_id; in zforce_irq_thread() local
553 struct zforce_ts *ts = input_get_drvdata(dev); in zforce_input_open() local
560 struct zforce_ts *ts = input_get_drvdata(dev); in zforce_input_close() local
569 static int __zforce_suspend(struct zforce_ts *ts) in __zforce_suspend()
610 struct zforce_ts *ts = i2c_get_clientdata(client); in zforce_suspend() local
627 struct zforce_ts *ts = i2c_get_clientdata(client); in zforce_resume() local
663 struct zforce_ts *ts = data; in zforce_reset() local
669 static void zforce_ts_parse_legacy_properties(struct zforce_ts *ts) in zforce_ts_parse_legacy_properties()
683 struct zforce_ts *ts; in zforce_probe() local