Searched refs:sc_watchdog (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/dev/usb/gadget/
H A Dg_modem.c77 struct usb_callout sc_watchdog; member in struct:g_modem_softc
239 usb_callout_reset(&sc->sc_watchdog, hz, &g_modem_watchdog, sc);
290 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
329 usb_callout_stop(&sc->sc_watchdog);
335 usb_callout_drain(&sc->sc_watchdog);
H A Dg_audio.c78 struct usb_callout sc_watchdog; member in struct:g_audio_softc
253 usb_callout_reset(&sc->sc_watchdog, hz, &g_audio_watchdog, sc);
304 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
371 usb_callout_stop(&sc->sc_watchdog);
377 usb_callout_drain(&sc->sc_watchdog);
/freebsd-13-stable/sys/dev/usb/input/
H A Duhid_snes.c89 struct usb_callout sc_watchdog; member in struct:uhid_snes_softc
404 usb_callout_reset(&sc->sc_watchdog, hz, &uhid_snes_watchdog, sc);
538 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mutex, 0);
607 usb_callout_stop(&sc->sc_watchdog);
611 usb_callout_drain(&sc->sc_watchdog);
/freebsd-13-stable/sys/dev/usb/serial/
H A Dulpt.c109 struct usb_callout sc_watchdog; member in struct:ulpt_softc
542 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
669 usb_callout_stop(&sc->sc_watchdog);
673 usb_callout_drain(&sc->sc_watchdog);
739 usb_callout_reset(&sc->sc_watchdog,
H A Duslcom.c144 struct usb_callout sc_watchdog; member in struct:uslcom_softc
398 usb_callout_reset(&sc->sc_watchdog,
430 usb_callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
476 usb_callout_drain(&sc->sc_watchdog);
530 usb_callout_stop(&sc->sc_watchdog);
/freebsd-13-stable/sys/net/
H A Dif_lagg.h260 struct callout sc_watchdog; /* watchdog timer */ member in struct:lagg_softc
H A Dif_lagg.c544 callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
1251 callout_reset(&sc->sc_watchdog, hz, &lagg_watchdog_infiniband, arg);
1306 callout_stop(&sc->sc_watchdog);
1309 callout_drain(&sc->sc_watchdog);
/freebsd-13-stable/sys/dev/mwl/
H A Dif_mwlvar.h262 struct callout sc_watchdog; member in struct:mwl_softc
H A Dif_mwl.c352 callout_init_mtx(&sc->sc_watchdog, &sc->sc_mtx, 0);
547 callout_drain(&sc->sc_watchdog);
1186 callout_reset(&sc->sc_watchdog, hz, mwl_watchdog, sc);
1201 callout_stop(&sc->sc_watchdog);
4573 callout_reset(&sc->sc_watchdog, hz, mwl_watchdog, sc);
/freebsd-13-stable/sys/dev/esp/
H A Dncr53c9xvar.h309 struct callout sc_watchdog; /* periodic timer */ member in struct:ncr53c9x_softc
H A Dncr53c9x.c250 callout_init_mtx(&sc->sc_watchdog, &sc->sc_lock, 0);
401 callout_reset(&sc->sc_watchdog, 60 * hz, ncr53c9x_watch, sc);
436 callout_drain(&sc->sc_watchdog);
3259 callout_reset(&sc->sc_watchdog, 60 * hz, ncr53c9x_watch, sc);

Completed in 96 milliseconds