Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pcmcia/
H A Dif_ray.c162 struct callout sc_reset_resetloop_ch; member
515 callout_init(&sc->sc_reset_resetloop_ch, 0); in ray_attach()
816 callout_stop(&sc->sc_reset_resetloop_ch); in ray_reset()
824 callout_stop(&sc->sc_reset_resetloop_ch); in ray_reset()
826 callout_reset(&sc->sc_reset_resetloop_ch, 30 * hz, in ray_reset()