Searched refs:wiphy_work (Results 1 - 23 of 23) sorted by relevance

/linux-master/net/wireless/
H A Ddebugfs.c115 struct wiphy_work work;
131 struct wiphy_work *work)
195 struct wiphy_work work;
211 struct wiphy_work *work)
H A Dcore.h78 struct wiphy_work scan_done_wk;
98 struct wiphy_work sched_scan_stop_wk;
111 struct work_struct wiphy_work; member in struct:cfg80211_registered_device
302 struct wiphy_work *work);
433 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk);
452 struct wiphy_work *end);
H A Dcore.c371 struct wiphy_work *work)
420 struct wiphy_work *wk;
422 rdev = container_of(work, struct cfg80211_registered_device, wiphy_work);
430 struct wiphy_work, entry);
570 INIT_WORK(&rdev->wiphy_work, cfg80211_wiphy_work);
1053 struct wiphy_work *end)
1062 struct wiphy_work *wk;
1065 struct wiphy_work, entry);
1131 cancel_work_sync(&rdev->wiphy_work);
1608 void wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wor
[all...]
H A Dsysfs.c140 schedule_work(&rdev->wiphy_work);
H A Dscan.c1121 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk)
H A Dnl80211.c19121 void cfg80211_cqm_rssi_notify_work(struct wiphy *wiphy, struct wiphy_work *work)
/linux-master/net/mac80211/
H A Dieee80211_i.h505 struct wiphy_work monitor_work;
506 struct wiphy_work beacon_connection_loss_work;
507 struct wiphy_work csa_connection_drop_work;
606 struct wiphy_work csa_connection_drop_work;
979 struct wiphy_work request_smps_work;
981 struct wiphy_work recalc_smps;
1036 struct wiphy_work csa_finalize_work;
1042 struct wiphy_work color_change_finalize_work;
1120 struct wiphy_work work;
1159 struct wiphy_work activate_links_wor
[all...]
H A Dkey.h172 struct wiphy_work *wk);
H A Doffchannel.c261 static void ieee80211_hw_roc_start(struct wiphy *wiphy, struct wiphy_work *work)
455 static void ieee80211_roc_work(struct wiphy *wiphy, struct wiphy_work *work)
465 static void ieee80211_hw_roc_done(struct wiphy *wiphy, struct wiphy_work *work)
H A Dsta_info.h291 struct wiphy_work work;
H A Dht.c352 void ieee80211_ba_session_work(struct wiphy *wiphy, struct wiphy_work *work)
H A Dscan.c1065 void ieee80211_scan_work(struct wiphy *wiphy, struct wiphy_work *work)
1424 struct wiphy_work *work)
H A Dmlme.c1862 struct wiphy_work *work)
2501 struct wiphy_work *work)
2519 struct wiphy_work *work)
2595 void ieee80211_dfs_cac_timer_work(struct wiphy *wiphy, struct wiphy_work *work)
2702 struct wiphy_work *work)
3624 struct wiphy_work *work)
3650 struct wiphy_work *work)
5719 struct wiphy_work *work)
5924 struct wiphy_work *work)
6464 struct wiphy_work *wor
[all...]
H A Diface.c45 static void ieee80211_iface_work(struct wiphy *wiphy, struct wiphy_work *work);
1636 static void ieee80211_iface_work(struct wiphy *wiphy, struct wiphy_work *work)
1697 struct wiphy_work *work)
H A Dkey.c1200 struct wiphy_work *wk)
H A Dtdls.c24 void ieee80211_tdls_peer_del_work(struct wiphy *wiphy, struct wiphy_work *wk)
H A Dmain.c88 struct wiphy_work *work)
H A Dibss.c720 struct wiphy_work *work)
H A Dcfg.c3765 void ieee80211_csa_finalize_work(struct wiphy *wiphy, struct wiphy_work *work)
4784 struct wiphy_work *work)
H A Dutil.c3463 struct wiphy_work *work)
/linux-master/include/net/
H A Dcfg80211.h5968 struct wiphy_work;
5969 typedef void (*wiphy_work_func_t)(struct wiphy *, struct wiphy_work *);
5971 struct wiphy_work { struct
5976 static inline void wiphy_work_init(struct wiphy_work *work,
5995 void wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *work);
6005 void wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *work);
6015 void wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *work);
6018 struct wiphy_work work;
6209 struct wiphy_work cqm_rssi_work;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c271 * and mvm->mutex. Will be handled with the wiphy_work queue infra
682 struct wiphy_work *work);
1600 struct wiphy_work *wk)
H A Dmvm.h854 struct wiphy_work async_handlers_wiphy_wk;

Completed in 507 milliseconds