pwm_tag_t
meson_pwm_get_config(pwm_tag_t pwm, struct pwm_config *conf)
meson_pwm_set_config(pwm_tag_t pwm, const struct pwm_config *conf)
static pwm_tag_t
meson_pwm_enable(pwm_tag_t pwm, bool enable)
imxpwm_set_config(pwm_tag_t pwm, const struct pwm_config *conf)
imxpwm_enable(pwm_tag_t pwm, bool enable)
imxpwm_get_config(pwm_tag_t pwm, struct pwm_config *conf)
static pwm_tag_t
rk_pwm_enable(pwm_tag_t pwm, bool enable)
rk_pwm_get_config(pwm_tag_t pwm, struct pwm_config *conf)
rk_pwm_set_config(pwm_tag_t pwm, const struct pwm_config *conf)
static pwm_tag_t
exynos_pwm_get_config(pwm_tag_t pwm, struct pwm_config *conf)
exynos_pwm_set_config(pwm_tag_t pwm, const struct pwm_config *conf)
static pwm_tag_t
exynos_pwm_enable(pwm_tag_t pwm, bool enable)
sunxi_pwm_enable(pwm_tag_t pwm, bool enable)
sunxi_pwm_get_config(pwm_tag_t pwm, struct pwm_config *conf)
sunxi_pwm_set_config(pwm_tag_t pwm, const struct pwm_config *conf)
static pwm_tag_t
pwm_tag_t pwm = &sc->sc_imxpwm.sc_pwm;
pwm_tag_t
pwm_tag_t
pwm_tag_t (*get_tag)(device_t, const void *, size_t);
pwm_tag_t fdtbus_pwm_acquire(int, const char *);
pwm_tag_t fdtbus_pwm_acquire_index(int, const char *, int);
pwm_tag_t sc_pwm;
pwm_tag_t sc_pwm;
pwm_tag_t sc_pwm;
static pwm_tag_t
pcapwm_pwm_enable(pwm_tag_t pwm, bool enable)
pcapwm_pwm_get_config(pwm_tag_t pwm, struct pwm_config *conf)
pcapwm_pwm_set_config(pwm_tag_t pwm, const struct pwm_config *conf)
pwm_enable(pwm_tag_t pwm)
pwm_disable(pwm_tag_t pwm)
pwm_get_config(pwm_tag_t pwm, struct pwm_config *conf)
pwm_set_config(pwm_tag_t pwm, const struct pwm_config *conf)
int pwm_enable(pwm_tag_t);
int pwm_disable(pwm_tag_t);
int pwm_get_config(pwm_tag_t, struct pwm_config *);
int pwm_set_config(pwm_tag_t, const struct pwm_config *);