Home
last modified time | relevance | path

Searched refs:pwm_adjust_config (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dpwm.h321 int pwm_adjust_config(struct pwm_device *pwm);
468 static inline int pwm_adjust_config(struct pwm_device *pwm) in pwm_adjust_config() function
/Linux-v4.19/drivers/pwm/
Dcore.c574 int pwm_adjust_config(struct pwm_device *pwm) in pwm_adjust_config() function
620 EXPORT_SYMBOL_GPL(pwm_adjust_config);
/Linux-v4.19/drivers/regulator/
Dpwm-regulator.c383 ret = pwm_adjust_config(drvdata->pwm); in pwm_regulator_probe()