Home
last modified time | relevance | path

Searched refs:bt_status (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8821a1ant.c1256 coex_dm->bt_status) { in btc8821a1ant_is_common_action()
1264 coex_dm->bt_status)) { in btc8821a1ant_is_common_action()
1272 coex_dm->bt_status)) { in btc8821a1ant_is_common_action()
1280 coex_dm->bt_status)) { in btc8821a1ant_is_common_action()
1288 coex_dm->bt_status)) { in btc8821a1ant_is_common_action()
1457 if (coex_dm->bt_status == BT_8821A_1ANT_BT_STATUS_ACL_BUSY) { in btc8821a1ant_action_wifi_multi_port()
1472 } else if ((coex_dm->bt_status == BT_8821A_1ANT_BT_STATUS_SCO_BUSY) || in btc8821a1ant_action_wifi_multi_port()
1474 coex_dm->bt_status)) { in btc8821a1ant_action_wifi_multi_port()
1655 if (coex_dm->bt_status == BT_8821A_1ANT_BT_STATUS_ACL_BUSY) { in btc8821a1ant_act_wifi_not_conn_scan()
1670 } else if ((coex_dm->bt_status == BT_8821A_1ANT_BT_STATUS_SCO_BUSY) || in btc8821a1ant_act_wifi_not_conn_scan()
[all …]
Dhalbtc8723b1ant.c304 if ((coex_dm->bt_status == BT_8723B_1ANT_BT_STATUS_ACL_BUSY) || in halbtc8723b1ant_monitor_wifi_ctr()
305 (coex_dm->bt_status == in halbtc8723b1ant_monitor_wifi_ctr()
307 (coex_dm->bt_status == BT_8723B_1ANT_BT_STATUS_SCO_BUSY)) { in halbtc8723b1ant_monitor_wifi_ctr()
1907 if (coex_dm->bt_status == BT_8723B_1ANT_BT_STATUS_ACL_BUSY) { in btc8723b1ant_action_wifi_not_conn_scan()
1924 } else if (coex_dm->bt_status == BT_8723B_1ANT_BT_STATUS_SCO_BUSY || in btc8723b1ant_action_wifi_not_conn_scan()
1925 coex_dm->bt_status == BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY){ in btc8723b1ant_action_wifi_not_conn_scan()
1968 if (coex_dm->bt_status == BT_8723B_1ANT_BT_STATUS_ACL_BUSY) { in btc8723b1ant_action_wifi_conn_scan()
1986 } else if (coex_dm->bt_status == BT_8723B_1ANT_BT_STATUS_SCO_BUSY || in btc8723b1ant_action_wifi_conn_scan()
1987 coex_dm->bt_status == BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY) { in btc8723b1ant_action_wifi_conn_scan()
2071 coex_dm->bt_status == BT_8723B_1ANT_BT_STATUS_ACL_BUSY && in halbtc8723b1ant_action_wifi_connected()
[all …]
Dhalbtc8192e2ant.c1463 coex_dm->bt_status) || in btc8192e2ant_is_common_action()
1465 coex_dm->bt_status)) { in btc8192e2ant_is_common_action()
1488 coex_dm->bt_status) { in btc8192e2ant_is_common_action()
1512 coex_dm->bt_status) { in btc8192e2ant_is_common_action()
2753 coex_dm->bt_status) ? "non-connected idle" : in ex_btc8192e2ant_display_coex_info()
2755 coex_dm->bt_status) ? "connected-idle" : "busy")))), in ex_btc8192e2ant_display_coex_info()
3113 coex_dm->bt_status = BT_8192E_2ANT_BT_STATUS_NON_CONNECTED_IDLE; in ex_btc8192e2ant_bt_info_notify()
3117 coex_dm->bt_status = BT_8192E_2ANT_BT_STATUS_CONNECTED_IDLE; in ex_btc8192e2ant_bt_info_notify()
3122 coex_dm->bt_status = BT_8192E_2ANT_BT_STATUS_SCO_BUSY; in ex_btc8192e2ant_bt_info_notify()
3126 coex_dm->bt_status = BT_8192E_2ANT_BT_STATUS_ACL_BUSY; in ex_btc8192e2ant_bt_info_notify()
[all …]
Dhalbtc8192e2ant.h102 u8 bt_status; member
Dhalbtc8821a1ant.h103 u8 bt_status; member
Dhalbtc8821a2ant.h102 u8 bt_status; member
Dhalbtc8723b2ant.h104 u8 bt_status; member
Dhalbtc8723b1ant.h107 u8 bt_status; member
Dhalbtc8723b2ant.c1704 coex_dm->bt_status) { in btc8723b2ant_is_common_action()
1729 coex_dm->bt_status) { in btc8723b2ant_is_common_action()
4122 coex_dm->bt_status = BT_8723B_2ANT_BT_STATUS_NON_CONNECTED_IDLE; in ex_btc8723b2ant_bt_info_notify()
4127 coex_dm->bt_status = BT_8723B_2ANT_BT_STATUS_CONNECTED_IDLE; in ex_btc8723b2ant_bt_info_notify()
4132 coex_dm->bt_status = BT_8723B_2ANT_BT_STATUS_SCO_BUSY; in ex_btc8723b2ant_bt_info_notify()
4136 coex_dm->bt_status = BT_8723B_2ANT_BT_STATUS_ACL_BUSY; in ex_btc8723b2ant_bt_info_notify()
4140 coex_dm->bt_status = BT_8723B_2ANT_BT_STATUS_MAX; in ex_btc8723b2ant_bt_info_notify()
4145 if ((BT_8723B_2ANT_BT_STATUS_ACL_BUSY == coex_dm->bt_status) || in ex_btc8723b2ant_bt_info_notify()
4146 (BT_8723B_2ANT_BT_STATUS_SCO_BUSY == coex_dm->bt_status) || in ex_btc8723b2ant_bt_info_notify()
4147 (BT_8723B_2ANT_BT_STATUS_ACL_SCO_BUSY == coex_dm->bt_status)) { in ex_btc8723b2ant_bt_info_notify()
Dhalbtc8821a2ant.c1615 coex_dm->bt_status) { in btc8821a2ant_is_common_action()
1645 coex_dm->bt_status) { in btc8821a2ant_is_common_action()
4119 coex_dm->bt_status = BT_8821A_2ANT_BT_STATUS_IDLE; in ex_btc8821a2ant_bt_info_notify()
4124 coex_dm->bt_status = BT_8821A_2ANT_BT_STATUS_CON_IDLE; in ex_btc8821a2ant_bt_info_notify()
4129 coex_dm->bt_status = BT_8821A_2ANT_BT_STATUS_SCO_BUSY; in ex_btc8821a2ant_bt_info_notify()
4133 coex_dm->bt_status = BT_8821A_2ANT_BT_STATUS_ACL_BUSY; in ex_btc8821a2ant_bt_info_notify()
4137 coex_dm->bt_status = BT_8821A_2ANT_BT_STATUS_MAX; in ex_btc8821a2ant_bt_info_notify()
4142 if ((coex_dm->bt_status == BT_8821A_2ANT_BT_STATUS_ACL_BUSY) || in ex_btc8821a2ant_bt_info_notify()
4143 (coex_dm->bt_status == BT_8821A_2ANT_BT_STATUS_SCO_BUSY) || in ex_btc8821a2ant_bt_info_notify()
4144 (coex_dm->bt_status == BT_8821A_2ANT_BT_STATUS_ACL_SCO_BUSY)) { in ex_btc8821a2ant_bt_info_notify()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dlib.c413 if (priv->bt_status) in iwlagn_bt_traffic_change_work()
640 IWL_DEBUG_COEX(priv, " status: %d\n", coex->bt_status); in iwlagn_bt_coex_profile_notif()
650 if (priv->bt_status != coex->bt_status || in iwlagn_bt_coex_profile_notif()
652 if (coex->bt_status) { in iwlagn_bt_coex_profile_notif()
665 priv->bt_status = coex->bt_status; in iwlagn_bt_coex_profile_notif()
Dscan.c319 priv->bt_status != scan_notif->bt_status) { in iwl_rx_scan_complete_notif()
320 if (scan_notif->bt_status) { in iwl_rx_scan_complete_notif()
334 priv->bt_status = scan_notif->bt_status; in iwl_rx_scan_complete_notif()
Dmain.c920 priv->bt_status = 0; in iwl_down()
989 u8 bt_status; in iwlagn_prepare_restart() local
1009 bt_status = priv->bt_status; in iwlagn_prepare_restart()
1017 priv->bt_status = bt_status; in iwlagn_prepare_restart()
Ddev.h814 u8 bt_status; member
Dcommands.h2440 u8 bt_status; /* BT On/Off status */ member
3670 u8 bt_status; /* 0 - off, 1 - on */ member
Ddebugfs.c2068 priv->bt_status ? "On" : "Off", priv->last_bt_traffic_load); in iwl_dbgfs_bt_traffic_read()
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dcoex.c109 coex_dm->bt_status == COEX_BTSTATUS_NCON_IDLE) { in rtw_coex_limited_wl()
612 coex_dm->bt_status = COEX_BTSTATUS_INQ_PAGE; in rtw_coex_update_bt_link_info()
614 coex_dm->bt_status = COEX_BTSTATUS_NCON_IDLE; in rtw_coex_update_bt_link_info()
616 coex_dm->bt_status = COEX_BTSTATUS_CON_IDLE; in rtw_coex_update_bt_link_info()
620 coex_dm->bt_status = COEX_BTSTATUS_ACL_SCO_BUSY; in rtw_coex_update_bt_link_info()
622 coex_dm->bt_status = COEX_BTSTATUS_SCO_BUSY; in rtw_coex_update_bt_link_info()
624 coex_dm->bt_status = COEX_BTSTATUS_ACL_BUSY; in rtw_coex_update_bt_link_info()
626 coex_dm->bt_status = COEX_BTSTATUS_MAX; in rtw_coex_update_bt_link_info()
631 rtw_dbg(rtwdev, RTW_DBG_COEX, "coex: bt status(%d)\n", coex_dm->bt_status); in rtw_coex_update_bt_link_info()
1251 coex_dm->bt_status == COEX_BTSTATUS_NCON_IDLE) { in rtw_coex_action_bt_idle()
[all …]
Dmain.h955 u8 bt_status; member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Dscan.h422 u8 bt_status; member
970 u8 bt_status; member