Lines Matching defs:ts

80 static int ttsp_read_block_data(struct cyttsp *ts, u8 command,  in ttsp_read_block_data()
98 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data()
116 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command()
121 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake()
130 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs()
139 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode()
167 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode()
188 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode()
216 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs()
239 static int cyttsp_soft_reset(struct cyttsp *ts) in cyttsp_soft_reset()
264 static int cyttsp_act_dist_setup(struct cyttsp *ts) in cyttsp_act_dist_setup()
298 static void cyttsp_report_tchdata(struct cyttsp *ts) in cyttsp_report_tchdata()
351 struct cyttsp *ts = handle; in cyttsp_irq() local
393 static int cyttsp_power_on(struct cyttsp *ts) in cyttsp_power_on()
439 static int cyttsp_enable(struct cyttsp *ts) in cyttsp_enable()
462 static int cyttsp_disable(struct cyttsp *ts) in cyttsp_disable()
477 struct cyttsp *ts = dev_get_drvdata(dev); in cyttsp_suspend() local
495 struct cyttsp *ts = dev_get_drvdata(dev); in cyttsp_resume() local
514 struct cyttsp *ts = input_get_drvdata(dev); in cyttsp_open() local
525 struct cyttsp *ts = input_get_drvdata(dev); in cyttsp_close() local
535 struct cyttsp *ts; in cyttsp_probe() local
626 void cyttsp_remove(struct cyttsp *ts) in cyttsp_remove()