Home
last modified time | relevance | path

Searched refs:wiphy_work_init (Results 1 – 13 of 13) sorted by relevance

/linux/net/wireless/
H A Ddebugfs.c210 wiphy_work_init(&work.work, wiphy_locked_debugfs_read_work); in wiphy_locked_debugfs_read()
295 wiphy_work_init(&work.work, wiphy_locked_debugfs_write_work); in wiphy_locked_debugfs_write()
H A Dcore.c606 wiphy_work_init(&rdev->scan_done_wk, __cfg80211_scan_done); in wiphy_new_nm()
619 wiphy_work_init(&rdev->sched_scan_stop_wk, cfg80211_sched_scan_stop_wk); in wiphy_new_nm()
1571 wiphy_work_init(&wdev->cqm_rssi_work, cfg80211_cqm_rssi_notify_work); in cfg80211_init_wdev()
/linux/net/mac80211/
H A Dmain.c1008 wiphy_work_init(&local->radar_detected_work, in ieee80211_alloc_hw_nm()
1011 wiphy_work_init(&local->reconfig_filter, ieee80211_reconfig_filter); in ieee80211_alloc_hw_nm()
1013 wiphy_work_init(&local->dynamic_ps_enable_work, in ieee80211_alloc_hw_nm()
1015 wiphy_work_init(&local->dynamic_ps_disable_work, in ieee80211_alloc_hw_nm()
1019 wiphy_work_init(&local->sched_scan_stopped_work, in ieee80211_alloc_hw_nm()
H A Dlink.c130 wiphy_work_init(&link->csa.finalize_work, in ieee80211_link_init()
132 wiphy_work_init(&link->color_change_finalize_work, in ieee80211_link_init()
H A Doffchannel.c1060 wiphy_work_init(&local->hw_roc_start, ieee80211_hw_roc_start); in ieee80211_roc_setup()
1061 wiphy_work_init(&local->hw_roc_done, ieee80211_hw_roc_done); in ieee80211_roc_setup()
H A Diface.c1284 wiphy_work_init(&sdata->work, ieee80211_iface_work); in ieee80211_del_virtual_monitor()
1936 wiphy_work_init(&sdata->work, ieee80211_iface_work); in ieee80211_setup_sdata()
1937 wiphy_work_init(&sdata->activate_links_work, in ieee80211_setup_sdata()
H A Dmlme.c9039 wiphy_work_init(&ifmgd->monitor_work, ieee80211_sta_monitor_work); in ieee80211_sta_setup_sdata()
9040 wiphy_work_init(&ifmgd->beacon_connection_loss_work, in ieee80211_sta_setup_sdata()
9042 wiphy_work_init(&ifmgd->csa_connection_drop_work, in ieee80211_sta_setup_sdata()
9059 wiphy_work_init(&ifmgd->teardown_ttlm_work, in ieee80211_sta_setup_sdata()
9093 wiphy_work_init(&link->u.mgd.request_smps_work, in ieee80211_mgd_setup_link()
9095 wiphy_work_init(&link->u.mgd.recalc_smps, in ieee80211_mgd_setup_link()
H A Dibss.c1686 wiphy_work_init(&ifibss->csa_connection_drop_work, in ieee80211_ibss_setup_sdata()
H A Dsta_info.c644 wiphy_work_init(&sta->ampdu_mlme.work, ieee80211_ba_session_work); in __sta_info_alloc()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmld.c81 wiphy_work_init(&mld->async_handlers_wk, in iwl_construct_mld()
87 wiphy_work_init(&mld->add_txqs_wk, iwl_mld_add_txqs_wk); in iwl_construct_mld()
/linux/include/net/
H A Dcfg80211.h6657 static inline void wiphy_work_init(struct wiphy_work *work,
6710 wiphy_work_init(&dwork->work, func);
6814 wiphy_work_init(&hrwork->work, func);
6453 static inline void wiphy_work_init(struct wiphy_work *work, wiphy_work_init() function
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1361 wiphy_work_init(&mvm->async_handlers_wiphy_wk, in iwl_op_mode_mvm_start()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c4143 wiphy_work_init(&arvif->bcn_tx_work, ath12k_mac_bcn_tx_work); in ath12k_mac_init_arvif()
7152 wiphy_work_init(&arsta->update_wk, ath12k_sta_rc_update_wk); in ath12k_mac_assign_link_sta()
14821 wiphy_work_init(&ar->scan.vdev_clean_wk, ath12k_scan_vdev_clean_work); in ath12k_mac_setup()
14826 wiphy_work_init(&ar->wmi_mgmt_tx_work, ath12k_mgmt_over_wmi_tx_work); in ath12k_mac_setup()