Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c1725 static int esd_work_cycle = 200; variable
1733 esd_work_cycle = 2 * HZ; /* HZ: clock ticks in 1 second generated by system */ in gt1x_init_esd_protect()
1734 GTP_DEBUG("Clock ticks for an esd cycle: %d", esd_work_cycle); in gt1x_init_esd_protect()
1751 queue_delayed_work(gt1x_workqueue, &esd_check_work, esd_work_cycle); in gt1x_esd_switch()
1801 queue_delayed_work(gt1x_workqueue, &esd_check_work, esd_work_cycle); in gt1x_esd_check_func()