Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Doffchannel.c429 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 Dmain.c475 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 Dutil.c1596 wiphy_work_flush(local->hw.wiphy, NULL); in ieee80211_stop_device()
/linux/net/wireless/
H A Dcore.c1646 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 Dtrace.h281 DEFINE_EVENT(wiphy_work_event, wiphy_work_flush,
/linux/include/net/
H A Dcfg80211.h6076 void wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *work);
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c1426 wiphy_work_flush(mvm->hw->wiphy, &mvm->async_handlers_wiphy_wk); in iwl_mvm_mac_stop()