Home
last modified time | relevance | path

Searched refs:cyttsp (Results 1 – 4 of 4) sorted by relevance

/drivers/input/touchscreen/
Dcyttsp_core.c78 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data()
96 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data()
114 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command()
119 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake()
128 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs()
137 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode()
165 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode()
186 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode()
214 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs()
237 static void cyttsp_hard_reset(struct cyttsp *ts) in cyttsp_hard_reset()
[all …]
Dcyttsp_core.h97 struct cyttsp;
113 struct cyttsp { struct
137 struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops, argument
Dcyttsp_i2c.c33 struct cyttsp *ts; in cyttsp_i2c_probe()
Dcyttsp_spi.c142 struct cyttsp *ts; in cyttsp_spi_probe()