Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dcore.c149 pwm_set_period(pwm, args->args[1]); in of_pwm_xlate_with_flags()
175 pwm_set_period(pwm, args->args[1]); in of_pwm_simple_xlate()
754 pwm_set_period(pwm, chosen->period); in pwm_get()
Dpwm-clps711x.c63 pwm_set_period(pwm, DIV_ROUND_CLOSEST(NSEC_PER_SEC, freq)); in clps711x_pwm_request()
Dpwm-pxa.c163 pwm_set_period(pwm, args->args[0]); in pxa_pwm_of_xlate()
Dpwm-lpc18xx-sct.c218 pwm_set_period(&chip->pwms[i], period_ns); in lpc18xx_pwm_config()
/linux-4.4.14/include/linux/
Dpwm.h115 static inline void pwm_set_period(struct pwm_device *pwm, unsigned int period) in pwm_set_period() function
/linux-4.4.14/drivers/video/backlight/
Dpwm_bl.c299 pwm_set_period(pb->pwm, data->pwm_period_ns); in pwm_backlight_probe()