Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pwm/
Dpwm-clps711x.c83 duty = clps711x_get_duty(pwm, pwm_get_duty_cycle(pwm)); in clps711x_pwm_enable()
Dpwm-crc.c77 if (pwm_get_duty_cycle(pwm) != state->duty_cycle || in crc_pwm_apply()
Dpwm-bcm-kona.c219 ret = kona_pwmc_config(chip, pwm, pwm_get_duty_cycle(pwm), in kona_pwmc_enable()
Dpwm-omap-dmtimer.c164 if (duty_ns == pwm_get_duty_cycle(pwm) && in pwm_omap_dmtimer_config()
/Linux-v5.10/include/linux/
Dpwm.h131 static inline u64 pwm_get_duty_cycle(const struct pwm_device *pwm) in pwm_get_duty_cycle() function