Home
last modified time | relevance | path

Searched refs:rtl8723a_BT_coexist (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt_intf.h25 bool rtl8723a_BT_coexist(struct rtw_adapter *padapter);
48 static inline bool rtl8723a_BT_coexist(struct rtw_adapter *padapter) in rtl8723a_BT_coexist() function
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_cmd.c862 if (rtl8723a_BT_coexist(padapter)) in traffic_status_watchdog()
889 if (!rtl8723a_BT_coexist(padapter) || in traffic_status_watchdog()
Drtw_mlme_ext.c3282 if (rtl8723a_BT_coexist(padapter) && in issue_assocreq()
3821 if (rtl8723a_BT_coexist(padapter) && in issue_action_BA23a()
3893 if (rtl8723a_BT_coexist(padapter) && in issue_action_BA23a()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c9383 if (!rtl8723a_BT_coexist(padapter)) { in BTDM_Display8723ABtCoexInfo()
9829 if (!rtl8723a_BT_coexist(padapter)) in BTDM_CheckBTIdleChange1Ant()
10454 if (!rtl8723a_BT_coexist(padapter)) { in rtl8723a_BT_disable_EDCA_turbo()
10639 if (!rtl8723a_BT_coexist(padapter)) in rtl8723a_BT_disable_coexist()
10664 if (!rtl8723a_BT_coexist(padapter)) { in rtl8723a_BT_do_coexist()
10874 if (!rtl8723a_BT_coexist(padapter)) in BTDM_ForHalt()
10883 if (!rtl8723a_BT_coexist(padapter)) in BTDM_WifiScanNotify()
10891 if (!rtl8723a_BT_coexist(padapter)) in BTDM_WifiAssociateNotify()
10900 if (!rtl8723a_BT_coexist(padapter)) in rtl8723a_BT_mediastatus_notify()
10908 if (!rtl8723a_BT_coexist(padapter)) in rtl8723a_BT_specialpacket_notify()
[all …]
Drtl8723a_hal_init.c221 if (rtl8723a_BT_coexist(padapter)) { in rtl8723a_FirmwareDownload()