Searched refs:tmo_ms (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_timer.c | 56 uint tmo_ms; member 334 if (node->tmo_ms) { in WL_TIMER_HANDLER() 337 node->tmo_ms = 0; in WL_TIMER_HANDLER() 452 wl_timer_mod(dhd_pub_t *dhd, timer_list_compat_t *timer, uint32 tmo_ms) in wl_timer_mod() argument 460 node->tmo_ms = tmo_ms; in wl_timer_mod() 461 if (tmo_ms) { in wl_timer_mod() 462 TIMER_TRACE(node->net->name, "update timer %dms\n", tmo_ms); in wl_timer_mod() 463 node->tmo_jiffies = jiffies + msecs_to_jiffies(tmo_ms); in wl_timer_mod() 499 TIMER_ERROR(net->name, "timer registered tmo=%d\n", leaf->tmo_ms); in wl_timer_register() 591 wl_timer_mod(dhd_pub_t *dhd, timer_list_compat_t *timer, uint32 tmo_ms) in wl_timer_mod() argument [all …]
|
| H A D | wl_timer.h | 7 void wl_timer_mod(dhd_pub_t *dhd, timer_list_compat_t *timer, uint32 tmo_ms);
|
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | pwm-stm32.c | 109 unsigned long tmo_ms, u32 *raw_prd, in stm32_pwm_raw_capture() argument 134 2, tmo_ms); in stm32_pwm_raw_capture() 170 struct pwm_capture *result, unsigned long tmo_ms) in stm32_pwm_capture() argument 199 div = (unsigned long long)rate * (unsigned long long)tmo_ms; in stm32_pwm_capture() 222 ret = stm32_pwm_raw_capture(priv, pwm, tmo_ms, &raw_prd, &raw_dty); in stm32_pwm_capture() 243 ret = stm32_pwm_raw_capture(priv, pwm, tmo_ms, &raw_prd, in stm32_pwm_capture() 257 if (prd >= (tmo_ms * NSEC_PER_MSEC) >> (icpsc + 2)) in stm32_pwm_capture() 271 ret = stm32_pwm_raw_capture(priv, pwm, tmo_ms, &raw_prd, &raw_dty); in stm32_pwm_capture()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | stm32-timers.h | 127 unsigned long tmo_ms); 134 unsigned long tmo_ms) in stm32_timers_dma_burst_read() argument
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A 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()
|