Symbol: cyttsp
drivers/input/touchscreen/cyttsp_core.c
114
static int ttsp_send_command(struct cyttsp *ts, u8 cmd)
drivers/input/touchscreen/cyttsp_core.c
119
static int cyttsp_handshake(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
128
static int cyttsp_load_bl_regs(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
137
static int cyttsp_exit_bl_mode(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
165
static int cyttsp_set_operational_mode(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
186
static int cyttsp_set_sysinfo_mode(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
214
static int cyttsp_set_sysinfo_regs(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
237
static void cyttsp_hard_reset(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
253
static int cyttsp_soft_reset(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
281
static int cyttsp_act_dist_setup(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
315
static void cyttsp_report_tchdata(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
368
struct cyttsp *ts = handle;
drivers/input/touchscreen/cyttsp_core.c
410
static int cyttsp_power_on(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
458
static int cyttsp_enable(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
481
static int cyttsp_disable(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
496
struct cyttsp *ts = dev_get_drvdata(dev);
drivers/input/touchscreen/cyttsp_core.c
513
struct cyttsp *ts = dev_get_drvdata(dev);
drivers/input/touchscreen/cyttsp_core.c
528
struct cyttsp *ts = input_get_drvdata(dev);
drivers/input/touchscreen/cyttsp_core.c
539
struct cyttsp *ts = input_get_drvdata(dev);
drivers/input/touchscreen/cyttsp_core.c
545
static int cyttsp_parse_properties(struct cyttsp *ts)
drivers/input/touchscreen/cyttsp_core.c
614
struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops,
drivers/input/touchscreen/cyttsp_core.c
622
struct cyttsp *ts;
drivers/input/touchscreen/cyttsp_core.c
78
static int ttsp_read_block_data(struct cyttsp *ts, u8 command,
drivers/input/touchscreen/cyttsp_core.c
96
static int ttsp_write_block_data(struct cyttsp *ts, u8 command,
drivers/input/touchscreen/cyttsp_core.h
136
struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops,
drivers/input/touchscreen/cyttsp_core.h
97
struct cyttsp;
drivers/input/touchscreen/cyttsp_i2c.c
88
struct cyttsp *ts;
drivers/input/touchscreen/cyttsp_spi.c
142
struct cyttsp *ts;