Searched refs:sc_timer (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/ppbus/ |
H A D | lpt.c | 133 struct callout sc_timer; member 368 ppb_init_callout(ppbus, &sc->sc_timer, 0); in lpt_attach() 428 callout_drain(&sc->sc_timer); in lpt_detach() 454 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc); in lptout() 583 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc); in lptopen() 626 callout_stop(&sc->sc_timer); in lptclose()
|
/freebsd/sys/dev/uart/ |
H A D | uart_core.c | 448 callout_reset(&sc->sc_timer, hz / uart_poll_freq, in uart_intr() 718 callout_init(&sc->sc_timer, 1); in uart_bus_attach() 719 callout_reset(&sc->sc_timer, hz / uart_poll_freq, in uart_bus_attach()
|
H A D | uart_bus.h | 90 struct callout sc_timer; member
|
/freebsd/sys/dev/usb/controller/ |
H A D | dwc_otg.h | 167 struct usb_callout sc_timer; member
|
H A D | dwc_otg.c | 2447 usb_callout_reset(&sc->sc_timer, in dwc_otg_timer() 2462 usb_callout_reset(&sc->sc_timer, in dwc_otg_timer_start() 2476 usb_callout_stop(&sc->sc_timer); in dwc_otg_timer_stop() 3873 usb_callout_init_mtx(&sc->sc_timer, in dwc_otg_init() 4101 usb_callout_drain(&sc->sc_timer); in dwc_otg_uninit()
|
/freebsd/sys/dev/et/ |
H A D | if_etvar.h | 334 uint32_t sc_timer; member
|
H A D | if_et.c | 241 sc->sc_timer = et_timer; in et_attach() 1198 CSR_WRITE_4(sc, ET_TIMER, sc->sc_timer); in et_intr() 1246 CSR_WRITE_4(sc, ET_TIMER, sc->sc_timer); in et_init_locked() 2444 CTLFLAG_RW, &sc->sc_timer, 0, "TX timer"); in et_add_sysctls()
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwlvar.h | 335 struct callout sc_timer; /* periodic work */ member
|
H A D | if_mwl.c | 346 callout_init(&sc->sc_timer, 1); in mwl_attach() 4084 callout_stop(&sc->sc_timer); in mwl_newstate() 4210 callout_reset(&sc->sc_timer, sc->sc_ageinterval*hz, in mwl_newstate() 4293 callout_schedule(&sc->sc_timer, sc->sc_ageinterval*hz); in mwl_agestations()
|