Lines Matching refs:reason
525 static void rtw_coex_update_wl_link_info(struct rtw_dev *rtwdev, u8 reason)
558 if (scan || link || reason == COEX_RSN_2GCONSTART ||
559 reason == COEX_RSN_2GSCANSTART || reason == COEX_RSN_2GSWITCHBAND)
581 switch (reason) {
1051 if (!force && coex_dm->reason != COEX_RSN_LPS) {
2528 static void rtw_coex_run_coex(struct rtw_dev *rtwdev, u8 reason)
2541 coex_dm->reason = reason;
2543 rtw_dbg(rtwdev, RTW_DBG_COEX, "[BTCoex], %s(): reason = %d\n", __func__,
2544 reason);
2547 rtw_coex_update_wl_link_info(rtwdev, reason);
2569 if (coex->freeze && coex_dm->reason == COEX_RSN_BTINFO &&
2648 if (coex_dm->reason == COEX_RSN_2GMEDIA)
3558 static const char *rtw_coex_get_reason_string(u8 reason)
3560 switch (reason) {
3921 u8 reason = coex_dm->reason;
4094 seq_printf(m, "%-40s = 0x%08x/ 0x%08x/ %d/ reason (%s)\n",
4098 rtw_coex_get_reason_string(reason));