Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.h148 s32 ref_chk_fs_times; member
H A Dgt9xx.c2252 ts->ref_chk_fs_times++; in gtp_bak_ref_proc()
2253 … GTP_DEBUG("Ref check /data times/MAX_TIMES: %d / %d", ts->ref_chk_fs_times, GTP_CHK_FS_MNT_MAX); in gtp_bak_ref_proc()
2254 if (ts->ref_chk_fs_times < GTP_CHK_FS_MNT_MAX) in gtp_bak_ref_proc()
2264 GTP_INFO("/data mounted!!!(%d/%d)", ts->ref_chk_fs_times, GTP_CHK_FS_MNT_MAX); in gtp_bak_ref_proc()