Lines Matching refs:coex
17 #include "coex.h"
1563 struct rtw_coex *coex = &rtwdev->coex;
1573 cancel_delayed_work_sync(&coex->bt_relink_work);
1574 cancel_delayed_work_sync(&coex->bt_reenable_work);
1575 cancel_delayed_work_sync(&coex->defreeze_work);
1576 cancel_delayed_work_sync(&coex->wl_remain_work);
1577 cancel_delayed_work_sync(&coex->bt_remain_work);
1578 cancel_delayed_work_sync(&coex->wl_connecting_work);
1579 cancel_delayed_work_sync(&coex->bt_multi_link_remain_work);
1580 cancel_delayed_work_sync(&coex->wl_ccklock_work);
2155 struct rtw_coex *coex = &rtwdev->coex;
2170 INIT_DELAYED_WORK(&coex->bt_relink_work, rtw_coex_bt_relink_work);
2171 INIT_DELAYED_WORK(&coex->bt_reenable_work, rtw_coex_bt_reenable_work);
2172 INIT_DELAYED_WORK(&coex->defreeze_work, rtw_coex_defreeze_work);
2173 INIT_DELAYED_WORK(&coex->wl_remain_work, rtw_coex_wl_remain_work);
2174 INIT_DELAYED_WORK(&coex->bt_remain_work, rtw_coex_bt_remain_work);
2175 INIT_DELAYED_WORK(&coex->wl_connecting_work, rtw_coex_wl_connecting_work);
2176 INIT_DELAYED_WORK(&coex->bt_multi_link_remain_work,
2178 INIT_DELAYED_WORK(&coex->wl_ccklock_work, rtw_coex_wl_ccklock_work);
2186 skb_queue_head_init(&rtwdev->coex.queue);
2195 init_waitqueue_head(&rtwdev->coex.wait);
2259 skb_queue_purge(&rtwdev->coex.queue);