Home
last modified time | relevance | path

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

/include/linux/
Dpwm.h344 int pwm_apply_state(struct pwm_device *pwm, const struct pwm_state *state);
390 return pwm_apply_state(pwm, &state); in pwm_config()
411 return pwm_apply_state(pwm, &state); in pwm_enable()
430 pwm_apply_state(pwm, &state); in pwm_disable()
472 static inline int pwm_apply_state(struct pwm_device *pwm, in pwm_apply_state() function
613 pwm_apply_state(pwm, &state); in pwm_apply_args()