Searched refs:bcm2835pwm_softc (Results 1 – 1 of 1) sorted by relevance
59 struct bcm2835pwm_softc *sc;66 struct bcm2835pwm_softc { struct86 static int bcmpwm_wait(struct bcm2835pwm_softc *); argument88 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()[all …]