Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dcyttsp4_core.c84 static int cyttsp4_load_status_regs(struct cyttsp4 *cd) in cyttsp4_load_status_regs()
102 static int cyttsp4_handshake(struct cyttsp4 *cd, u8 mode) in cyttsp4_handshake()
122 static int cyttsp4_hw_soft_reset(struct cyttsp4 *cd) in cyttsp4_hw_soft_reset()
134 static int cyttsp4_hw_hard_reset(struct cyttsp4 *cd) in cyttsp4_hw_hard_reset()
145 static int cyttsp4_hw_reset(struct cyttsp4 *cd) in cyttsp4_hw_reset()
164 static int cyttsp4_si_data_offsets(struct cyttsp4 *cd) in cyttsp4_si_data_offsets()
200 static int cyttsp4_si_get_cydata(struct cyttsp4 *cd) in cyttsp4_si_get_cydata()
279 static int cyttsp4_si_get_test_data(struct cyttsp4 *cd) in cyttsp4_si_get_test_data()
338 static int cyttsp4_si_get_pcfg_data(struct cyttsp4 *cd) in cyttsp4_si_get_pcfg_data()
386 static int cyttsp4_si_get_opcfg_data(struct cyttsp4 *cd) in cyttsp4_si_get_opcfg_data()
[all …]
Dcyttsp4_core.h318 struct cyttsp4 { struct
427 static inline int cyttsp4_adap_read(struct cyttsp4 *ts, u16 addr, int size, in cyttsp4_adap_read()
433 static inline int cyttsp4_adap_write(struct cyttsp4 *ts, u16 addr, int size, in cyttsp4_adap_write()
439 extern struct cyttsp4 *cyttsp4_probe(const struct cyttsp4_bus_ops *ops,
441 extern int cyttsp4_remove(struct cyttsp4 *ts);
Dcyttsp4_i2c.c32 struct cyttsp4 *ts; in cyttsp4_i2c_probe()
47 struct cyttsp4 *ts = i2c_get_clientdata(client); in cyttsp4_i2c_remove()
Dcyttsp4_spi.c148 struct cyttsp4 *ts; in cyttsp4_spi_probe()
169 struct cyttsp4 *ts = spi_get_drvdata(spi); in cyttsp4_spi_remove()