Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/input/
H A Dwmt.c754 bool touch_coll = false; in wmt_hid_parse() local
771 touch_coll = true; in wmt_hid_parse()
778 touch_coll = true; in wmt_hid_parse()
784 if (hi.collevel == 0 && touch_coll) in wmt_hid_parse()
785 touch_coll = false; in wmt_hid_parse()
818 touch_coll = false; in wmt_hid_parse()
827 touch_coll = true; in wmt_hid_parse()
828 else if (touch_coll && hi.collevel == 2 && in wmt_hid_parse()
837 } else if (hi.collevel == 0 && touch_coll) in wmt_hid_parse()
838 touch_coll = false; in wmt_hid_parse()
[all …]