Searched refs:scan_ch (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Drt2661var.h108 struct callout scan_ch; member in struct:rt2661_softc
H A Drt2560var.h118 struct callout scan_ch; member in struct:rt2560_softc
H A Drt2661.c206 callout_init(&sc->scan_ch, 0);
387 callout_stop(&sc->scan_ch);
789 callout_stop(&sc->scan_ch);
804 callout_reset(&sc->scan_ch, hz / 5, rt2661_next_scan, sc);
H A Drt2560.c327 callout_init(&sc->scan_ch, 0);
499 callout_stop(&sc->scan_ch);
886 callout_stop(&sc->scan_ch);
903 callout_reset(&sc->scan_ch, (sc->dwelltime * hz) / 1000,

Completed in 202 milliseconds