Home
last modified time | relevance | path

Searched refs:wait_ms (Results 1 – 17 of 17) sorted by relevance

/linux/sound/soc/codecs/
A Drk3328_codec.c127 static int rk3328_codec_power_on(struct rk3328_codec_priv *rk3328, int wait_ms) in rk3328_codec_power_on() argument
135 mdelay(wait_ms); in rk3328_codec_power_on()
140 static int rk3328_codec_power_off(struct rk3328_codec_priv *rk3328, int wait_ms) in rk3328_codec_power_off() argument
148 mdelay(wait_ms); in rk3328_codec_power_off()
/linux/fs/f2fs/
A Dgc.c37 unsigned int wait_ms; in gc_thread_func() local
39 wait_ms = gc_th->min_sleep_time; in gc_thread_func()
49 msecs_to_jiffies(wait_ms)); in gc_thread_func()
66 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
95 wait_ms = gc_th->urgent_sleep_time; in gc_thread_func()
109 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
116 decrease_sleep_time(gc_th, &wait_ms); in gc_thread_func()
118 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
131 wait_ms = gc_th->no_gc_sleep_time; in gc_thread_func()
136 trace_f2fs_background_gc(sbi->sb, wait_ms, in gc_thread_func()
A Dsegment.c1787 unsigned int wait_ms = DEF_MIN_DISCARD_ISSUE_TIME; in issue_discard_thread() local
1801 wait_ms = dpolicy.max_interval; in issue_discard_thread()
1806 msecs_to_jiffies(wait_ms)); in issue_discard_thread()
1822 wait_ms = dpolicy.max_interval; in issue_discard_thread()
1833 wait_ms = dpolicy.min_interval; in issue_discard_thread()
1835 wait_ms = f2fs_time_to_wait(sbi, DISCARD_TIME); in issue_discard_thread()
1836 if (!wait_ms) in issue_discard_thread()
1837 wait_ms = dpolicy.mid_interval; in issue_discard_thread()
1839 wait_ms = dpolicy.max_interval; in issue_discard_thread()
A Df2fs.h1877 unsigned int wait_ms = 0; in f2fs_time_to_wait() local
1882 wait_ms = jiffies_to_msecs(delta); in f2fs_time_to_wait()
1884 return wait_ms; in f2fs_time_to_wait()
/linux/drivers/staging/rtl8723bs/include/
A Drtw_mlme_ext.h593 …adapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms);
594 …ta(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms);
596 …issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms);
598 …issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms);
/linux/drivers/staging/r8188eu/include/
A Drtw_mlme_ext.h558 u8* da, int try_cnt, int wait_ms);
560 unsigned int power_mode, int try_cnt, int wait_ms);
562 u16 tid, int try_cnt, int wait_ms);
566 int try_cnt, int wait_ms);
/linux/drivers/rapidio/
A Drio.h27 u8 hopcount, int wait_ms);
A Drio.c1533 u8 hopcount, int wait_ms) in rio_lock_device() argument
1545 if (wait_ms != 0 && tcnt == wait_ms) { in rio_lock_device()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_mlme_ext.c2568 int try_cnt, int wait_ms) in issue_probereq_ex() argument
2575 wait_ms > 0); in issue_probereq_ex()
2582 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2583 msleep(wait_ms); in issue_probereq_ex()
3140 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata()
3141 msleep(wait_ms); in issue_nulldata()
3273 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_qos_nulldata()
3274 msleep(wait_ms); in issue_qos_nulldata()
3355 int wait_ms) in issue_deauth_ex() argument
3368 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_deauth_ex()
[all …]
/linux/drivers/staging/r8188eu/core/
A Drtw_mlme_ext.c4759 int try_cnt, int wait_ms) in issue_probereq_ex() argument
4773 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
4774 msleep(wait_ms); in issue_probereq_ex()
4783 if (try_cnt && wait_ms) { in issue_probereq_ex()
5472 msleep(wait_ms); in issue_nulldata()
5480 if (try_cnt && wait_ms) { in issue_nulldata()
5592 msleep(wait_ms); in issue_qos_nulldata()
5600 if (try_cnt && wait_ms) { in issue_qos_nulldata()
5684 int wait_ms) in issue_deauth_ex() argument
5699 msleep(wait_ms); in issue_deauth_ex()
[all …]
/linux/sound/usb/usx2y/
A Dusb_stream.c755 int wait_ms = 3000; in usb_stream_start() local
757 while (s->state != usb_stream_ready && wait_ms > 0) { in usb_stream_start()
760 wait_ms -= 200; in usb_stream_start()
/linux/drivers/net/wireless/realtek/rtlwifi/
A Dbase.h91 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms);
A Dbase.c1701 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms) in rtl_wait_tx_report_acked() argument
1706 for (i = 0; i < wait_ms; i++) { in rtl_wait_tx_report_acked()
1711 "Wait 1ms (%d/%d) to disable key.\n", i, wait_ms); in rtl_wait_tx_report_acked()
/linux/drivers/usb/musb/
A Dmusb_dsps.c134 static void dsps_mod_timer(struct dsps_glue *glue, int wait_ms) in dsps_mod_timer() argument
139 if (wait_ms < 0) in dsps_mod_timer()
142 wait = msecs_to_jiffies(wait_ms); in dsps_mod_timer()
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
A Dhalbtcoutsrc.c172 u8 *cmd, u32 len, unsigned long wait_ms) in halbtc_send_bt_mp_operation() argument
181 if (wait_ms) /* before h2c to avoid race condition */ in halbtc_send_bt_mp_operation()
237 if (!wait_ms) in halbtc_send_bt_mp_operation()
241 "btmpinfo wait req_num=%d wait=%ld\n", req_num, wait_ms); in halbtc_send_bt_mp_operation()
244 msecs_to_jiffies(wait_ms)) == 0) { in halbtc_send_bt_mp_operation()
/linux/include/trace/events/
A Df2fs.h627 TP_PROTO(struct super_block *sb, unsigned int wait_ms,
630 TP_ARGS(sb, wait_ms, prefree, free),
634 __field(unsigned int, wait_ms)
641 __entry->wait_ms = wait_ms;
648 __entry->wait_ms,
/linux/drivers/infiniband/hw/hfi1/
A Dchip.c1062 static int wait_link_transfer_active(struct hfi1_devdata *dd, int wait_ms);
10338 static int wait_link_transfer_active(struct hfi1_devdata *dd, int wait_ms) in wait_link_transfer_active() argument
10344 timeout = jiffies + msecs_to_jiffies(wait_ms); in wait_link_transfer_active()

Completed in 103 milliseconds