Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_btcoex.c15 struct btc_coexist GLBtCoexist; variable
808 memset(&GLBtCoexist, 0, sizeof(GLBtCoexist)); in hal_btcoex_Initialize()
810 pBtCoexist = &GLBtCoexist; in hal_btcoex_Initialize()
1174 if (GLBtCoexist.btInfo.bBtDisabled) in hal_btcoex_IsBtDisabled()
1283 if (GLBtCoexist.btInfo.bBtDisabled) in hal_btcoex_IsBtControlLps()
1286 if (GLBtCoexist.btInfo.bBtCtrlLps) in hal_btcoex_IsBtControlLps()
1297 if (GLBtCoexist.btInfo.bBtDisabled) in hal_btcoex_IsLpsOn()
1300 if (GLBtCoexist.btInfo.bBtLpsOn) in hal_btcoex_IsLpsOn()
1308 return GLBtCoexist.btInfo.rpwmVal; in hal_btcoex_RpwmVal()
1313 return GLBtCoexist.btInfo.lpsVal; in hal_btcoex_LpsVal()
[all …]
H A DHalBtcOutSrc.h403 extern struct btc_coexist GLBtCoexist;