Searched refs:tmo_ms (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/pwm/ |
H A D | pwm-stm32.c | 478 unsigned long tmo_ms, u32 *raw_prd, in stm32_pwm_raw_capture() argument 504 2, tmo_ms); in stm32_pwm_raw_capture() 540 struct pwm_capture *result, unsigned long tmo_ms) in stm32_pwm_capture() argument 569 div = (unsigned long long)rate * (unsigned long long)tmo_ms; in stm32_pwm_capture() 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() 631 if (prd >= (tmo_ms * NSEC_PER_MSEC) >> (icpsc + 2)) in stm32_pwm_capture() 645 ret = stm32_pwm_raw_capture(chip, pwm, tmo_ms, &raw_prd, &raw_dty); in stm32_pwm_capture()
|
/linux/include/linux/mfd/ |
H A D | stm32-timers.h | 165 unsigned long tmo_ms); 172 unsigned long tmo_ms) in stm32_timers_dma_burst_read() argument
|
/linux/drivers/mfd/ |
H A D | stm32-timers.c | 53 unsigned long tmo_ms) in stm32_timers_dma_burst_read() argument 56 unsigned long timeout = msecs_to_jiffies(tmo_ms); in stm32_timers_dma_burst_read()
|