Lines Matching refs:cyttsp4

80 static int cyttsp4_load_status_regs(struct cyttsp4 *cd)  in cyttsp4_load_status_regs()
98 static int cyttsp4_handshake(struct cyttsp4 *cd, u8 mode) in cyttsp4_handshake()
118 static int cyttsp4_hw_soft_reset(struct cyttsp4 *cd) in cyttsp4_hw_soft_reset()
130 static int cyttsp4_hw_hard_reset(struct cyttsp4 *cd) in cyttsp4_hw_hard_reset()
141 static int cyttsp4_hw_reset(struct cyttsp4 *cd) in cyttsp4_hw_reset()
160 static int cyttsp4_si_data_offsets(struct cyttsp4 *cd) in cyttsp4_si_data_offsets()
196 static int cyttsp4_si_get_cydata(struct cyttsp4 *cd) in cyttsp4_si_get_cydata()
275 static int cyttsp4_si_get_test_data(struct cyttsp4 *cd) in cyttsp4_si_get_test_data()
334 static int cyttsp4_si_get_pcfg_data(struct cyttsp4 *cd) in cyttsp4_si_get_pcfg_data()
382 static int cyttsp4_si_get_opcfg_data(struct cyttsp4 *cd) in cyttsp4_si_get_opcfg_data()
482 static int cyttsp4_si_get_ddata(struct cyttsp4 *cd) in cyttsp4_si_get_ddata()
509 static int cyttsp4_si_get_mdata(struct cyttsp4 *cd) in cyttsp4_si_get_mdata()
536 static int cyttsp4_si_get_btn_data(struct cyttsp4 *cd) in cyttsp4_si_get_btn_data()
589 static int cyttsp4_si_get_op_data_ptrs(struct cyttsp4 *cd) in cyttsp4_si_get_op_data_ptrs()
614 static void cyttsp4_si_put_log_data(struct cyttsp4 *cd) in cyttsp4_si_put_log_data()
679 static int cyttsp4_get_sysinfo_regs(struct cyttsp4 *cd) in cyttsp4_get_sysinfo_regs()
735 static void cyttsp4_queue_startup_(struct cyttsp4 *cd) in cyttsp4_queue_startup_()
964 static int cyttsp4_xy_worker(struct cyttsp4 *cd) in cyttsp4_xy_worker()
1050 static int cyttsp4_mt_attention(struct cyttsp4 *cd) in cyttsp4_mt_attention()
1076 struct cyttsp4 *cd = handle; in cyttsp4_irq()
1245 static void cyttsp4_start_wd_timer(struct cyttsp4 *cd) in cyttsp4_start_wd_timer()
1254 static void cyttsp4_stop_wd_timer(struct cyttsp4 *cd) in cyttsp4_stop_wd_timer()
1270 struct cyttsp4 *cd = from_timer(cd, t, watchdog_timer); in cyttsp4_watchdog_timer()
1279 static int cyttsp4_request_exclusive(struct cyttsp4 *cd, void *ownptr, in cyttsp4_request_exclusive()
1321 static int cyttsp4_release_exclusive(struct cyttsp4 *cd, void *ownptr) in cyttsp4_release_exclusive()
1337 static int cyttsp4_wait_bl_heartbeat(struct cyttsp4 *cd) in cyttsp4_wait_bl_heartbeat()
1355 static int cyttsp4_wait_sysinfo_mode(struct cyttsp4 *cd) in cyttsp4_wait_sysinfo_mode()
1375 static int cyttsp4_reset_and_wait(struct cyttsp4 *cd) in cyttsp4_reset_and_wait()
1397 static int cyttsp4_set_mode(struct cyttsp4 *cd, int new_mode) in cyttsp4_set_mode()
1469 struct cyttsp4 *cd = in cyttsp4_watchdog_work()
1470 container_of(work, struct cyttsp4, watchdog_work); in cyttsp4_watchdog_work()
1498 static int cyttsp4_core_sleep_(struct cyttsp4 *cd) in cyttsp4_core_sleep_()
1576 static int cyttsp4_startup_(struct cyttsp4 *cd) in cyttsp4_startup_()
1679 static int cyttsp4_startup(struct cyttsp4 *cd) in cyttsp4_startup()
1716 struct cyttsp4 *cd = container_of(work, struct cyttsp4, startup_work); in cyttsp4_startup_work_function()
1725 static void cyttsp4_free_si_ptrs(struct cyttsp4 *cd) in cyttsp4_free_si_ptrs()
1745 static int cyttsp4_core_sleep(struct cyttsp4 *cd) in cyttsp4_core_sleep()
1767 static int cyttsp4_core_wake_(struct cyttsp4 *cd) in cyttsp4_core_wake_()
1823 static int cyttsp4_core_wake(struct cyttsp4 *cd) in cyttsp4_core_wake()
1847 struct cyttsp4 *cd = dev_get_drvdata(dev); in cyttsp4_core_suspend()
1863 struct cyttsp4 *cd = dev_get_drvdata(dev); in cyttsp4_core_resume()
1901 static int cyttsp4_setup_input_device(struct cyttsp4 *cd) in cyttsp4_setup_input_device()
1972 static int cyttsp4_mt_probe(struct cyttsp4 *cd) in cyttsp4_mt_probe()
2024 struct cyttsp4 *cyttsp4_probe(const struct cyttsp4_bus_ops *ops, in cyttsp4_probe()
2027 struct cyttsp4 *cd; in cyttsp4_probe()
2156 int cyttsp4_remove(struct cyttsp4 *cd) in cyttsp4_remove()