Home
last modified time | relevance | path

Searched refs:qdf_udelay (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_time.c141 void qdf_udelay(int usecs) in qdf_udelay() function
146 qdf_export_symbol(qdf_udelay);
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_time.h195 void qdf_udelay(int usecs);
425 static inline void qdf_udelay(int usecs) in qdf_udelay() function
Dosdep.h88 #define OS_DELAY(_us) qdf_udelay(_us)
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/
Dif_ipci.c988 qdf_udelay(EP_VOTE_POLL_TIME_US); in hif_prevent_link_low_power_states()
1015 qdf_udelay(EP_WAKE_RESET_DELAY_US); in hif_prevent_link_low_power_states()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon_filter.c389 qdf_udelay(100); in dp_mon_ht2_rx_ring_cfg()
/wlan-driver/qcacld-3.0/core/bmi/src/
Dol_fw.c1233 qdf_udelay(100); in ol_patch_pll_switch()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_srng.c853 qdf_udelay(SHADOW_WRITE_DELAY_US); in hal_reg_write_need_delay()
Dhal_api.h719 qdf_udelay(HAL_SHADOW_DIRTY_BIT_POLL_DELAY); in hal_poll_dirty_bit_reg()