Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhmt.c668 bool finger_coll = false; in hmt_hid_parse() local
729 finger_coll = true; in hmt_hid_parse()
732 if (hi.collevel == 1 && finger_coll) { in hmt_hid_parse()
733 finger_coll = false; in hmt_hid_parse()
776 if (!finger_coll || hi.collevel != 2) in hmt_hid_parse()
/freebsd/sys/dev/usb/input/
H A Dwmt.c741 bool finger_coll = false; in wmt_hid_parse() local
817 finger_coll = true; in wmt_hid_parse()
820 if (hi.collevel == 1 && finger_coll) { in wmt_hid_parse()
821 finger_coll = false; in wmt_hid_parse()
868 if (!finger_coll || hi.collevel != 2) in wmt_hid_parse()