Home
last modified time | relevance | path

Searched refs:pwm_get_period (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/pwm/
Dpwm-clps711x.c51 return DIV_ROUND_CLOSEST(v * 0xf, pwm_get_period(pwm)); in clps711x_get_duty()
74 if (period_ns != pwm_get_period(pwm)) in clps711x_pwm_config()
Dpwm-sti.c129 period_same = (period_ns == pwm_get_period(cur)); in sti_pwm_config()
/linux-4.1.27/drivers/regulator/
Dpwm-regulator.c51 pwm_reg_period = pwm_get_period(drvdata->pwm); in pwm_regulator_set_voltage_sel()
/linux-4.1.27/include/linux/
Dpwm.h101 static inline unsigned int pwm_get_period(struct pwm_device *pwm) in pwm_get_period() function
/linux-4.1.27/drivers/leds/
Dleds-pwm.c128 led_data->period = pwm_get_period(led_data->pwm); in led_pwm_add()
/linux-4.1.27/drivers/video/backlight/
Dpwm_bl.c299 pb->period = pwm_get_period(pb->pwm); in pwm_backlight_probe()
Dlm3630a_bl.c165 unsigned int period = pwm_get_period(pchip->pwmd); in lm3630a_pwm_ctrl()
/linux-4.1.27/drivers/video/fbdev/
Dssd1307fb.c267 par->pwm_period = pwm_get_period(par->pwm); in ssd1307fb_ssd1307_init()