Home
last modified time | relevance | path

Searched refs:lockdep_assert_wiphy (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/net/wireless/
Dmlme.c1018 lockdep_assert_wiphy(&rdev->wiphy); in __cfg80211_background_cac_event()
1097 lockdep_assert_wiphy(&rdev->wiphy); in cfg80211_start_background_radar_detection()
1136 lockdep_assert_wiphy(wiphy); in cfg80211_stop_background_radar_detection()
Dreg.c3177 lockdep_assert_wiphy(wiphy); in reg_process_self_managed_hint()
/Linux-v6.1/net/mac80211/
Dkey.c955 lockdep_assert_wiphy(sdata->local->hw.wiphy); in ieee80211_reenable_keys()
992 lockdep_assert_wiphy(hw->wiphy); in ieee80211_iter_keys()
Diface.c1124 lockdep_assert_wiphy(local->hw.wiphy); in ieee80211_add_virtual_monitor()
1191 lockdep_assert_wiphy(local->hw.wiphy); in ieee80211_del_virtual_monitor()
Dtdls.c1945 lockdep_assert_wiphy(wiphy); in ieee80211_process_tdls_channel_switch()
Dutil.c846 lockdep_assert_wiphy(hw->wiphy); in ieee80211_iterate_active_interfaces_mtx()
4060 lockdep_assert_wiphy(local->hw.wiphy); in ieee80211_dfs_cac_cancel()
/Linux-v6.1/include/net/
Dcfg80211.h5563 #define lockdep_assert_wiphy(wiphy) lockdep_assert_held(&(wiphy)->mtx) macro