Lines Matching refs:cyttsp

84 static int ttsp_read_block_data(struct cyttsp *ts, u8 command,  in ttsp_read_block_data()
102 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data()
120 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command()
125 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake()
134 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs()
143 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode()
171 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode()
192 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode()
220 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs()
243 static void cyttsp_hard_reset(struct cyttsp *ts) in cyttsp_hard_reset()
253 static int cyttsp_soft_reset(struct cyttsp *ts) in cyttsp_soft_reset()
278 static int cyttsp_act_dist_setup(struct cyttsp *ts) in cyttsp_act_dist_setup()
312 static void cyttsp_report_tchdata(struct cyttsp *ts) in cyttsp_report_tchdata()
365 struct cyttsp *ts = handle; in cyttsp_irq()
407 static int cyttsp_power_on(struct cyttsp *ts) in cyttsp_power_on()
453 static int cyttsp_enable(struct cyttsp *ts) in cyttsp_enable()
476 static int cyttsp_disable(struct cyttsp *ts) in cyttsp_disable()
491 struct cyttsp *ts = dev_get_drvdata(dev); in cyttsp_suspend()
509 struct cyttsp *ts = dev_get_drvdata(dev); in cyttsp_resume()
528 struct cyttsp *ts = input_get_drvdata(dev); in cyttsp_open()
539 struct cyttsp *ts = input_get_drvdata(dev); in cyttsp_close()
545 static int cyttsp_parse_properties(struct cyttsp *ts) in cyttsp_parse_properties()
614 struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops, in cyttsp_probe()
617 struct cyttsp *ts; in cyttsp_probe()