Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhmt.c190 int32_t scan_time; member
486 uint32_t scan_time; in hmt_intr() local
619 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()
/freebsd/sys/dev/usb/input/
H A Dwmt.c213 int32_t scan_time; member
502 uint32_t scan_time; in wmt_process_report() local
596 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()