Lines Matching refs:wiphy_work
371 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()
430 struct wiphy_work, entry); in cfg80211_wiphy_work()
570 INIT_WORK(&rdev->wiphy_work, cfg80211_wiphy_work); in wiphy_new_nm()
1055 struct wiphy_work *end) in cfg80211_process_wiphy_works()
1064 struct wiphy_work *wk; in cfg80211_process_wiphy_works()
1067 struct wiphy_work, entry); in cfg80211_process_wiphy_works()
1133 cancel_work_sync(&rdev->wiphy_work); in wiphy_unregister()
1622 void wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *work) in wiphy_work_queue()
1632 queue_work(system_unbound_wq, &rdev->wiphy_work); in wiphy_work_queue()
1636 void wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *work) in wiphy_work_cancel()
1650 void wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *work) in wiphy_work_flush()