Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A 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;
1050 struct wiphy_work finalize_work;
1054 struct wiphy_work color_change_finalize_work;
1130 struct wiphy_work work;
[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) 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()
H A Dmlme.c2079 struct wiphy_work *work) in ieee80211_csa_switch_work()
3019 struct wiphy_work *work) in ieee80211_dynamic_ps_disable_work()
3037 struct wiphy_work *work) in ieee80211_dynamic_ps_enable_work()
3113 void ieee80211_dfs_cac_timer_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_dfs_cac_timer_work()
3220 struct wiphy_work *work) in ieee80211_sta_handle_tspec_ac_params_wk()
4136 struct wiphy_work *work) in ieee80211_beacon_connection_loss_work()
4162 struct wiphy_work *work) in ieee80211_csa_connection_drop_work()
6231 struct wiphy_work *work) in ieee80211_ml_reconf_work()
6436 struct wiphy_work *work) in ieee80211_tid_to_link_map_work()
7118 struct wiphy_work *work) in ieee80211_neg_ttlm_timeout_work()
[all …]
H A Dht.c352 void ieee80211_ba_session_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_ba_session_work()
H A Dscan.c1064 void ieee80211_scan_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_scan_work()
1425 struct wiphy_work *work) in ieee80211_sched_scan_stopped_work()
H A Diface.c45 static void ieee80211_iface_work(struct wiphy *wiphy, struct wiphy_work *work);
1644 static void ieee80211_iface_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_iface_work()
1705 struct wiphy_work *work) in ieee80211_activate_links_work()
H A Dmain.c88 struct wiphy_work *work) in ieee80211_reconfig_filter()
H A Dkey.c1208 struct wiphy_work *wk) in ieee80211_delayed_tailroom_dec()
H A Dcfg.c3844 void ieee80211_csa_finalize_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_csa_finalize_work()
4866 struct wiphy_work *work) in ieee80211_color_change_finalize_work()
4888 struct wiphy_work *work) in ieee80211_color_collision_detection_work()
H A Dutil.c3505 struct wiphy_work *work) in ieee80211_dfs_radar_detected_work()
/linux/net/wireless/
H A 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()
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
310 struct wiphy_work *work);
441 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk);
460 struct wiphy_work *end);
H A 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()
1100 struct wiphy_work *end) in cfg80211_process_wiphy_works()
1109 struct wiphy_work *wk; in cfg80211_process_wiphy_works()
1112 struct wiphy_work, entry); in cfg80211_process_wiphy_works()
1179 cancel_work_sync(&rdev->wiphy_work); in wiphy_unregister()
1660 void wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *work) in wiphy_work_queue()
[all …]
H A Dsysfs.c140 queue_work(system_unbound_wq, &rdev->wiphy_work); in wiphy_resume()
H A 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,
H A Dscan.c1137 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk) in __cfg80211_scan_done()
H A Dnl80211.c19302 void cfg80211_cqm_rssi_notify_work(struct wiphy *wiphy, struct wiphy_work *work) in cfg80211_cqm_rssi_notify_work()
/linux/include/net/
H A Dcfg80211.h6034 struct wiphy_work;
6035 typedef void (*wiphy_work_func_t)(struct wiphy *, struct wiphy_work *);
6037 struct wiphy_work { struct
6042 static inline void wiphy_work_init(struct wiphy_work *work, in wiphy_work_init() argument
6061 void wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *work);
6071 void wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *work);
6081 void wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *work);
6084 struct wiphy_work work;
6332 struct wiphy_work cqm_rssi_work;
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A 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()
H A Dmvm.h596 struct wiphy_work unblock_esr_tpt_wk;
1012 struct wiphy_work async_handlers_wiphy_wk;
1014 struct wiphy_work trig_link_selection_wk;
H A Dmac80211.c1713 struct wiphy_work *wk) in iwl_mvm_prevent_esr_done_wk()
1725 static void iwl_mvm_mlo_int_scan_wk(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mvm_mlo_int_scan_wk()
1736 static void iwl_mvm_unblock_esr_tpt(struct wiphy *wiphy, struct wiphy_work *wk) in iwl_mvm_unblock_esr_tpt()
1749 struct wiphy_work *wk) in iwl_mvm_unblock_esr_tmp_non_bss()
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h478 struct wiphy_work update_wk;
H A Dmac.c4610 static void ath12k_sta_rc_update_wk(struct wiphy *wiphy, struct wiphy_work *wk) in ath12k_sta_rc_update_wk()