Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.h149 s32 clk_chk_fs_times; member
H A Dgt9xx.c768 ts->clk_chk_fs_times = 0; in goodix_ts_work_func()
2456 ts->clk_chk_fs_times++; in gtp_main_clk_proc()
2457 … GTP_DEBUG("Clock check /data times/MAX_TIMES: %d / %d", ts->clk_chk_fs_times, GTP_CHK_FS_MNT_MAX); in gtp_main_clk_proc()
2458 if (ts->clk_chk_fs_times < GTP_CHK_FS_MNT_MAX) in gtp_main_clk_proc()
2468 GTP_INFO("/data mounted!!!(%d/%d)", ts->clk_chk_fs_times, GTP_CHK_FS_MNT_MAX); in gtp_main_clk_proc()