Searched refs:wiphy_work (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.6/net/wireless/ |
| D | core.h | 78 struct wiphy_work scan_done_wk; 98 struct wiphy_work sched_scan_stop_wk; 111 struct work_struct wiphy_work; member 307 struct wiphy_work *work); 449 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk);
|
| D | core.c | 369 struct wiphy_work *work) in cfg80211_sched_scan_stop_wk() 418 struct wiphy_work *wk; in cfg80211_wiphy_work() 420 rdev = container_of(work, struct cfg80211_registered_device, wiphy_work); in cfg80211_wiphy_work() 428 struct wiphy_work, entry); in cfg80211_wiphy_work() 568 INIT_WORK(&rdev->wiphy_work, cfg80211_wiphy_work); in wiphy_new_nm() 1061 struct wiphy_work *wk; in cfg80211_process_wiphy_works() 1064 struct wiphy_work, entry); in cfg80211_process_wiphy_works() 1126 cancel_work_sync(&rdev->wiphy_work); in wiphy_unregister() 1615 void wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *work) in wiphy_work_queue() 1625 queue_work(system_unbound_wq, &rdev->wiphy_work); in wiphy_work_queue() [all …]
|
| D | sysfs.c | 140 schedule_work(&rdev->wiphy_work); in wiphy_resume()
|
| D | scan.c | 1082 void __cfg80211_scan_done(struct wiphy *wiphy, struct wiphy_work *wk) in __cfg80211_scan_done()
|
| D | nl80211.c | 19121 void cfg80211_cqm_rssi_notify_work(struct wiphy *wiphy, struct wiphy_work *work) in cfg80211_cqm_rssi_notify_work()
|
| /Linux-v6.6/net/mac80211/ |
| D | ieee80211_i.h | 471 struct wiphy_work beacon_connection_loss_work; 472 struct wiphy_work csa_connection_drop_work; 561 struct wiphy_work csa_connection_drop_work; 928 struct wiphy_work request_smps_work; 1070 struct wiphy_work work;
|
| D | iface.c | 46 static void ieee80211_iface_work(struct wiphy *wiphy, struct wiphy_work *work); 1635 static void ieee80211_iface_work(struct wiphy *wiphy, struct wiphy_work *work) in ieee80211_iface_work()
|
| D | mlme.c | 1679 struct wiphy_work *work) in ieee80211_chswitch_work() 3423 struct wiphy_work *work) in ieee80211_beacon_connection_loss_work() 3449 struct wiphy_work *work) in ieee80211_csa_connection_drop_work() 5738 struct wiphy_work *work) in ieee80211_ml_reconf_work() 6833 struct wiphy_work *work) in ieee80211_request_smps_mgd_work()
|
| D | ibss.c | 735 struct wiphy_work *work) in ieee80211_csa_connection_drop_work()
|
| /Linux-v6.6/include/net/ |
| D | cfg80211.h | 5790 struct wiphy_work; 5791 typedef void (*wiphy_work_func_t)(struct wiphy *, struct wiphy_work *); 5793 struct wiphy_work { struct 5798 static inline void wiphy_work_init(struct wiphy_work *work, in wiphy_work_init() argument 5817 void wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *work); 5827 void wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *work); 5830 struct wiphy_work work; 6017 struct wiphy_work cqm_rssi_work;
|