Searched refs:ips_work (Results 1 – 6 of 6) sorted by relevance
397 struct rtw_dev *rtwdev = container_of(work, struct rtw_dev, ips_work); in rtw_ips_work()1594 ieee80211_queue_work(rtwdev->hw, &rtwdev->ips_work); in rtw_core_scan_complete()2239 INIT_WORK(&rtwdev->ips_work, rtw_ips_work); in rtw_core_init()
80 cancel_work_sync(&rtwdev->ips_work); in rtw_ops_config()
2094 struct work_struct ips_work; member
82 wiphy_work_cancel(hw->wiphy, &rtwdev->ips_work); in rtw89_ops_config()
4012 ips_work); in rtw89_ips_work()6043 wiphy_work_init(&rtwdev->ips_work, rtw89_ips_work); in rtw89_core_init()6154 wiphy_work_queue(rtwdev->hw->wiphy, &rtwdev->ips_work); in rtw89_core_scan_complete()
6075 struct wiphy_work ips_work; member