Home
last modified time | relevance | path

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

/src/sys/dev/hid/
H A Dhmt.c670 bool scan_time_found = false; in hmt_hid_parse() local
770 scan_time_found = true; in hmt_hid_parse()
857 sc->has_scan_time = scan_time_found; in hmt_hid_parse()
/src/sys/dev/usb/input/
H A Dwmt.c742 bool scan_time_found = false; in wmt_hid_parse() local
861 scan_time_found = true; in wmt_hid_parse()
909 if (!cont_count_found || !scan_time_found || cont == 0) in wmt_hid_parse()