Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/input/
H A Dwmt.c630 bool touch_coll = false; in wmt_hid_parse() local
646 touch_coll = true; in wmt_hid_parse()
649 if (hi.collevel == 0 && touch_coll) in wmt_hid_parse()
650 touch_coll = false; in wmt_hid_parse()
658 if (hi.collevel == 1 && touch_coll && in wmt_hid_parse()
677 touch_coll = false; in wmt_hid_parse()
686 touch_coll = true; in wmt_hid_parse()
687 else if (touch_coll && hi.collevel == 2 && in wmt_hid_parse()
696 } else if (hi.collevel == 0 && touch_coll) in wmt_hid_parse()
697 touch_coll = false; in wmt_hid_parse()
[all …]