Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dcore.c894 * pwm_capture() - capture and report a PWM signal
901 static int pwm_capture(struct pwm_device *pwm, struct pwm_capture *result, in pwm_capture() function
911 * Holding the pwm_lock is probably not needed. If you use pwm_capture() in pwm_capture()
1286 struct pwm_capture result; in capture_show()
1289 ret = pwm_capture(pwm, &result, jiffies_to_msecs(HZ)); in capture_show()
H A Dpwm-sti.c296 struct pwm_capture *result, unsigned long timeout) in sti_pwm_capture()
H A Dpwm-stm32.c534 struct pwm_capture *result, unsigned long tmo_ms) in stm32_pwm_capture()