Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/gadget/
H A Dg_modem.c75 struct usb_callout sc_watchdog; member
235 usb_callout_reset(&sc->sc_watchdog, hz, &g_modem_watchdog, sc); in g_modem_watchdog_reset()
286 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0); in g_modem_attach()
325 usb_callout_stop(&sc->sc_watchdog); in g_modem_detach()
331 usb_callout_drain(&sc->sc_watchdog); in g_modem_detach()
H A Dg_audio.c76 struct usb_callout sc_watchdog; member
249 usb_callout_reset(&sc->sc_watchdog, hz, &g_audio_watchdog, sc); in g_audio_watchdog_reset()
300 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0); in g_audio_attach()
367 usb_callout_stop(&sc->sc_watchdog); in g_audio_detach()
373 usb_callout_drain(&sc->sc_watchdog); in g_audio_detach()
/freebsd/sys/dev/usb/input/
H A Duhid_snes.c87 struct usb_callout sc_watchdog; member
423 usb_callout_reset(&sc->sc_watchdog, hz, &uhid_snes_watchdog, sc); in uhid_snes_watchdog()
549 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mutex, 0); in uhid_snes_attach()
618 usb_callout_stop(&sc->sc_watchdog); in uhid_snes_detach()
622 usb_callout_drain(&sc->sc_watchdog); in uhid_snes_detach()
/freebsd/sys/dev/usb/serial/
H A Dulpt.c107 struct usb_callout sc_watchdog; member
547 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0); in ulpt_attach()
676 usb_callout_stop(&sc->sc_watchdog); in ulpt_detach()
680 usb_callout_drain(&sc->sc_watchdog); in ulpt_detach()
746 usb_callout_reset(&sc->sc_watchdog, in ulpt_watchdog()
H A Duslcom.c142 struct usb_callout sc_watchdog; member
394 usb_callout_reset(&sc->sc_watchdog, in uslcom_watchdog()
426 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0); in uslcom_attach()
466 usb_callout_drain(&sc->sc_watchdog); in uslcom_detach()
524 usb_callout_stop(&sc->sc_watchdog); in uslcom_cfg_close()
/freebsd/sys/net/
H A Dif_lagg.h258 struct callout sc_watchdog; /* watchdog timer */ member
H A Dif_lagg.c541 callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0); in lagg_clone_create()
1256 callout_reset(&sc->sc_watchdog, hz, &lagg_watchdog_infiniband, arg); in lagg_watchdog_infiniband()
1332 callout_stop(&sc->sc_watchdog); in lagg_stop()
1337 callout_drain(&sc->sc_watchdog); in lagg_stop()
/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h260 struct callout sc_watchdog; member
H A Dif_mwl.c347 callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0); in mwl_attach()
542 callout_drain(&sc->sc_watchdog); in mwl_detach()
1181 callout_reset(&sc->sc_watchdog, hz, mwl_watchdog, sc); in mwl_init()
1196 callout_stop(&sc->sc_watchdog); in mwl_stop()
4557 callout_reset(&sc->sc_watchdog, hz, mwl_watchdog, sc); in mwl_watchdog()