Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-crc.c77 if (pwm_get_duty_cycle(pwm) != state->duty_cycle || in crc_pwm_apply()
H A Dpwm-omap-dmtimer.c164 if (duty_ns == pwm_get_duty_cycle(pwm) && in pwm_omap_dmtimer_config()
/openbmc/linux/include/linux/
H A Dpwm.h138 static inline u64 pwm_get_duty_cycle(const struct pwm_device *pwm) in pwm_get_duty_cycle() function