Searched refs:bt_busy (Results 1 – 9 of 9) sorted by relevance
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | hal_btc.c | 302 !rtlpriv->btcoexist.bt_busy) { in rtl8723e_dm_bt_is_2_ant_common_action() 308 !rtlpriv->btcoexist.bt_busy) { in rtl8723e_dm_bt_is_2_ant_common_action() 330 } else if (rtlpriv->btcoexist.bt_busy) { in rtl8723e_dm_bt_is_2_ant_common_action() 1705 rtlpriv->btcoexist.bt_busy = true; in rtl8723e_dm_bt_parse_bt_info() 1710 rtlpriv->btcoexist.bt_busy = false; in rtl8723e_dm_bt_parse_bt_info()
|
/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtcoutsrc.h | 401 bool bt_busy; member
|
D | halbtc8821a1ant.c | 2705 bool bt_busy = false; in ex_halbtc8821a1ant_bt_info_notify() local 2846 bt_busy = true; in ex_halbtc8821a1ant_bt_info_notify() 2848 bt_busy = false; in ex_halbtc8821a1ant_bt_info_notify() 2850 BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_halbtc8821a1ant_bt_info_notify()
|
D | halbtc8723b1ant.c | 2902 bool bt_busy = false; in ex_halbtc8723b1ant_bt_info_notify() local 3040 bt_busy = true; in ex_halbtc8723b1ant_bt_info_notify() 3042 bt_busy = false; in ex_halbtc8723b1ant_bt_info_notify() 3043 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_halbtc8723b1ant_bt_info_notify()
|
D | halbtc8821a2ant.c | 3669 bool bt_busy = false, limited_dig = false; in ex_halbtc8821a2ant_bt_info_notify() local 3799 bt_busy = true; in ex_halbtc8821a2ant_bt_info_notify() 3801 bt_busy = false; in ex_halbtc8821a2ant_bt_info_notify() 3802 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_halbtc8821a2ant_bt_info_notify()
|
D | halbtc8723b2ant.c | 3420 bool bt_busy = false, limited_dig = false; in ex_btc8723b2ant_bt_info_notify() local 3559 bt_busy = true; in ex_btc8723b2ant_bt_info_notify() 3562 bt_busy = false; in ex_btc8723b2ant_bt_info_notify() 3566 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_btc8723b2ant_bt_info_notify()
|
D | halbtc8192e2ant.c | 3611 bool bt_busy = false, limited_dig = false; in ex_halbtc8192e2ant_bt_info_notify() local 3750 bt_busy = true; in ex_halbtc8192e2ant_bt_info_notify() 3753 bt_busy = false; in ex_halbtc8192e2ant_bt_info_notify() 3757 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_halbtc8192e2ant_bt_info_notify()
|
D | halbtcoutsrc.c | 379 btcoexist->bt_info.bt_busy = *bool_tmp; in halbtc_set()
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 2520 bool bt_busy; member
|