Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c1727 static int esd_running; variable
1748 if (!esd_running) { in gt1x_esd_switch()
1749 esd_running = 1; in gt1x_esd_switch()
1754 if (esd_running) { in gt1x_esd_switch()
1755 esd_running = 0; in gt1x_esd_switch()
1769 if (!esd_running) { in gt1x_esd_check_func()
1787 if (esd_running) { in gt1x_esd_check_func()
1800 if (esd_running) { in gt1x_esd_check_func()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.h142 u8 esd_running; member
H A Dgt9xx.c3002 if (!ts->esd_running) in gtp_esd_switch()
3004 ts->esd_running = 1; in gtp_esd_switch()
3016 if (ts->esd_running) in gtp_esd_switch()
3018 ts->esd_running = 0; in gtp_esd_switch()