Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_extents.c455 s32 hotknot_paired_flag; variable
501 if (block_enable && !hotknot_paired_flag && (finger & 0x0F)) { in hotknot_event_handler()
518 hotknot_paired_flag = 1; in hotknot_event_handler()
526 if (hotknot_paired_flag) { in hotknot_event_handler()
805 hotknot_paired_flag = 0; in gt1x_ioctl()
H A Dgt1x_generic.h463 extern s32 hotknot_paired_flag;
H A Dgt1x_generic.c2190 if (hotknot_paired_flag) { in gt1x_suspend()
2261 if (hotknot_paired_flag) { in gt1x_resume()
2262 hotknot_paired_flag = 0; in gt1x_resume()
H A Dgt1x.c255 if (!hotknot_paired_flag) in gt1x_ts_work_func()