Searched refs:scan_time (Results 1 – 2 of 2) sorted by relevance
190 int32_t scan_time; member486 uint32_t scan_time; in hmt_intr() local619 scan_time = hid_get_udata(buf, len, &sc->scan_time_loc); in hmt_intr()621 delta = scan_time - sc->scan_time; in hmt_intr()626 sc->scan_time = scan_time; in hmt_intr()
212 int32_t scan_time; member501 uint32_t scan_time; in wmt_process_report() local595 scan_time = hid_get_udata(buf, len, &sc->scan_time_loc); in wmt_process_report()597 delta = scan_time - sc->scan_time; in wmt_process_report()602 sc->scan_time = scan_time; in wmt_process_report()