Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/sys/dev/usb/input/
H A Dwmt.c743 bool scan_time_found = false; in wmt_hid_parse() local
862 scan_time_found = true; in wmt_hid_parse()
910 if (!cont_count_found || !scan_time_found || cont == 0) in wmt_hid_parse()