Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b1Ant.c14 static struct coex_sta_8723b_1ant *pCoexSta = &GLCoexSta8723b1Ant; variable
23 u8 btRssiState = pCoexSta->preBtRssiState; in halbtc8723b1ant_BtRssiState()
25 btRssi = pCoexSta->btRssi; in halbtc8723b1ant_BtRssiState()
29 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723b1ant_BtRssiState()
30 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW) in halbtc8723b1ant_BtRssiState()
45 return pCoexSta->preBtRssiState; in halbtc8723b1ant_BtRssiState()
48 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723b1ant_BtRssiState()
49 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW) in halbtc8723b1ant_BtRssiState()
56 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || in halbtc8723b1ant_BtRssiState()
57 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM) in halbtc8723b1ant_BtRssiState()
[all …]
H A DHalBtc8723b2Ant.c21 static struct coex_sta_8723b_2ant *pCoexSta = &GLCoexSta8723b2Ant; variable
29 u8 btRssiState = pCoexSta->preBtRssiState; in halbtc8723b2ant_BtRssiState()
31 btRssi = pCoexSta->btRssi; in halbtc8723b2ant_BtRssiState()
35 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723b2ant_BtRssiState()
36 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW) in halbtc8723b2ant_BtRssiState()
52 return pCoexSta->preBtRssiState; in halbtc8723b2ant_BtRssiState()
56 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723b2ant_BtRssiState()
57 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW) in halbtc8723b2ant_BtRssiState()
65 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || in halbtc8723b2ant_BtRssiState()
66 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM) in halbtc8723b2ant_BtRssiState()
[all …]