Home
last modified time | relevance | path

Searched refs:sc_time_ms (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhkbd.c160 uint32_t sc_time_ms; member
444 sc->sc_time_ms += 1; in hkbd_do_poll()
482 const uint32_t now = sc->sc_time_ms; in hkbd_interrupt()
590 sc->sc_time_ms += sc->sc_delay; in hkbd_timeout()
/freebsd/sys/dev/usb/input/
H A Dukbd.c165 uint32_t sc_time_ms; member
498 sc->sc_time_ms += 1; in ukbd_do_poll()
544 const uint32_t now = sc->sc_time_ms; in ukbd_interrupt()
655 sc->sc_time_ms += sc->sc_delay; in ukbd_timeout()
/freebsd/sys/dev/gpio/
H A Dgpiokeys.c134 uint32_t sc_time_ms; member