Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_ex_mode.c45 int fts_glove_mode_flag; member
77 …count = snprintf(buf, PAGE_SIZE, "Glove Mode: %s\n", g_fts_mode_flag.fts_glove_mode_flag ? "On" : … in fts_touch_glove_show()
93 if (!g_fts_mode_flag.fts_glove_mode_flag) { in fts_touch_glove_store()
97 g_fts_mode_flag.fts_glove_mode_flag = true; in fts_touch_glove_store()
101 if (g_fts_mode_flag.fts_glove_mode_flag) { in fts_touch_glove_store()
105 g_fts_mode_flag.fts_glove_mode_flag = false; in fts_touch_glove_store()
109 FTS_INFO("[Mode]glove mode status: %d", g_fts_mode_flag.fts_glove_mode_flag); in fts_touch_glove_store()
339 g_fts_mode_flag.fts_glove_mode_flag = false; in fts_ex_mode_init()
366 if (g_fts_mode_flag.fts_glove_mode_flag) in fts_ex_mode_recovery()