Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/input/
H A Dwmt.c740 bool touch_coll = false; in wmt_hid_parse() local
757 touch_coll = true; in wmt_hid_parse()
764 touch_coll = true; in wmt_hid_parse()
770 if (hi.collevel == 0 && touch_coll) in wmt_hid_parse()
771 touch_coll = false; in wmt_hid_parse()
804 touch_coll = false; in wmt_hid_parse()
813 touch_coll = true; in wmt_hid_parse()
814 else if (touch_coll && hi.collevel == 2 && in wmt_hid_parse()
823 } else if (hi.collevel == 0 && touch_coll) in wmt_hid_parse()
824 touch_coll = false; in wmt_hid_parse()
[all …]