Home
last modified time | relevance | path

Searched refs:curAlgorithm (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c8699 pBtdm8723->curAlgorithm = algorithm; in BTDM_2AntFwC2hBtInfo8723A()
8700 RTPRINT(FBT, BT_TRACE, ("[BTCoex], Algorithm = %d \n", pBtdm8723->curAlgorithm)); in BTDM_2AntFwC2hBtInfo8723A()
8739 pBtdm8723->curAlgorithm = btdm_ActionAlgorithm(padapter); in BTDM_2AntBtCoexist8723A()
8740 RTPRINT(FBT, BT_TRACE, ("[BTCoex], Algorithm = %d \n", pBtdm8723->curAlgorithm)); in BTDM_2AntBtCoexist8723A()
8746 if (pBtdm8723->curAlgorithm != pBtdm8723->preAlgorithm) { in BTDM_2AntBtCoexist8723A()
8748 pBtdm8723->preAlgorithm, pBtdm8723->curAlgorithm)); in BTDM_2AntBtCoexist8723A()
8751 switch (pBtdm8723->curAlgorithm) { in BTDM_2AntBtCoexist8723A()
8793 pBtdm8723->preAlgorithm = pBtdm8723->curAlgorithm; in BTDM_2AntBtCoexist8723A()
8826 if (pBtdm8723->curAlgorithm != pBtdm8723->preAlgorithm) { in BTDM_2AntBtCoexist8723A()
8830 pBtdm8723->curAlgorithm)); in BTDM_2AntBtCoexist8723A()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1242 u8 curAlgorithm; member