Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.h143 s32 clk_tick_cnt; member
H A Dgt9xx.c2739 ts->clk_tick_cnt = 2 * HZ; // HZ: clock ticks in 1 second generated by system in goodix_ts_probe()
2740 GTP_DEBUG("Clock ticks for an esd cycle: %d", ts->clk_tick_cnt); in goodix_ts_probe()
3007 queue_delayed_work(gtp_esd_check_workqueue, &gtp_esd_check_work, ts->clk_tick_cnt); in gtp_esd_switch()
3153 queue_delayed_work(gtp_esd_check_workqueue, &gtp_esd_check_work, ts->clk_tick_cnt); in gtp_esd_check_func()