Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1306 unsigned long btInqPageStartTime; /* for 2Ant */ member
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c7090 if (pHalData->bt_coexist.halCoex8723.btInqPageStartTime == 0) { in btdm_HoldForBtInqPage()
7091 pHalData->bt_coexist.halCoex8723.btInqPageStartTime = curTime; in btdm_HoldForBtInqPage()
7093 pHalData->bt_coexist.halCoex8723.btInqPageStartTime)); in btdm_HoldForBtInqPage()
7097 pHalData->bt_coexist.halCoex8723.btInqPageStartTime, curTime)); in btdm_HoldForBtInqPage()
7099 if (pHalData->bt_coexist.halCoex8723.btInqPageStartTime) { in btdm_HoldForBtInqPage()
7100 if (((curTime - pHalData->bt_coexist.halCoex8723.btInqPageStartTime)/1000000) >= 10) { in btdm_HoldForBtInqPage()
7102 pHalData->bt_coexist.halCoex8723.btInqPageStartTime = 0; in btdm_HoldForBtInqPage()
7106 if (pHalData->bt_coexist.halCoex8723.btInqPageStartTime) { in btdm_HoldForBtInqPage()