Searched refs:tmpBuf (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtl8723a_bt_intf.h | 38 void rtl8723a_fw_c2h_BT_info(struct rtw_adapter *padapter, u8 *tmpBuf, u8 length); 66 #define rtl8723a_fw_c2h_BT_info(padapter, tmpBuf, length) do {} while(0) argument
|
D | rtl8723a_bt-coexist.h | 1546 void BTDM_FwC2hBtRssi(struct rtw_adapter *padapter, u8 *tmpBuf);
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 9297 static void BTDM_FwC2hBtRssi8723A(struct rtw_adapter *padapter, u8 *tmpBuf) in BTDM_FwC2hBtRssi8723A() argument 9302 u1tmp = tmpBuf[0]; in BTDM_FwC2hBtRssi8723A() 9310 rtl8723a_fw_c2h_BT_info(struct rtw_adapter *padapter, u8 *tmpBuf, u8 length) in rtl8723a_fw_c2h_BT_info() argument 9331 pBtCoex->c2hBtInfoOriginal = tmpBuf[i]; in rtl8723a_fw_c2h_BT_info() 9334 pBtCoex->btRetryCnt = tmpBuf[i]; in rtl8723a_fw_c2h_BT_info() 9337 BTDM_FwC2hBtRssi8723A(padapter, &tmpBuf[i]); in rtl8723a_fw_c2h_BT_info() 9340 pBtCoex->btInfoExt = tmpBuf[i]&BIT(0); in rtl8723a_fw_c2h_BT_info() 9345 RTPRINT(FBT, BT_TRACE, ("0x%02x]\n", tmpBuf[i])); in rtl8723a_fw_c2h_BT_info() 9347 RTPRINT(FBT, BT_TRACE, ("0x%02x, ", tmpBuf[i])); in rtl8723a_fw_c2h_BT_info() 10039 void BTDM_FwC2hBtRssi(struct rtw_adapter *padapter, u8 *tmpBuf) in BTDM_FwC2hBtRssi() argument [all …]
|