Home
last modified time | relevance | path

Searched refs:sc_co (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/arch/evbarm/ixdp425/
Dixdp425_led.c58 struct callout sc_co; member
93 callout_init(&sc->sc_co, 0); in ixdpled_attach()
94 callout_reset(&sc->sc_co, hz / 5, ixdpled_callout, sc); in ixdpled_attach()
106 callout_reset(&sc->sc_co, hz / 5, ixdpled_callout, sc); in ixdpled_callout()
/netbsd/src/sys/arch/evbarm/ixm1200/
Dnappi_nr.c62 struct callout sc_co; member
91 callout_init(&sc->sc_co, 0); in nappinr_attach()
92 callout_reset(&sc->sc_co, hz / 10, nappinr_callout, sc); in nappinr_attach()
114 callout_reset(&sc->sc_co, hz / 10, nappinr_callout, sc); in nappinr_callout()
/netbsd/src/sys/dev/gpio/
Dgpiosim.c57 callout_t sc_co; member
216 callout_init(&sc->sc_co, CALLOUT_MPSAFE); in gpiosim_attach()
217 callout_setfunc(&sc->sc_co, gpiosim_co, sc); in gpiosim_attach()
252 callout_halt(&sc->sc_co, NULL); in gpiosim_detach()
253 callout_destroy(&sc->sc_co); in gpiosim_detach()
400 callout_schedule(&sc->sc_co, mstohz(sc->sc_ms)); in gpiosim_intr_establish()
499 callout_schedule(&sc->sc_co, mstohz(sc->sc_ms)); in gpiosim_co()
/netbsd/src/sys/arch/i386/pci/
Dglxsb.c159 struct callout sc_co; member
253 callout_init(&sc->sc_co, 0); in glxsb_attach()
254 callout_setfunc(&sc->sc_co, glxsb_rnd, sc); in glxsb_attach()
286 callout_schedule(&sc->sc_co, (hz > 100) ? (hz / 100) : 1); in glxsb_rnd()
/netbsd/src/sys/dev/marvell/
Dif_gfevar.h133 struct callout sc_co; /* resource recovery */ member
Dif_gfe.c428 callout_init(&sc->sc_co, 0); in gfe_attach()
1009 callout_reset(&sc->sc_co, 1, gfe_tick, sc); in gfe_rx_process()