Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpwm.h397 int pwm_get_state_hw(struct pwm_device *pwm, struct pwm_state *state);
522 static inline int pwm_get_state_hw(struct pwm_device *pwm, struct pwm_state *state) in pwm_get_state_hw() function
/linux/drivers/pwm/
H A Dcore.c796 int pwm_get_state_hw(struct pwm_device *pwm, struct pwm_state *state) in pwm_get_state_hw() function
832 EXPORT_SYMBOL_GPL(pwm_get_state_hw);
988 err = pwm_get_state_hw(pwm, &state); in pwm_device_request()
2561 pwm_get_state_hw(pwm, &hwstate); in pwm_dbg_show()
/linux/drivers/iio/adc/
H A Dad4695.c1187 ret = pwm_get_state_hw(st->cnv_pwm, &state); in ad4695_read_raw()