Home
last modified time | relevance | path

Searched refs:sc_callout (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/kern/
H A Dsubr_log.c88 struct callout sc_callout; /* callout to wakeup syslog */ member
117 callout_reset_sbt(&logsoftc.sc_callout, in logopen()
133 callout_stop(&logsoftc.sc_callout); in logclose()
246 callout_reset_sbt(&logsoftc.sc_callout, in logtimeout()
300 callout_init_mtx(&logsoftc.sc_callout, &msgbuf_lock, 0); in log_drvinit()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c113 struct callout sc_callout; member
169 callout_reset(&sc->sc_callout, sc->sc_tick, ft5406ts_callout, sc); in ft5406ts_callout()
179 callout_stop(&sc->sc_callout); in ft5406ts_ev_close()
191 callout_reset(&sc->sc_callout, sc->sc_tick, ft5406ts_callout, sc); in ft5406ts_ev_open()
263 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ft5406ts_init()
/freebsd/sys/dev/usb/gadget/
H A Dg_keyboard.c115 struct usb_callout sc_callout; member
182 usb_callout_reset(&sc->sc_callout, i, &g_keyboard_timeout, sc); in g_keyboard_timeout_reset()
236 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in g_keyboard_attach()
268 usb_callout_stop(&sc->sc_callout); in g_keyboard_detach()
273 usb_callout_drain(&sc->sc_callout); in g_keyboard_detach()
H A Dg_modem.c74 struct usb_callout sc_callout; member
206 usb_callout_reset(&sc->sc_callout, i, &g_modem_timeout, sc); in g_modem_timeout_reset()
285 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in g_modem_attach()
324 usb_callout_stop(&sc->sc_callout); in g_modem_detach()
330 usb_callout_drain(&sc->sc_callout); in g_modem_detach()
H A Dg_audio.c75 struct usb_callout sc_callout; member
223 usb_callout_reset(&sc->sc_callout, i, &g_audio_timeout, sc); in g_audio_timeout_reset()
299 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in g_audio_attach()
366 usb_callout_stop(&sc->sc_callout); in g_audio_detach()
372 usb_callout_drain(&sc->sc_callout); in g_audio_detach()
/freebsd/sys/dev/usb/misc/
H A Dugold.c101 struct callout sc_callout; member
169 callout_reset(&sc->sc_callout, 6 * hz, &ugold_timeout, sc); in ugold_timeout()
209 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ugold_attach()
294 callout_drain(&sc->sc_callout); in ugold_detach()
/freebsd/sys/dev/usb/controller/
H A Dxhci_pci.c258 usb_callout_reset(&sc->sc_callout, 1, (void *)&xhci_interrupt_poll, sc); in xhci_interrupt_poll()
346 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_bus.bus_mtx, 0); in xhci_pci_attach()
472 usb_callout_drain(&sc->sc_callout); in xhci_pci_detach()
H A Dxhci.h501 struct usb_callout sc_callout; member
/freebsd/sys/dev/usb/input/
H A Dums.c137 struct usb_callout sc_callout; member
366 usb_callout_reset(&sc->sc_callout, hz / 20, in ums_intr_callback()
369 usb_callout_stop(&sc->sc_callout); in ums_intr_callback()
591 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in ums_attach()
779 usb_callout_drain(&sc->sc_callout); in ums_detach()
850 usb_callout_stop(&sc->sc_callout); in ums_stop_rx()
H A Dukbd.c150 struct usb_callout sc_callout; member
428 usb_callout_reset_sbt(&sc->sc_callout, sc->sc_co_basetime, prec, in ukbd_start_timer()
1155 usb_callout_init_mtx(&sc->sc_callout, &Giant, 0); in ukbd_attach()
1336 usb_callout_stop(&sc->sc_callout); in ukbd_detach()
1380 usb_callout_drain(&sc->sc_callout); in ukbd_detach()
H A Datp.c690 struct callout sc_callout; member
1979 callout_reset(&sc->sc_callout, ATP_ZOMBIE_STROKE_REAP_INTERVAL, in atp_terminate_stroke()
2287 callout_init_mtx(&sc->sc_callout, &sc->sc_mutex, 0); in atp_attach()
2305 callout_drain(&sc->sc_callout); in atp_detach()
/freebsd/sys/geom/gate/
H A Dg_gate.h94 struct callout sc_callout; /* P: (modified only member
H A Dg_gate.c125 callout_drain(&sc->sc_callout); in g_gate_destroy()
395 callout_reset(&sc->sc_callout, sc->sc_timeout * hz, in g_gate_guard()
517 callout_init(&sc->sc_callout, 1); in g_gate_create()
615 callout_reset(&sc->sc_callout, sc->sc_timeout * hz, in g_gate_create()
/freebsd/sys/geom/cache/
H A Dg_cache.h57 struct callout sc_callout; member
H A Dg_cache.c430 callout_reset(&sc->sc_callout, g_cache_timeout * hz, g_cache_go, sc); in g_cache_go()
519 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in g_cache_create()
547 callout_reset(&sc->sc_callout, g_cache_timeout * hz, g_cache_go, sc); in g_cache_create()
576 callout_drain(&sc->sc_callout); in g_cache_destroy()
/freebsd/sys/dev/uart/
H A Duart_bus.h93 bool sc_callout:1; /* This UART is opened for callout. */ member
/freebsd/sys/dev/usb/video/
H A Dudl.h65 struct callout sc_callout; member
H A Dudl.c293 callout_reset(&sc->sc_callout, hz / fps, &udl_callout, sc); in udl_callout()
325 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in udl_attach()
450 callout_stop(&sc->sc_callout); in udl_detach()
455 callout_drain(&sc->sc_callout); in udl_detach()
/freebsd/sys/net/
H A Dif_lagg.h254 struct callout sc_callout; member
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c110 usb_callout_reset(&sc->sc_callout, 1, (void *)&xhci_interrupt_poll, sc); in xhci_interrupt_poll()
159 usb_callout_init_mtx(&sc->sc_callout, &sc->sc_bus.bus_mtx, 0); in snps_dwc3_attach_xhci()
/freebsd/sys/dev/hid/
H A Dhkbd.c143 struct callout sc_callout; member
374 callout_reset_sbt(&sc->sc_callout, sc->sc_co_basetime, prec, in hkbd_start_timer()
894 callout_init_mtx(&sc->sc_callout, &sc->sc_mtx, 0); in hkbd_attach()
1030 callout_stop(&sc->sc_callout); in hkbd_detach()
/freebsd/sys/geom/journal/
H A Dg_journal.h146 struct callout sc_callout; member
H A Dg_journal.c2278 callout_init(&sc->sc_callout, 1); in g_journal_create()
2286 callout_reset(&sc->sc_callout, 5 * hz, in g_journal_create()
2356 callout_drain(&sc->sc_callout); in g_journal_create()
2419 callout_drain(&sc->sc_callout); in g_journal_destroy()
/freebsd/sys/geom/raid3/
H A Dg_raid3.h228 struct callout sc_callout; member
/freebsd/sys/geom/mirror/
H A Dg_mirror.h211 struct callout sc_callout; member

12