Searched refs:stm32_pwm_raw_capture (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pwm/ |
H A D | pwm-stm32.c | 477 static int stm32_pwm_raw_capture(struct pwm_chip *chip, struct pwm_device *pwm, in stm32_pwm_raw_capture() function 596 ret = stm32_pwm_raw_capture(chip, pwm, tmo_ms, &raw_prd, &raw_dty); in stm32_pwm_capture() 617 ret = stm32_pwm_raw_capture(chip, pwm, tmo_ms, &raw_prd, in stm32_pwm_capture() 645 ret = stm32_pwm_raw_capture(chip, pwm, tmo_ms, &raw_prd, &raw_dty); in stm32_pwm_capture()
|