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

/freebsd-13-stable/sys/dev/hid/
H A Dhmt.c195 int32_t scan_time; member in struct:hmt_softc
483 uint32_t scan_time; local
617 scan_time = hid_get_udata(buf, len, &sc->scan_time_loc);
619 delta = scan_time - sc->scan_time;
624 sc->scan_time = scan_time;
/freebsd-13-stable/sys/dev/usb/input/
H A Dwmt.c218 int32_t scan_time; member in struct:wmt_softc
515 uint32_t scan_time; local
616 scan_time = hid_get_udata(buf, len, &sc->scan_time_loc);
618 delta = scan_time - sc->scan_time;
623 sc->scan_time = scan_time;

Completed in 163 milliseconds