Searched refs:pwm_priv (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/pwm/
H A Dpwmvar.h51 void *pwm_priv; /* driver private data */ member in struct:pwm_controller
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_pwm.c91 struct exynos_pwm_timer * const timer = pwm->pwm_priv;
116 struct exynos_pwm_timer * const timer = pwm->pwm_priv;
134 struct exynos_pwm_timer * const timer = pwm->pwm_priv;
243 sc->sc_timer[n].timer_pwm.pwm_priv = &sc->sc_timer[n];
/netbsd-current/sys/dev/i2c/
H A Dpca9685.c219 chan->ch_controller.pwm_priv = chan;
262 struct pcapwm_channel * const chan = pwm->pwm_priv;
294 struct pcapwm_channel * const chan = pwm->pwm_priv;
341 struct pcapwm_channel * const chan = pwm->pwm_priv;
/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_pwm.c97 struct meson_pwm_channel * const pwmchan = pwm->pwm_priv;
168 struct meson_pwm_channel * const pwmchan = pwm->pwm_priv;
177 struct meson_pwm_channel * const pwmchan = pwm->pwm_priv;
383 sc->sc_pwmchan[i].mpc_pwm.pwm_priv = &sc->sc_pwmchan[i];

Completed in 137 milliseconds