| /openbsd-src/sys/dev/gpio/ |
| H A D | gpiodcf.c | 160 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 D | autoconf.c | 142 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 D | autoconf.c | 172 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 D | longrun.c | 62 timeout_set(&longrun_timo, longrun_update, NULL); in longrun_init()
|
| /openbsd-src/sys/dev/usb/ |
| H A D | udcf.c | 173 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 D | workqueue.h | 137 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 D | linenum.c | 206 timeout_set(int seconds) in timeout_set() function 296 timeout_set(LONGTIME); in find_linenum()
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | amlrng.c | 84 timeout_set(&sc->sc_to, amlrng_rnd, sc); in amlrng_attach()
|
| H A D | qcrng.c | 85 timeout_set(&sc->sc_to, qcrng_rnd, sc); in qcrng_attach()
|
| H A D | bcm2835_rng.c | 94 timeout_set(&sc->sc_to, bcmrng_rnd, sc); in bcmrng_attach()
|
| H A D | bcm2711_rng.c | 94 timeout_set(&sc->sc_to, bcmirng_rnd, sc); in bcmirng_attach()
|
| H A D | imxdog.c | 91 timeout_set(&sc->sc_tmo, imxdog_timeout, sc); in imxdog_attach()
|
| H A D | mvrng.c | 113 timeout_set(&sc->sc_to, mvrng_rnd, sc); in mvrng_attach()
|
| /openbsd-src/sys/kern/ |
| H A D | kern_watchdog.c | 46 timeout_set(&wdog_timeout, wdog_tickle, NULL); in wdog_register()
|
| /openbsd-src/sys/arch/octeon/dev/ |
| H A D | octrng.c | 102 timeout_set(&sc->sc_to, octrng_rnd, sc); in octrng_attach()
|
| /openbsd-src/sys/sys/ |
| H A D | timeout.h | 104 void timeout_set(struct timeout *, void (*)(void *), void *);
|
| /openbsd-src/sys/arch/sparc64/dev/ |
| H A D | beeper.c | 117 timeout_set(&sc->sc_to, beeper_stop, sc); in beeper_attach()
|
| H A D | vrng.c | 130 timeout_set(&sc->sc_to, vrng_rnd, sc); in vrng_attach()
|
| H A D | led.c | 132 timeout_set(&sc->sc_to, led_blink_finish, sc); in led_attach()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | aic7xxx_cam.h | 73 timeout_set((timer), (func), (arg)); \
|
| H A D | pckbc.c | 313 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 D | adv.c | 241 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 D | sunms.c | 60 timeout_set(&sc->sc_abort_tmo, sunms_abort_input, sc); in sunms_attach()
|
| /openbsd-src/sys/arch/riscv64/dev/ |
| H A D | stfrng.c | 114 timeout_set(&sc->sc_to, stfrng_rnd, sc); in stfrng_attach()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | i82365_pci.c | 199 timeout_set(&sc->poll_timeout, pcic_poll_intr, sc); in pcic_pci_attach()
|