Searched refs:wiphy_work_cancel (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/net/wireless/ |
D | core.c | 1232 wiphy_work_cancel(wdev->wiphy, &wdev->cqm_rssi_work); in _cfg80211_unregister_wdev() 1636 void wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *work) in wiphy_work_cancel() function 1648 EXPORT_SYMBOL_GPL(wiphy_work_cancel); 1694 wiphy_work_cancel(wiphy, &dwork->work); in wiphy_delayed_work_cancel()
|
/linux-6.6.21/net/mac80211/ |
D | main.c | 364 wiphy_work_cancel(local->hw.wiphy, in ieee80211_restart_work() 1484 wiphy_work_cancel(local->hw.wiphy, &local->sched_scan_stopped_work); in ieee80211_unregister_hw() 1485 wiphy_work_cancel(local->hw.wiphy, &local->radar_detected_work); in ieee80211_unregister_hw()
|
D | ibss.c | 564 wiphy_work_cancel(sdata->local->hw.wiphy, in ieee80211_ibss_stop()
|
D | iface.c | 617 wiphy_work_cancel(sdata->local->hw.wiphy, &sdata->work); in ieee80211_do_stop()
|
D | mlme.c | 7852 wiphy_work_cancel(link->sdata->local->hw.wiphy, in ieee80211_mgd_stop_link() 7868 wiphy_work_cancel(sdata->local->hw.wiphy, in ieee80211_mgd_stop() 7870 wiphy_work_cancel(sdata->local->hw.wiphy, in ieee80211_mgd_stop()
|
/linux-6.6.21/include/net/ |
D | cfg80211.h | 5827 void wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *work);
|