Searched refs:tmo_ms (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/pwm/ |
D | pwm-stm32.c | 106 unsigned long tmo_ms, u32 *raw_prd, in stm32_pwm_raw_capture() argument 131 2, tmo_ms); in stm32_pwm_raw_capture() 167 struct pwm_capture *result, unsigned long tmo_ms) in stm32_pwm_capture() argument 196 div = (unsigned long long)rate * (unsigned long long)tmo_ms; in stm32_pwm_capture() 219 ret = stm32_pwm_raw_capture(priv, pwm, tmo_ms, &raw_prd, &raw_dty); in stm32_pwm_capture() 240 ret = stm32_pwm_raw_capture(priv, pwm, tmo_ms, &raw_prd, in stm32_pwm_capture() 254 if (prd >= (tmo_ms * NSEC_PER_MSEC) >> (icpsc + 2)) in stm32_pwm_capture() 268 ret = stm32_pwm_raw_capture(priv, pwm, tmo_ms, &raw_prd, &raw_dty); in stm32_pwm_capture()
|
/Linux-v4.19/include/linux/mfd/ |
D | stm32-timers.h | 131 unsigned long tmo_ms); 138 unsigned long tmo_ms) in stm32_timers_dma_burst_read() argument
|
/Linux-v4.19/drivers/mfd/ |
D | stm32-timers.c | 52 unsigned long tmo_ms) in stm32_timers_dma_burst_read() argument 55 unsigned long timeout = msecs_to_jiffies(tmo_ms); in stm32_timers_dma_burst_read()
|