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

  /src/sys/arch/arm/amlogic/
meson_pwm.c 97 struct meson_pwm_channel * const pwmchan = pwm->pwm_priv; local in function:meson_pwm_enable
102 switch (pwmchan->mpc_index) {
168 struct meson_pwm_channel * const pwmchan = pwm->pwm_priv; local in function:meson_pwm_get_config
170 *conf = pwmchan->mpc_conf;
177 struct meson_pwm_channel * const pwmchan = pwm->pwm_priv; local in function:meson_pwm_set_config
216 switch (pwmchan->mpc_index) {
260 pwmchan->mpc_conf = *conf;
267 pwmchan->mpc_index ? "A" : "B",
282 struct meson_pwm_channel *pwmchan; local in function:meson_pwm_get_tag
294 pwmchan = &sc->sc_pwmchan[index]
    [all...]
meson_pwm.c 97 struct meson_pwm_channel * const pwmchan = pwm->pwm_priv; local in function:meson_pwm_enable
102 switch (pwmchan->mpc_index) {
168 struct meson_pwm_channel * const pwmchan = pwm->pwm_priv; local in function:meson_pwm_get_config
170 *conf = pwmchan->mpc_conf;
177 struct meson_pwm_channel * const pwmchan = pwm->pwm_priv; local in function:meson_pwm_set_config
216 switch (pwmchan->mpc_index) {
260 pwmchan->mpc_conf = *conf;
267 pwmchan->mpc_index ? "A" : "B",
282 struct meson_pwm_channel *pwmchan; local in function:meson_pwm_get_tag
294 pwmchan = &sc->sc_pwmchan[index]
    [all...]

Completed in 21 milliseconds