Lines Matching refs:cyttsp
77 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data()
95 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data()
113 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command()
118 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake()
127 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs()
136 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode()
164 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode()
185 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode()
213 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs()
236 static void cyttsp_hard_reset(struct cyttsp *ts) in cyttsp_hard_reset()
252 static int cyttsp_soft_reset(struct cyttsp *ts) in cyttsp_soft_reset()
280 static int cyttsp_act_dist_setup(struct cyttsp *ts) in cyttsp_act_dist_setup()
314 static void cyttsp_report_tchdata(struct cyttsp *ts) in cyttsp_report_tchdata()
367 struct cyttsp *ts = handle; in cyttsp_irq()
409 static int cyttsp_power_on(struct cyttsp *ts) in cyttsp_power_on()
457 static int cyttsp_enable(struct cyttsp *ts) in cyttsp_enable()
480 static int cyttsp_disable(struct cyttsp *ts) in cyttsp_disable()
495 struct cyttsp *ts = dev_get_drvdata(dev); in cyttsp_suspend()
513 struct cyttsp *ts = dev_get_drvdata(dev); in cyttsp_resume()
531 struct cyttsp *ts = input_get_drvdata(dev); in cyttsp_open()
542 struct cyttsp *ts = input_get_drvdata(dev); in cyttsp_close()
548 static int cyttsp_parse_properties(struct cyttsp *ts) in cyttsp_parse_properties()
617 struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops, in cyttsp_probe()
625 struct cyttsp *ts; in cyttsp_probe()