Lines Matching refs:bcm2835pwm_softc
59 struct bcm2835pwm_softc *sc;
66 struct bcm2835pwm_softc { struct
86 static int bcmpwm_wait(struct bcm2835pwm_softc *); argument
88 CFATTACH_DECL_NEW(bcmpwm, sizeof(struct bcm2835pwm_softc),
108 struct bcm2835pwm_softc *sc = device_private(self); in bcmpwm_attach()
181 struct bcm2835pwm_softc *sc; in bcm_pwm_alloc()
214 struct bcm2835pwm_softc *sc = pwm->sc; in bcm_pwm_free()
230 struct bcm2835pwm_softc *sc = pwm->sc; in bcm_pwm_control()
274 bcmpwm_wait(struct bcm2835pwm_softc *sc) in bcmpwm_wait()
295 struct bcm2835pwm_softc *sc = pwm->sc; in bcm_pwm_write()
319 struct bcm2835pwm_softc *sc = pwm->sc; in bcm_pwm_set()
327 struct bcm2835pwm_softc *sc = pwm->sc; in bcm_pwm_flush()
335 struct bcm2835pwm_softc *sc = pwm->sc; in bcm_pwm_dma_enable()
355 struct bcm2835pwm_softc *sc = pwm->sc; in bcm_pwm_dma_address()