Searched refs:wait_ms (Results 1 – 8 of 8) sorted by relevance
56 u64 wait_ms; member68 .wait_ms = WAIT_TEST_MS,491 u64 base_wait = test_args.wait_ms; in test_reprogram_timers()507 s32 tval = (s32)msec_to_cycles(test_args.wait_ms); in test_basic_functionality()508 u64 cval = DEF_CNT + msec_to_cycles(test_args.wait_ms); in test_basic_functionality()532 msec_to_cycles(test_args.wait_ms)); in timers_sanity_checks()548 msec_to_cycles(test_args.wait_ms)); in timers_sanity_checks()559 msec_to_cycles(test_args.wait_ms)); in timers_sanity_checks()563 msec_to_cycles(test_args.wait_ms)); in timers_sanity_checks()567 timer_set_tval(timer, -1 * msec_to_cycles(test_args.wait_ms)); in timers_sanity_checks()[all …]
126 static int rk3328_codec_power_on(struct rk3328_codec_priv *rk3328, int wait_ms) in rk3328_codec_power_on() argument134 mdelay(wait_ms); in rk3328_codec_power_on()139 static int rk3328_codec_power_off(struct rk3328_codec_priv *rk3328, int wait_ms) in rk3328_codec_power_off() argument147 mdelay(wait_ms); in rk3328_codec_power_off()
27 u8 hopcount, int wait_ms);
1533 u8 hopcount, int wait_ms) in rio_lock_device() argument1545 if (wait_ms != 0 && tcnt == wait_ms) { in rio_lock_device()
167 self.wait_ms = (iocg.stat.wait_us.value_() -186 'wait_ms' : self.wait_ms,
749 int wait_ms = 3000; in usb_stream_start() local751 while (s->state != usb_stream_ready && wait_ms > 0) { in usb_stream_start()753 wait_ms -= 200; in usb_stream_start()
134 static void dsps_mod_timer(struct dsps_glue *glue, int wait_ms) in dsps_mod_timer() argument139 if (wait_ms < 0) in dsps_mod_timer()142 wait = msecs_to_jiffies(wait_ms); in dsps_mod_timer()
815 unsigned int wait_ms = 2; in nbd_pending_cmd_work() local830 if (READ_ONCE(jiffies) + msecs_to_jiffies(wait_ms) >= deadline) { in nbd_pending_cmd_work()835 msleep(wait_ms); in nbd_pending_cmd_work()836 wait_ms *= 2; in nbd_pending_cmd_work()