Home
last modified time | relevance | path

Searched refs:pwm_apply_state (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dpwm.h320 int pwm_apply_state(struct pwm_device *pwm, struct pwm_state *state);
348 return pwm_apply_state(pwm, &state); in pwm_config()
384 return pwm_apply_state(pwm, &state); in pwm_set_polarity()
405 return pwm_apply_state(pwm, &state); in pwm_enable()
424 pwm_apply_state(pwm, &state); in pwm_disable()
462 static inline int pwm_apply_state(struct pwm_device *pwm, in pwm_apply_state() function
596 pwm_apply_state(pwm, &state); in pwm_apply_args()
/linux-4.19.296/drivers/pwm/
Dsysfs.c73 ret = pwm_apply_state(pwm, &state); in period_store()
108 ret = pwm_apply_state(pwm, &state); in duty_cycle_store()
155 ret = pwm_apply_state(pwm, &state); in enable_store()
205 ret = pwm_apply_state(pwm, &state); in polarity_store()
Dcore.c467 int pwm_apply_state(struct pwm_device *pwm, struct pwm_state *state) in pwm_apply_state() function
537 EXPORT_SYMBOL_GPL(pwm_apply_state);
595 return pwm_apply_state(pwm, &state); in pwm_adjust_config()
618 return pwm_apply_state(pwm, &state); in pwm_adjust_config()
/linux-4.19.296/drivers/regulator/
Dpwm-regulator.c99 ret = pwm_apply_state(drvdata->pwm, &pstate); in pwm_regulator_set_voltage_sel()
225 ret = pwm_apply_state(drvdata->pwm, &pstate); in pwm_regulator_set_voltage()