Searched refs:wiphy_work_flush (Results 1 – 7 of 7) sorted by relevance
/linux/net/mac80211/ |
H A D | offchannel.c | 429 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_start); in ieee80211_reconfig_roc() 430 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_done); in ieee80211_reconfig_roc() 729 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_start); in ieee80211_cancel_roc()
|
H A D | main.c | 475 wiphy_work_flush(local->hw.wiphy, NULL); in ieee80211_restart_work() 511 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_done); in ieee80211_restart_work()
|
H A D | util.c | 1596 wiphy_work_flush(local->hw.wiphy, NULL); in ieee80211_stop_device()
|
/linux/net/wireless/ |
H A D | core.c | 1646 void wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *work) in wiphy_work_flush() function 1661 EXPORT_SYMBOL_GPL(wiphy_work_flush); 1704 wiphy_work_flush(wiphy, &dwork->work); in wiphy_delayed_work_flush()
|
H A D | trace.h | 281 DEFINE_EVENT(wiphy_work_event, wiphy_work_flush,
|
/linux/include/net/ |
H A D | cfg80211.h | 6076 void wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *work);
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 1426 wiphy_work_flush(mvm->hw->wiphy, &mvm->async_handlers_wiphy_wk); in iwl_mvm_mac_stop()
|