HomeSort by: relevance | last modified time | path
    Searched refs:scan_ch (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
rt2560var.h 118 struct callout scan_ch; member in struct:rt2560_softc
rt2661var.h 108 struct callout scan_ch; member in struct:rt2661_softc
rt2661.c 206 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);
rt2560.c 327 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 15 milliseconds