Searched refs:sc_timer (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/sys/dev/ppbus/ |
| D | lpt.c | 135 struct callout sc_timer; member 375 ppb_init_callout(ppbus, &sc->sc_timer, 0); in lpt_attach() 435 callout_drain(&sc->sc_timer); in lpt_detach() 461 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc); in lptout() 592 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc); in lptopen() 637 callout_stop(&sc->sc_timer); in lptclose()
|
| /freebsd-12-stable/sys/dev/nsp/ |
| D | nspvar.h | 59 int sc_timer; /* timer start */ member
|
| D | nsp.c | 553 sc->sc_timer = time; 1389 if (sc->sc_timer != 0) 1393 sc->sc_timer = 0;
|
| /freebsd-12-stable/sys/dev/uart/ |
| D | uart_core.c | 450 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()
|
| D | uart_bus.h | 90 struct callout sc_timer; member
|
| /freebsd-12-stable/sys/dev/usb/controller/ |
| D | dwc_otg.h | 168 struct usb_callout sc_timer; member
|
| D | dwc_otg.c | 2460 usb_callout_reset(&sc->sc_timer, in dwc_otg_timer() 2475 usb_callout_reset(&sc->sc_timer, in dwc_otg_timer_start() 2489 usb_callout_stop(&sc->sc_timer); in dwc_otg_timer_stop() 3882 usb_callout_init_mtx(&sc->sc_timer, in dwc_otg_init() 4111 usb_callout_drain(&sc->sc_timer); in dwc_otg_uninit()
|
| /freebsd-12-stable/sys/dev/et/ |
| D | if_etvar.h | 335 uint32_t sc_timer; member
|
| D | if_et.c | 251 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() 2466 CTLFLAG_RW, &sc->sc_timer, 0, "TX timer"); in et_add_sysctls()
|
| /freebsd-12-stable/sys/dev/mwl/ |
| D | if_mwlvar.h | 337 struct callout sc_timer; /* periodic work */ member
|
| D | if_mwl.c | 350 callout_init(&sc->sc_timer, 1); in mwl_attach() 4094 callout_stop(&sc->sc_timer); in mwl_newstate() 4220 callout_reset(&sc->sc_timer, sc->sc_ageinterval*hz, in mwl_newstate() 4303 callout_schedule(&sc->sc_timer, sc->sc_ageinterval*hz); in mwl_agestations()
|