HomeSort by: relevance | last modified time | path
    Searched defs:sc_pulse (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/gpio/
gpiopwm.c 49 callout_t sc_pulse; member in struct:gpiopwm_softc
110 callout_init(&sc->sc_pulse, CALLOUT_MPSAFE);
111 callout_setfunc(&sc->sc_pulse, gpiopwm_pulse, sc);
147 callout_halt(&sc->sc_pulse, NULL);
148 callout_destroy(&sc->sc_pulse);
171 callout_halt(&sc->sc_pulse, NULL);
183 callout_schedule(&sc->sc_pulse, sc->sc_ticks_on);
198 callout_halt(&sc->sc_pulse, NULL);
210 callout_schedule(&sc->sc_pulse, sc->sc_ticks_on);
223 callout_schedule(&sc->sc_pulse, sc->sc_ticks_off)
    [all...]
gpiopwm.c 49 callout_t sc_pulse; member in struct:gpiopwm_softc
110 callout_init(&sc->sc_pulse, CALLOUT_MPSAFE);
111 callout_setfunc(&sc->sc_pulse, gpiopwm_pulse, sc);
147 callout_halt(&sc->sc_pulse, NULL);
148 callout_destroy(&sc->sc_pulse);
171 callout_halt(&sc->sc_pulse, NULL);
183 callout_schedule(&sc->sc_pulse, sc->sc_ticks_on);
198 callout_halt(&sc->sc_pulse, NULL);
210 callout_schedule(&sc->sc_pulse, sc->sc_ticks_on);
223 callout_schedule(&sc->sc_pulse, sc->sc_ticks_off)
    [all...]

Completed in 23 milliseconds