Searched refs:ips_work (Results 1 – 3 of 3) sorted by relevance
326 struct rtw_dev *rtwdev = container_of(work, struct rtw_dev, ips_work); in rtw_ips_work()1509 ieee80211_queue_work(rtwdev->hw, &rtwdev->ips_work); in rtw_core_scan_complete()2138 INIT_WORK(&rtwdev->ips_work, rtw_ips_work); in rtw_core_init()
80 cancel_work_sync(&rtwdev->ips_work); in rtw_ops_config()
2085 struct work_struct ips_work; member