Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A 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()
1647 if (coex_dm->bt_status == BT_8821A_1ANT_BT_STATUS_ACL_BUSY) { in btc8821a1ant_act_wifi_not_conn_scan()
1662 } else if ((coex_dm->bt_status == BT_8821A_1ANT_BT_STATUS_SCO_BUSY) || in btc8821a1ant_act_wifi_not_conn_scan()
[all …]
H A 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()
2744 coex_dm->bt_status) ? "non-connected idle" : in ex_btc8192e2ant_display_coex_info()
2746 coex_dm->bt_status) ? "connected-idle" : "busy")))), in ex_btc8192e2ant_display_coex_info()
3104 coex_dm->bt_status = BT_8192E_2ANT_BT_STATUS_NON_CONNECTED_IDLE; in ex_btc8192e2ant_bt_info_notify()
3108 coex_dm->bt_status = BT_8192E_2ANT_BT_STATUS_CONNECTED_IDLE; in ex_btc8192e2ant_bt_info_notify()
3113 coex_dm->bt_status = BT_8192E_2ANT_BT_STATUS_SCO_BUSY; in ex_btc8192e2ant_bt_info_notify()
3117 coex_dm->bt_status = BT_8192E_2ANT_BT_STATUS_ACL_BUSY; in ex_btc8192e2ant_bt_info_notify()
[all …]
H A Dhalbtc8821a2ant.h102 u8 bt_status; member
H A Dhalbtc8192e2ant.h102 u8 bt_status; member
H A Dhalbtc8821a1ant.h103 u8 bt_status; member
H A Dhalbtc8723b2ant.h104 u8 bt_status; member
H A 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()
H A Dhalbtc8821a2ant.c1612 coex_dm->bt_status) { in btc8821a2ant_is_common_action()
1642 coex_dm->bt_status) { in btc8821a2ant_is_common_action()
4104 coex_dm->bt_status = BT_8821A_2ANT_BT_STATUS_IDLE; in ex_btc8821a2ant_bt_info_notify()
4109 coex_dm->bt_status = BT_8821A_2ANT_BT_STATUS_CON_IDLE; in ex_btc8821a2ant_bt_info_notify()
4114 coex_dm->bt_status = BT_8821A_2ANT_BT_STATUS_SCO_BUSY; in ex_btc8821a2ant_bt_info_notify()
4118 coex_dm->bt_status = BT_8821A_2ANT_BT_STATUS_ACL_BUSY; in ex_btc8821a2ant_bt_info_notify()
4122 coex_dm->bt_status = BT_8821A_2ANT_BT_STATUS_MAX; in ex_btc8821a2ant_bt_info_notify()
4127 if ((coex_dm->bt_status == BT_8821A_2ANT_BT_STATUS_ACL_BUSY) || in ex_btc8821a2ant_bt_info_notify()
4128 (coex_dm->bt_status == BT_8821A_2ANT_BT_STATUS_SCO_BUSY) || in ex_btc8821a2ant_bt_info_notify()
4129 (coex_dm->bt_status == BT_8821A_2ANT_BT_STATUS_ACL_SCO_BUSY)) { in ex_btc8821a2ant_bt_info_notify()
/linux/net/bluetooth/
H A Dlib.c173 __u8 bt_status(int err) in bt_status() function
240 EXPORT_SYMBOL(bt_status);
H A Dhci_sync.c6960 hci_conn_failed(conn, bt_status(err)); in create_le_conn_complete()
7036 hci_connect_cfm(pa_sync, bt_status(err)); in create_pa_complete()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c408 if (priv->bt_status) in iwlagn_bt_traffic_change_work()
635 IWL_DEBUG_COEX(priv, " status: %d\n", coex->bt_status); in iwlagn_bt_coex_profile_notif()
645 if (priv->bt_status != coex->bt_status || in iwlagn_bt_coex_profile_notif()
647 if (coex->bt_status) { in iwlagn_bt_coex_profile_notif()
660 priv->bt_status = coex->bt_status; in iwlagn_bt_coex_profile_notif()
H A Dscan.c314 priv->bt_status != scan_notif->bt_status) { in iwl_rx_scan_complete_notif()
315 if (scan_notif->bt_status) { in iwl_rx_scan_complete_notif()
329 priv->bt_status = scan_notif->bt_status; in iwl_rx_scan_complete_notif()
H A Dmain.c914 priv->bt_status = 0; in iwl_down()
983 u8 bt_status; in iwlagn_prepare_restart() local
1003 bt_status = priv->bt_status; in iwlagn_prepare_restart()
1011 priv->bt_status = bt_status; in iwlagn_prepare_restart()
H A Ddev.h808 u8 bt_status; member
H A Dcommands.h2394 u8 bt_status; /* BT On/Off status */ member
3625 u8 bt_status; /* 0 - off, 1 - on */ member
/linux/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c104 if (!coex->under_5g && coex_dm->bt_status != COEX_BTSTATUS_NCON_IDLE) { in rtw_coex_limited_wl()
218 if (coex_dm->bt_status == COEX_BTSTATUS_INQ_PAGE || in rtw_coex_wl_ccklock_detect()
231 (coex_dm->bt_status == COEX_BTSTATUS_ACL_BUSY || in rtw_coex_wl_ccklock_detect()
232 coex_dm->bt_status == COEX_BTSTATUS_ACL_SCO_BUSY || in rtw_coex_wl_ccklock_detect()
233 coex_dm->bt_status == COEX_BTSTATUS_SCO_BUSY)) { in rtw_coex_wl_ccklock_detect()
710 static const char *rtw_coex_get_bt_status_string(u8 bt_status) in rtw_coex_get_bt_status_string() argument
712 switch (bt_status) { in rtw_coex_get_bt_status_string()
800 coex_dm->bt_status = COEX_BTSTATUS_INQ_PAGE; in rtw_coex_update_bt_link_info()
802 coex_dm->bt_status = COEX_BTSTATUS_NCON_IDLE; in rtw_coex_update_bt_link_info()
805 coex_dm->bt_status = COEX_BTSTATUS_CON_IDLE; in rtw_coex_update_bt_link_info()
[all …]
H A Dmain.h1383 u8 bt_status; member