Home
last modified time | relevance | path

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

/linux-4.1.27/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()
673 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()
/linux-4.1.27/include/linux/
Dpwm.h95 static inline void pwm_set_period(struct pwm_device *pwm, unsigned int period) in pwm_set_period() function
/linux-4.1.27/drivers/video/backlight/
Dpwm_bl.c302 pwm_set_period(pb->pwm, data->pwm_period_ns); in pwm_backlight_probe()