Home
last modified time | relevance | path

Searched refs:pwm_get_duty_cycle (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-clps711x.c83 duty = clps711x_get_duty(pwm, pwm_get_duty_cycle(pwm)); in clps711x_pwm_enable()
H A Dpwm-crc.c77 if (pwm_get_duty_cycle(pwm) != state->duty_cycle || in crc_pwm_apply()
H A Dpwm-bcm-kona.c219 ret = kona_pwmc_config(chip, pwm, pwm_get_duty_cycle(pwm), in kona_pwmc_enable()
H A Dpwm-omap-dmtimer.c164 if (duty_ns == pwm_get_duty_cycle(pwm) && in pwm_omap_dmtimer_config()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dpwm-regulator.c126 if (drvdata->init_uv && !pwm_get_duty_cycle(drvdata->pwm)) in pwm_regulator_enable()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpwm.h149 static inline u64 pwm_get_duty_cycle(const struct pwm_device *pwm) in pwm_get_duty_cycle() function