Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_ex_mode.c46 int fts_cover_mode_flag; member
160 …count = snprintf(buf, PAGE_SIZE, "Cover Mode: %s\n", g_fts_mode_flag.fts_cover_mode_flag ? "On" : … in fts_touch_cover_show()
175 if (!g_fts_mode_flag.fts_cover_mode_flag) { in fts_touch_cover_store()
179 g_fts_mode_flag.fts_cover_mode_flag = true; in fts_touch_cover_store()
183 if (g_fts_mode_flag.fts_cover_mode_flag) { in fts_touch_cover_store()
187 g_fts_mode_flag.fts_cover_mode_flag = false; in fts_touch_cover_store()
191 FTS_INFO("[Mode]cover mode status: %d", g_fts_mode_flag.fts_cover_mode_flag); in fts_touch_cover_store()
340 g_fts_mode_flag.fts_cover_mode_flag = false; in fts_ex_mode_init()
371 if (g_fts_mode_flag.fts_cover_mode_flag) in fts_ex_mode_recovery()