Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/staging/rtl8723au/core/
Drtw_cmd.c863 if (rtl8723a_BT_coexist(padapter)) in traffic_status_watchdog()
890 if (!rtl8723a_BT_coexist(padapter) || in traffic_status_watchdog()
Drtw_mlme_ext.c3274 if (rtl8723a_BT_coexist(padapter) && in issue_assocreq()
3811 if (rtl8723a_BT_coexist(padapter) && in issue_action_BA23a()
3883 if (rtl8723a_BT_coexist(padapter) && in issue_action_BA23a()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c9379 if (!rtl8723a_BT_coexist(padapter)) { in BTDM_Display8723ABtCoexInfo()
9825 if (!rtl8723a_BT_coexist(padapter)) in BTDM_CheckBTIdleChange1Ant()
10450 if (!rtl8723a_BT_coexist(padapter)) { in rtl8723a_BT_disable_EDCA_turbo()
10635 if (!rtl8723a_BT_coexist(padapter)) in rtl8723a_BT_disable_coexist()
10660 if (!rtl8723a_BT_coexist(padapter)) { in rtl8723a_BT_do_coexist()
10870 if (!rtl8723a_BT_coexist(padapter)) in BTDM_ForHalt()
10879 if (!rtl8723a_BT_coexist(padapter)) in BTDM_WifiScanNotify()
10887 if (!rtl8723a_BT_coexist(padapter)) in BTDM_WifiAssociateNotify()
10896 if (!rtl8723a_BT_coexist(padapter)) in rtl8723a_BT_mediastatus_notify()
10904 if (!rtl8723a_BT_coexist(padapter)) in rtl8723a_BT_specialpacket_notify()
[all …]
Drtl8723a_hal_init.c221 if (rtl8723a_BT_coexist(padapter)) { in rtl8723a_FirmwareDownload()