Home
last modified time | relevance | path

Searched refs:wiphy_unlock (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.15/net/wireless/
Dwext-compat.c67 wiphy_unlock(wdev->wiphy); in cfg80211_wext_siwmode()
277 wiphy_unlock(&rdev->wiphy); in cfg80211_wext_siwrts()
320 wiphy_unlock(&rdev->wiphy); in cfg80211_wext_siwfrag()
374 wiphy_unlock(&rdev->wiphy); in cfg80211_wext_siwretry()
641 wiphy_unlock(&rdev->wiphy); in cfg80211_wext_siwencode()
737 wiphy_unlock(wdev->wiphy); in cfg80211_wext_siwencodeext()
840 wiphy_unlock(&rdev->wiphy); in cfg80211_wext_siwfreq()
880 wiphy_unlock(&rdev->wiphy); in cfg80211_wext_giwfreq()
937 wiphy_unlock(&rdev->wiphy); in cfg80211_wext_siwtxpower()
960 wiphy_unlock(&rdev->wiphy); in cfg80211_wext_giwtxpower()
[all …]
Dsysfs.c117 wiphy_unlock(&rdev->wiphy); in wiphy_suspend()
135 wiphy_unlock(&rdev->wiphy); in wiphy_resume()
Dcore.c292 wiphy_unlock(wiphy); in cfg80211_shutdown_all_interfaces()
329 wiphy_unlock(&rdev->wiphy); in cfg80211_event_work()
357 wiphy_unlock(&rdev->wiphy); in cfg80211_destroy_ifaces()
1020 wiphy_unlock(&rdev->wiphy); in wiphy_unregister()
1050 wiphy_unlock(&rdev->wiphy); in wiphy_unregister()
1395 wiphy_unlock(&rdev->wiphy); in cfg80211_netdev_notifier_call()
1406 wiphy_unlock(&rdev->wiphy); in cfg80211_netdev_notifier_call()
1412 wiphy_unlock(&rdev->wiphy); in cfg80211_netdev_notifier_call()
1432 wiphy_unlock(&rdev->wiphy); in cfg80211_netdev_notifier_call()
1483 wiphy_unlock(&rdev->wiphy); in cfg80211_netdev_notifier_call()
Dwext-sme.c394 wiphy_unlock(&rdev->wiphy); in cfg80211_wext_siwmlme()
Dreg.c2600 wiphy_unlock(wiphy); in wiphy_apply_custom_regulatory()
2766 wiphy_unlock(wiphy); in reg_process_hint_driver()
3143 wiphy_unlock(&rdev->wiphy); in reg_process_self_managed_hints()
3825 wiphy_unlock(request_wiphy); in reg_set_rd_driver()
3831 wiphy_unlock(request_wiphy); in reg_set_rd_driver()
3836 wiphy_unlock(request_wiphy); in reg_set_rd_driver()
Dscan.c1004 wiphy_unlock(&rdev->wiphy); in __cfg80211_scan_done()
1120 wiphy_unlock(&rdev->wiphy); in cfg80211_sched_scan_results_wk()
1157 wiphy_unlock(wiphy); in cfg80211_sched_scan_stopped()
2804 wiphy_unlock(&rdev->wiphy); in cfg80211_wext_siwscan()
Dmlme.c498 wiphy_unlock(&rdev->wiphy); in cfg80211_mgmt_registrations_update_wk()
Dsme.c268 wiphy_unlock(&rdev->wiphy); in cfg80211_conn_work()
Dnl80211.c3522 wiphy_unlock(&rdev->wiphy); in nl80211_set_wiphy()
4052 wiphy_unlock(&rdev->wiphy); in nl80211_new_interface()
6043 wiphy_unlock(&rdev->wiphy); in nl80211_dump_station()
6936 wiphy_unlock(&rdev->wiphy); in nl80211_dump_mpath()
7136 wiphy_unlock(&rdev->wiphy); in nl80211_dump_mpp()
9556 wiphy_unlock(&rdev->wiphy); in nl80211_dump_scan()
9702 wiphy_unlock(&rdev->wiphy); in nl80211_dump_survey()
14998 wiphy_unlock(&rdev->wiphy); in nl80211_post_doit()
/Linux-v5.15/drivers/net/wireless/ath/wil6210/
Dnetdev.c478 wiphy_unlock(wiphy); in wil_if_add()
555 wiphy_unlock(wiphy); in wil_if_remove()
Dpcie_bus.c479 wiphy_unlock(wil->wiphy); in wil_pcie_remove()
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
Dmain.c608 wiphy_unlock(adapter->wiphy); in _mwifiex_fw_dpc()
619 wiphy_unlock(adapter->wiphy); in _mwifiex_fw_dpc()
631 wiphy_unlock(adapter->wiphy); in _mwifiex_fw_dpc()
636 wiphy_unlock(adapter->wiphy); in _mwifiex_fw_dpc()
1458 wiphy_unlock(adapter->wiphy); in mwifiex_uninit_sw()
/Linux-v5.15/drivers/net/wireless/ath/ath6kl/
Dcore.c221 wiphy_unlock(ar->wiphy); in ath6kl_core_init()
Dinit.c1909 wiphy_unlock(ar->wiphy); in ath6kl_stop_txrx()
/Linux-v5.15/net/mac80211/
Dmain.c307 wiphy_unlock(local->hw.wiphy); in ieee80211_restart_work()
1324 wiphy_unlock(hw->wiphy); in ieee80211_register_hw()
Diface.c363 wiphy_unlock(sdata->local->hw.wiphy); in ieee80211_open()
650 wiphy_unlock(sdata->local->hw.wiphy); in ieee80211_stop()
2148 wiphy_unlock(local->hw.wiphy); in ieee80211_remove_interfaces()
Ddebugfs.c436 wiphy_unlock(local->hw.wiphy); in reset_write()
Dutil.c3877 wiphy_unlock(local->hw.wiphy); in ieee80211_dfs_radar_detected_work()
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dreg.c252 wiphy_unlock(ar->hw->wiphy); in ath11k_regd_update()
/Linux-v5.15/drivers/net/wireless/quantenna/qtnfmac/
Dcore.c616 wiphy_unlock(priv_to_wiphy(mac)); in qtnf_core_mac_attach()
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dp2p.c2446 wiphy_unlock(cfg->wiphy); in brcmf_p2p_ifp_removed()
/Linux-v5.15/include/net/
Dcfg80211.h5319 static inline void wiphy_unlock(struct wiphy *wiphy) in wiphy_unlock() function