Home
last modified time | relevance | path

Searched refs:avoid_freq_lock (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c1332 mutex_lock(&hdd_ctxt->avoid_freq_lock); in hdd_ch_avoid_ind()
1335 mutex_unlock(&hdd_ctxt->avoid_freq_lock); in hdd_ch_avoid_ind()
1374 mutex_lock(&hdd_ctxt->avoid_freq_lock); in hdd_ch_avoid_ind()
1378 mutex_unlock(&hdd_ctxt->avoid_freq_lock); in hdd_ch_avoid_ind()
1383 mutex_unlock(&hdd_ctxt->avoid_freq_lock); in hdd_ch_avoid_ind()
H A Dwlan_hdd_cfg80211.c1787 mutex_lock(&hdd_ctx->avoid_freq_lock); in wlan_hdd_send_avoid_freq_for_dnbs()
1794 mutex_unlock(&hdd_ctx->avoid_freq_lock); in wlan_hdd_send_avoid_freq_for_dnbs()
1852 mutex_lock(&hdd_ctx->avoid_freq_lock); in wlan_hdd_send_avoid_freq_for_dnbs()
1858 mutex_unlock(&hdd_ctx->avoid_freq_lock); in wlan_hdd_send_avoid_freq_for_dnbs()
1863 mutex_unlock(&hdd_ctx->avoid_freq_lock); in wlan_hdd_send_avoid_freq_for_dnbs()
H A Dwlan_hdd_main.c11541 mutex_destroy(&hdd_ctx->avoid_freq_lock); in hdd_wlan_exit()
17579 mutex_init(&hdd_ctx->avoid_freq_lock); in hdd_wlan_startup()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2209 struct mutex avoid_freq_lock; member