Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ppbus/
H A Dlpt.c135 struct callout sc_timer; member
373 ppb_init_callout(ppbus, &sc->sc_timer, 0); in lpt_attach()
433 callout_drain(&sc->sc_timer); in lpt_detach()
459 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc); in lptout()
590 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc); in lptopen()
635 callout_stop(&sc->sc_timer); in lptclose()
/freebsd-13.1/sys/dev/uart/
H A Duart_core.c450 callout_reset(&sc->sc_timer, hz / uart_poll_freq, in uart_intr()
714 callout_init(&sc->sc_timer, 1); in uart_bus_attach()
715 callout_reset(&sc->sc_timer, hz / uart_poll_freq, in uart_bus_attach()
H A Duart_bus.h90 struct callout sc_timer; member
/freebsd-13.1/sys/dev/usb/controller/
H A Ddwc_otg.h168 struct usb_callout sc_timer; member
H A Ddwc_otg.c2448 usb_callout_reset(&sc->sc_timer, in dwc_otg_timer()
2463 usb_callout_reset(&sc->sc_timer, in dwc_otg_timer_start()
2477 usb_callout_stop(&sc->sc_timer); in dwc_otg_timer_stop()
3874 usb_callout_init_mtx(&sc->sc_timer, in dwc_otg_init()
4102 usb_callout_drain(&sc->sc_timer); in dwc_otg_uninit()
/freebsd-13.1/sys/dev/et/
H A Dif_etvar.h335 uint32_t sc_timer; member
H A Dif_et.c251 sc->sc_timer = et_timer; in et_attach()
1213 CSR_WRITE_4(sc, ET_TIMER, sc->sc_timer); in et_intr()
1261 CSR_WRITE_4(sc, ET_TIMER, sc->sc_timer); in et_init_locked()
2463 CTLFLAG_RW, &sc->sc_timer, 0, "TX timer"); in et_add_sysctls()
/freebsd-13.1/sys/dev/mwl/
H A Dif_mwlvar.h337 struct callout sc_timer; /* periodic work */ member
H A Dif_mwl.c351 callout_init(&sc->sc_timer, 1); in mwl_attach()
4099 callout_stop(&sc->sc_timer); in mwl_newstate()
4225 callout_reset(&sc->sc_timer, sc->sc_ageinterval*hz, in mwl_newstate()
4308 callout_schedule(&sc->sc_timer, sc->sc_ageinterval*hz); in mwl_agestations()