Home
last modified time | relevance | path

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

/include/linux/
Dpwm.h336 int pwm_apply_state(struct pwm_device *pwm, const struct pwm_state *state);
364 return pwm_apply_state(pwm, &state); in pwm_config()
385 return pwm_apply_state(pwm, &state); in pwm_enable()
404 pwm_apply_state(pwm, &state); in pwm_disable()
446 static inline int pwm_apply_state(struct pwm_device *pwm, in pwm_apply_state() function
579 pwm_apply_state(pwm, &state); in pwm_apply_args()