Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/mouse/
Dsentelic.c749 if (ad->last_mt_fgr == 2) { in fsp_process_byte()
758 ad->last_mt_fgr = 2; in fsp_process_byte()
763 if (ad->last_mt_fgr == 1) { in fsp_process_byte()
772 ad->last_mt_fgr = 1; in fsp_process_byte()
787 ad->last_mt_fgr = 0; in fsp_process_byte()
Dsentelic.h119 unsigned int last_mt_fgr; /* Last seen finger(multitouch) */ member