Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dpwm.h244 struct pwm_capture { struct
261 struct pwm_capture *result, unsigned long timeout); argument
/linux-6.12.1/drivers/pwm/
Dcore.c328 static int pwm_capture(struct pwm_device *pwm, struct pwm_capture *result, in pwm_capture() function
683 struct pwm_capture result; in capture_show()
686 ret = pwm_capture(pwm, &result, jiffies_to_msecs(HZ)); in capture_show()
Dpwm-sti.c306 struct pwm_capture *result, unsigned long timeout) in sti_pwm_capture()
Dpwm-stm32.c155 struct pwm_capture *result, unsigned long tmo_ms) in stm32_pwm_capture()