Home
last modified time | relevance | path

Searched refs:wiphy_work (Results 1 – 25 of 25) sorted by relevance

/linux-6.12.1/net/mac80211/
Dieee80211_i.h507 struct wiphy_work monitor_work;
508 struct wiphy_work beacon_connection_loss_work;
509 struct wiphy_work csa_connection_drop_work;
600 struct wiphy_work teardown_ttlm_work;
609 struct wiphy_work csa_connection_drop_work;
991 struct wiphy_work request_smps_work;
993 struct wiphy_work recalc_smps;
1052 struct wiphy_work finalize_work;
1056 struct wiphy_work color_change_finalize_work;
1134 struct wiphy_work work;
[all …]
Dkey.h172 struct wiphy_work *wk);
Doffchannel.c261 static void ieee80211_hw_roc_start(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_hw_roc_start()
488 static void ieee80211_roc_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_roc_work()
498 static void ieee80211_hw_roc_done(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_hw_roc_done()
Dmlme.c2077 struct wiphy_work *work) in ieee80211_csa_switch_work()
2938 struct wiphy_work *work) in ieee80211_dynamic_ps_disable_work()
2956 struct wiphy_work *work) in ieee80211_dynamic_ps_enable_work()
3032 void ieee80211_dfs_cac_timer_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_dfs_cac_timer_work()
3139 struct wiphy_work *work) in ieee80211_sta_handle_tspec_ac_params_wk()
4055 struct wiphy_work *work) in ieee80211_beacon_connection_loss_work()
4081 struct wiphy_work *work) in ieee80211_csa_connection_drop_work()
6141 struct wiphy_work *work) in ieee80211_ml_reconf_work()
6346 struct wiphy_work *work) in ieee80211_tid_to_link_map_work()
7026 struct wiphy_work *work) in ieee80211_neg_ttlm_timeout_work()
[all …]
Dscan.c1064 void ieee80211_scan_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_scan_work()
1423 struct wiphy_work *work) in ieee80211_sched_scan_stopped_work()
Dht.c352 void ieee80211_ba_session_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_ba_session_work()
Dsta_info.h291 struct wiphy_work work;
Diface.c45 static void ieee80211_iface_work(struct wiphy *wiphy, struct wiphy_work *work);
1634 static void ieee80211_iface_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_iface_work()
1695 struct wiphy_work *work) in ieee80211_activate_links_work()
Dmain.c88 struct wiphy_work *work) in ieee80211_reconfig_filter()
Dkey.c1208 struct wiphy_work *wk) in ieee80211_delayed_tailroom_dec()
Dcfg.c3793 void ieee80211_csa_finalize_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_csa_finalize_work()
4814 struct wiphy_work *work) in ieee80211_color_change_finalize_work()
4836 struct wiphy_work *work) in ieee80211_color_collision_detection_work()
Dtdls.c24 void ieee80211_tdls_peer_del_work(struct wiphy *wiphy, struct wiphy_work *wk) in ieee80211_tdls_peer_del_work()
Dibss.c720 struct wiphy_work *work) in ieee80211_csa_connection_drop_work()
Dutil.c3513 struct wiphy_work *work) in ieee80211_dfs_radar_detected_work()
/linux-6.12.1/net/wireless/
Ddebugfs.c115 struct wiphy_work work;
131 struct wiphy_work *work) in wiphy_locked_debugfs_read_work()
195 struct wiphy_work work;
211 struct wiphy_work *work) in wiphy_locked_debugfs_write_work()
Dcore.h78 struct wiphy_work scan_done_wk;
98 struct wiphy_work sched_scan_stop_wk;
111 struct work_struct wiphy_work; member
310 struct wiphy_work *work);
441 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk);
460 struct wiphy_work *end);
Dcore.c371 struct wiphy_work *work) in cfg80211_sched_scan_stop_wk()
420 struct wiphy_work *wk; in cfg80211_wiphy_work()
422 rdev = container_of(work, struct cfg80211_registered_device, wiphy_work); in cfg80211_wiphy_work()
432 struct wiphy_work, entry); in cfg80211_wiphy_work()
573 INIT_WORK(&rdev->wiphy_work, cfg80211_wiphy_work); in wiphy_new_nm()
1056 struct wiphy_work *end) in cfg80211_process_wiphy_works()
1065 struct wiphy_work *wk; in cfg80211_process_wiphy_works()
1068 struct wiphy_work, entry); in cfg80211_process_wiphy_works()
1135 cancel_work_sync(&rdev->wiphy_work); in wiphy_unregister()
1614 void wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *work) in wiphy_work_queue()
[all …]
Dsysfs.c140 queue_work(system_unbound_wq, &rdev->wiphy_work); in wiphy_resume()
Dtrace.h250 TP_PROTO(struct wiphy *wiphy, struct wiphy_work *work),
267 TP_PROTO(struct wiphy *wiphy, struct wiphy_work *work),
272 TP_PROTO(struct wiphy *wiphy, struct wiphy_work *work),
277 TP_PROTO(struct wiphy *wiphy, struct wiphy_work *work),
282 TP_PROTO(struct wiphy *wiphy, struct wiphy_work *work),
287 TP_PROTO(struct wiphy *wiphy, struct wiphy_work *work,
Dscan.c1136 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk) in __cfg80211_scan_done()
Dnl80211.c19295 void cfg80211_cqm_rssi_notify_work(struct wiphy *wiphy, struct wiphy_work *work) in cfg80211_cqm_rssi_notify_work()
/linux-6.12.1/include/net/
Dcfg80211.h6029 struct wiphy_work;
6030 typedef void (*wiphy_work_func_t)(struct wiphy *, struct wiphy_work *);
6032 struct wiphy_work { struct
6037 static inline void wiphy_work_init(struct wiphy_work *work, in wiphy_work_init() argument
6056 void wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *work);
6066 void wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *work);
6076 void wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *work);
6079 struct wiphy_work work;
6326 struct wiphy_work cqm_rssi_work;
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c799 struct wiphy_work *work);
1260 struct wiphy_work *wk) in iwl_mvm_trig_link_selection()
1709 struct wiphy_work *wk) in iwl_mvm_async_handlers_wiphy_wk()
Dmvm.h590 struct wiphy_work unblock_esr_tpt_wk;
1007 struct wiphy_work async_handlers_wiphy_wk;
1009 struct wiphy_work trig_link_selection_wk;
Dmac80211.c1707 struct wiphy_work *wk) in iwl_mvm_prevent_esr_done_wk()
1719 static void iwl_mvm_mlo_int_scan_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mvm_mlo_int_scan_wk()
1730 static void iwl_mvm_unblock_esr_tpt(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mvm_unblock_esr_tpt()