Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_esdcheck.c55 u8 proc_debug : 1; /* apk or adb is accessing I2C */ member
258 if (fts_esdcheck_data.proc_debug == 1) { in esdcheck_algorithm()
359 int fts_esdcheck_proc_busy(bool proc_debug) in fts_esdcheck_proc_busy() argument
361 fts_esdcheck_data.proc_debug = proc_debug; in fts_esdcheck_proc_busy()
H A Dfocaltech_core.h219 int fts_esdcheck_proc_busy(bool proc_debug);
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_esdcheck.c56 u8 proc_debug : 1; /* apk or adb use */ member
236 if (fts_esdcheck_data.proc_debug == 1) { in esdcheck_algorithm()
311 int fts_esdcheck_proc_busy(bool proc_debug) in fts_esdcheck_proc_busy() argument
313 fts_esdcheck_data.proc_debug = proc_debug; in fts_esdcheck_proc_busy()
H A Dfocaltech_core.h232 int fts_esdcheck_proc_busy(bool proc_debug);