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()
213 int32_t scan_time; member502 uint32_t scan_time; in wmt_process_report() local596 scan_time = hid_get_udata(buf, len, &sc->scan_time_loc); in wmt_process_report()598 delta = scan_time - sc->scan_time; in wmt_process_report()603 sc->scan_time = scan_time; in wmt_process_report()