Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhmt.c193 bool prev_touch; member
498 sc->prev_touch = false; in hmt_intr()
620 if (sc->prev_touch) { in hmt_intr()
629 sc->prev_touch = sc->touch; in hmt_intr()
631 if (!sc->prev_touch) in hmt_intr()
/freebsd/sys/dev/usb/input/
H A Dwmt.c215 bool prev_touch; member
596 if (sc->prev_touch) { in wmt_process_report()
605 sc->prev_touch = sc->touch; in wmt_process_report()
607 if (!sc->prev_touch) in wmt_process_report()