Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dsysfs.c64 ret = pwm_config(pwm, pwm_get_duty_cycle(pwm), val); in period_store()
75 return sprintf(buf, "%u\n", pwm_get_duty_cycle(pwm)); in duty_cycle_show()
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-lpc18xx-sct.c299 lpc18xx_pwm_config_duty(chip, pwm, pwm_get_duty_cycle(pwm)); in lpc18xx_pwm_request()
/linux-4.4.14/include/linux/
Dpwm.h132 static inline unsigned int pwm_get_duty_cycle(const struct pwm_device *pwm) in pwm_get_duty_cycle() function
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_panel.c550 duty_ns = pwm_get_duty_cycle(panel->backlight.pwm); in pwm_get_backlight()
1677 pwm_get_duty_cycle(panel->backlight.pwm) * 100, in pwm_setup_backlight()