Home
last modified time | relevance | path

Searched refs:sc_watchdog (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/bus/u4b/gadget/
H A Dg_modem.c71 struct usb_callout sc_watchdog; member
233 usb_callout_reset(&sc->sc_watchdog, hz, &g_modem_watchdog, sc); in g_modem_watchdog_reset()
284 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_lock, 0); in g_modem_attach()
323 usb_callout_stop(&sc->sc_watchdog); in g_modem_detach()
329 usb_callout_drain(&sc->sc_watchdog); in g_modem_detach()
H A Dg_audio.c72 struct usb_callout sc_watchdog; member
247 usb_callout_reset(&sc->sc_watchdog, hz, &g_audio_watchdog, sc); in g_audio_watchdog_reset()
298 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_lock, 0); in g_audio_attach()
365 usb_callout_stop(&sc->sc_watchdog); in g_audio_detach()
371 usb_callout_drain(&sc->sc_watchdog); in g_audio_detach()
/dragonfly/sys/bus/u4b/serial/
H A Dulpt.c99 struct usb_callout sc_watchdog; member
534 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_lock, 0); in ulpt_attach()
662 usb_callout_stop(&sc->sc_watchdog); in ulpt_detach()
666 usb_callout_drain(&sc->sc_watchdog); in ulpt_detach()
733 usb_callout_reset(&sc->sc_watchdog, in ulpt_watchdog()
H A Duslcom.c127 struct usb_callout sc_watchdog; member
324 usb_callout_reset(&sc->sc_watchdog, in uslcom_watchdog()
358 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_lock, 0); in uslcom_attach()
400 usb_callout_drain(&sc->sc_watchdog); in uslcom_detach()
434 usb_callout_stop(&sc->sc_watchdog); in uslcom_close()
/dragonfly/sys/dev/netif/wi/
H A Dif_wivar.h78 struct callout sc_watchdog; member
H A Dif_wi.c311 callout_init_lk(&sc->sc_watchdog, &sc->sc_lk); in wi_attach()
315 callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0); in wi_attach()
700 callout_reset(&sc->sc_watchdog, hz, wi_watchdog, sc); in wi_init()
719 callout_stop(&sc->sc_watchdog); in wi_stop()
1169 callout_reset(&sc->sc_watchdog, hz, wi_watchdog, sc); in wi_watchdog()