Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhmt.c669 bool cont_count_found = false; in hmt_hid_parse() local
764 cont_count_found = true; in hmt_hid_parse()
818 if ((!cont_count_found && cont != 1) || cont == 0) in hmt_hid_parse()
856 sc->has_cont_count = cont_count_found; in hmt_hid_parse()
/freebsd/sys/dev/usb/input/
H A Dwmt.c741 bool cont_count_found = false; in wmt_hid_parse() local
854 cont_count_found = true; in wmt_hid_parse()
909 if (!cont_count_found || !scan_time_found || cont == 0) in wmt_hid_parse()