Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/gpio/
Dgpiopwm.c49 callout_t sc_pulse; member
110 callout_init(&sc->sc_pulse, CALLOUT_MPSAFE); in gpiopwm_attach()
111 callout_setfunc(&sc->sc_pulse, gpiopwm_pulse, sc); in gpiopwm_attach()
147 callout_halt(&sc->sc_pulse, NULL); in gpiopwm_detach()
148 callout_destroy(&sc->sc_pulse); in gpiopwm_detach()
171 callout_halt(&sc->sc_pulse, NULL); in gpiopwm_set_on()
183 callout_schedule(&sc->sc_pulse, sc->sc_ticks_on); in gpiopwm_set_on()
198 callout_halt(&sc->sc_pulse, NULL); in gpiopwm_set_off()
210 callout_schedule(&sc->sc_pulse, sc->sc_ticks_on); in gpiopwm_set_off()
223 callout_schedule(&sc->sc_pulse, sc->sc_ticks_off); in gpiopwm_pulse()
[all …]