Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcy8c_touchpad.c46 struct cy8c_touch { struct
63 static u32 i2c_cy8ctouch_read(struct cy8c_touch *ts, u8 *buf, u32 num) in i2c_cy8ctouch_read() argument
90 struct cy8c_touch *ts = (struct cy8c_touch *)dev_id; in cy8ctouch_irq()
100 struct cy8c_touch *ts = container_of(work, struct cy8c_touch, work); in cy8ctouch_ts_worker()
135 static int cy8ctouch_init(struct i2c_client *client, struct cy8c_touch *ts) in cy8ctouch_init()
193 struct cy8c_touch *ts = container_of(tp_dev, struct cy8c_touch, tp); in cy8ctouch_suspend()
202 struct cy8c_touch *ts = container_of(tp_dev, struct cy8c_touch, tp); in cy8ctouch_resume()
221 struct cy8c_touch *ts; in cy8ctouch_i2c_probe()
268 struct cy8c_touch *ts = i2c_get_clientdata(client); in cy8ctouch_i2c_remove()