Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pwm/
Dpwm-clps711x.c88 duty = clps711x_get_duty(pwm, pwm_get_duty_cycle(pwm)); in clps711x_pwm_enable()
Dpwm-bcm-kona.c219 ret = kona_pwmc_config(chip, pwm, pwm_get_duty_cycle(pwm), in kona_pwmc_enable()
Dpwm-omap-dmtimer.c110 if (duty_ns == pwm_get_duty_cycle(pwm) && in pwm_omap_dmtimer_config()
Dpwm-lpc18xx-sct.c299 lpc18xx_pwm_config_duty(chip, pwm, pwm_get_duty_cycle(pwm)); in lpc18xx_pwm_request()
/Linux-v4.19/include/linux/
Dpwm.h129 static inline unsigned int pwm_get_duty_cycle(const struct pwm_device *pwm) in pwm_get_duty_cycle() function
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_panel.c526 duty_ns = pwm_get_duty_cycle(panel->backlight.pwm); in pwm_get_backlight()
1769 pwm_get_duty_cycle(panel->backlight.pwm) * 100, in pwm_setup_backlight()