Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.c111 static struct delayed_work gtp_esd_check_work; variable
3007 queue_delayed_work(gtp_esd_check_workqueue, &gtp_esd_check_work, ts->clk_tick_cnt); in gtp_esd_switch()
3021 cancel_delayed_work_sync(&gtp_esd_check_work); 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()
3204 INIT_DELAYED_WORK(&gtp_esd_check_work, gtp_esd_check_func); in goodix_ts_init()