Lines Matching defs:ts
70 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data()
88 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data()
106 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command()
111 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake()
120 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs()
129 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode()
157 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode()
178 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode()
206 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs()
229 static void cyttsp_hard_reset(struct cyttsp *ts) in cyttsp_hard_reset()
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
531 static int cyttsp_parse_properties(struct cyttsp *ts) in cyttsp_parse_properties()
603 struct cyttsp *ts; in cyttsp_probe() local