Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_ex_mode.c50 struct fts_mode_flag g_fts_mode_flag; variable
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()
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()
[all …]