Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dif_uathvar.h133 struct timeout stat_to; member
H A Dif_uath.c272 timeout_set(&sc->stat_to, uath_stat, sc); in uath_attach()
418 if (timeout_initialized(&sc->stat_to)) in uath_detach()
419 timeout_del(&sc->stat_to); in uath_detach()
882 timeout_add_sec(&sc->stat_to, 1); in uath_task()
896 timeout_del(&sc->stat_to); in uath_newstate()
1134 timeout_add_sec(&sc->stat_to, 1); in uath_cmd_rxeof()