Home
last modified time | relevance | path

Searched refs:timeout_set (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/openbsd-src/sys/dev/gpio/
H A Dgpiodcf.c160 timeout_set(&sc->sc_to, gpiodcf_probe, sc); in gpiodcf_attach()
161 timeout_set(&sc->sc_bv_to, gpiodcf_bv_probe, sc); in gpiodcf_attach()
162 timeout_set(&sc->sc_mg_to, gpiodcf_mg_probe, sc); in gpiodcf_attach()
163 timeout_set(&sc->sc_sl_to, gpiodcf_sl_probe, sc); in gpiodcf_attach()
164 timeout_set(&sc->sc_it_to, gpiodcf_invalidate, sc); in gpiodcf_attach()
/openbsd-src/sys/arch/amd64/amd64/
H A Dautoconf.c142 timeout_set(&viac3_rnd_tmo, viac3_rnd, &viac3_rnd_tmo); in cpu_configure()
145 timeout_set(&rdrand_tmo, rdrand, &rdrand_tmo); in cpu_configure()
/openbsd-src/sys/arch/i386/i386/
H A Dautoconf.c172 timeout_set(&viac3_rnd_tmo, viac3_rnd, &viac3_rnd_tmo); in cpu_configure()
176 timeout_set(&rdrand_tmo, rdrand, &rdrand_tmo); in cpu_configure()
H A Dlongrun.c62 timeout_set(&longrun_timo, longrun_update, NULL); in longrun_init()
/openbsd-src/sys/dev/usb/
H A Dudcf.c173 timeout_set(&sc->sc_to, udcf_intr, sc); in udcf_attach()
174 timeout_set(&sc->sc_bv_to, udcf_bv_intr, sc); in udcf_attach()
175 timeout_set(&sc->sc_mg_to, udcf_mg_intr, sc); in udcf_attach()
176 timeout_set(&sc->sc_sl_to, udcf_sl_intr, sc); in udcf_attach()
177 timeout_set(&sc->sc_it_to, udcf_it_intr, sc); in udcf_attach()
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dworkqueue.h137 timeout_set(&dwork->to, __delayed_work_tick, &dwork->work); in INIT_DELAYED_WORK()
144 timeout_set(&dwork->to, __delayed_work_tick, &dwork->work); in INIT_DELAYED_WORK_ONSTACK()
/openbsd-src/usr.bin/less/
H A Dlinenum.c206 timeout_set(int seconds) in timeout_set() function
296 timeout_set(LONGTIME); in find_linenum()
/openbsd-src/sys/dev/fdt/
H A Damlrng.c84 timeout_set(&sc->sc_to, amlrng_rnd, sc); in amlrng_attach()
H A Dqcrng.c85 timeout_set(&sc->sc_to, qcrng_rnd, sc); in qcrng_attach()
H A Dbcm2835_rng.c94 timeout_set(&sc->sc_to, bcmrng_rnd, sc); in bcmrng_attach()
H A Dbcm2711_rng.c94 timeout_set(&sc->sc_to, bcmirng_rnd, sc); in bcmirng_attach()
H A Dimxdog.c91 timeout_set(&sc->sc_tmo, imxdog_timeout, sc); in imxdog_attach()
H A Dmvrng.c113 timeout_set(&sc->sc_to, mvrng_rnd, sc); in mvrng_attach()
/openbsd-src/sys/kern/
H A Dkern_watchdog.c46 timeout_set(&wdog_timeout, wdog_tickle, NULL); in wdog_register()
/openbsd-src/sys/arch/octeon/dev/
H A Doctrng.c102 timeout_set(&sc->sc_to, octrng_rnd, sc); in octrng_attach()
/openbsd-src/sys/sys/
H A Dtimeout.h104 void timeout_set(struct timeout *, void (*)(void *), void *);
/openbsd-src/sys/arch/sparc64/dev/
H A Dbeeper.c117 timeout_set(&sc->sc_to, beeper_stop, sc); in beeper_attach()
H A Dvrng.c130 timeout_set(&sc->sc_to, vrng_rnd, sc); in vrng_attach()
H A Dled.c132 timeout_set(&sc->sc_to, led_blink_finish, sc); in led_attach()
/openbsd-src/sys/dev/ic/
H A Daic7xxx_cam.h73 timeout_set((timer), (func), (arg)); \
H A Dpckbc.c313 timeout_set(&t->t_cleanup, pckbc_cleanup, t); in pckbc_attach()
314 timeout_set(&t->t_poll, pckbc_poll, t); in pckbc_attach()
1084 timeout_set(&pckbc_consdata.t_cleanup, pckbc_cleanup, &pckbc_consdata); in pckbc_cnattach()
1085 timeout_set(&pckbc_consdata.t_poll, pckbc_poll, &pckbc_consdata); in pckbc_cnattach()
H A Dadv.c241 timeout_set(&ccb->xs->stimeout, adv_timeout, ccb); in adv_queue_ccb()
262 timeout_set(&xs->stimeout, adv_watchdog, ccb); in adv_start_ccbs()
269 timeout_set(&xs->stimeout, adv_timeout, ccb); in adv_start_ccbs()
/openbsd-src/sys/dev/sun/
H A Dsunms.c60 timeout_set(&sc->sc_abort_tmo, sunms_abort_input, sc); in sunms_attach()
/openbsd-src/sys/arch/riscv64/dev/
H A Dstfrng.c114 timeout_set(&sc->sc_to, stfrng_rnd, sc); in stfrng_attach()
/openbsd-src/sys/dev/pci/
H A Di82365_pci.c199 timeout_set(&sc->poll_timeout, pcic_poll_intr, sc); in pcic_pci_attach()

12345678910>>...13