Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pwm/
Dpwm-crc.c75 if (pwm_get_duty_cycle(pwm) != state->duty_cycle || in crc_pwm_apply()
Dpwm-omap-dmtimer.c159 if (duty_ns == pwm_get_duty_cycle(pwm) && in pwm_omap_dmtimer_config()
/linux-6.12.1/include/linux/
Dpwm.h126 static inline u64 pwm_get_duty_cycle(const struct pwm_device *pwm) in pwm_get_duty_cycle() function