Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c1726 static struct delayed_work esd_check_work; variable
1735 INIT_DELAYED_WORK(&esd_check_work, gt1x_esd_check_func); in gt1x_init_esd_protect()
1751 queue_delayed_work(gt1x_workqueue, &esd_check_work, esd_work_cycle); in gt1x_esd_switch()
1757 cancel_delayed_work(&esd_check_work); in gt1x_esd_switch()
1801 queue_delayed_work(gt1x_workqueue, &esd_check_work, esd_work_cycle); in gt1x_esd_check_func()