Home
last modified time | relevance | path

Searched refs:preBtRssiState (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b2Ant.h119 u8 preBtRssiState; member
H A DHalBtc8723b1Ant.c32 u8 btRssiState = pCoexSta->preBtRssiState; in halbtc8723b1ant_BtRssiState()
38 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723b1ant_BtRssiState()
39 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW) in halbtc8723b1ant_BtRssiState()
81 return pCoexSta->preBtRssiState; in halbtc8723b1ant_BtRssiState()
85 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723b1ant_BtRssiState()
86 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW) in halbtc8723b1ant_BtRssiState()
104 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || in halbtc8723b1ant_BtRssiState()
105 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM) in halbtc8723b1ant_BtRssiState()
148 pCoexSta->preBtRssiState = btRssiState; in halbtc8723b1ant_BtRssiState()
H A DHalBtc8723b2Ant.c38 u8 btRssiState = pCoexSta->preBtRssiState; in halbtc8723b2ant_BtRssiState()
44 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723b2ant_BtRssiState()
45 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW) in halbtc8723b2ant_BtRssiState()
66 return pCoexSta->preBtRssiState; in halbtc8723b2ant_BtRssiState()
70 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723b2ant_BtRssiState()
71 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW) in halbtc8723b2ant_BtRssiState()
81 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || in halbtc8723b2ant_BtRssiState()
82 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM) in halbtc8723b2ant_BtRssiState()
105 pCoexSta->preBtRssiState = btRssiState; in halbtc8723b2ant_BtRssiState()
H A DHalBtc8723b1Ant.h137 u8 preBtRssiState; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/btc/
H A Dhalbtc8723a1ant.h98 u1Byte preBtRssiState; member
H A Dhalbtc8723a2ant.h101 u1Byte preBtRssiState; member
H A Dhalbtc8723a2ant.c100 u1Byte btRssiState=pCoexSta->preBtRssiState; in halbtc8723a2ant_BtRssiState()
106 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723a2ant_BtRssiState()
107 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8723a2ant_BtRssiState()
135 return pCoexSta->preBtRssiState; in halbtc8723a2ant_BtRssiState()
138 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723a2ant_BtRssiState()
139 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8723a2ant_BtRssiState()
150 else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || in halbtc8723a2ant_BtRssiState()
151 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) in halbtc8723a2ant_BtRssiState()
179 pCoexSta->preBtRssiState = btRssiState; in halbtc8723a2ant_BtRssiState()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/btc/
H A DHalBtc8723a1Ant.h98 u1Byte preBtRssiState; member
H A DHalBtc8723a2Ant.h101 u1Byte preBtRssiState; member
H A DHalBtc8723a2Ant.c100 u1Byte btRssiState=pCoexSta->preBtRssiState; in halbtc8723a2ant_BtRssiState()
106 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723a2ant_BtRssiState()
107 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8723a2ant_BtRssiState()
135 return pCoexSta->preBtRssiState; in halbtc8723a2ant_BtRssiState()
138 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723a2ant_BtRssiState()
139 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8723a2ant_BtRssiState()
150 else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || in halbtc8723a2ant_BtRssiState()
151 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) in halbtc8723a2ant_BtRssiState()
179 pCoexSta->preBtRssiState = btRssiState; in halbtc8723a2ant_BtRssiState()
H A DHalBtc8703b2Ant.h130 u1Byte preBtRssiState; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/btc/
H A DHalBtc8723a1Ant.h98 u1Byte preBtRssiState; member
H A DHalBtc8723a2Ant.h101 u1Byte preBtRssiState; member
H A DHalBtc8821a1Ant.c53 u1Byte btRssiState=pCoexSta->preBtRssiState; in halbtc8821a1ant_BtRssiState()
59 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8821a1ant_BtRssiState()
60 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8821a1ant_BtRssiState()
88 return pCoexSta->preBtRssiState; in halbtc8821a1ant_BtRssiState()
91 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8821a1ant_BtRssiState()
92 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8821a1ant_BtRssiState()
103 else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || in halbtc8821a1ant_BtRssiState()
104 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) in halbtc8821a1ant_BtRssiState()
132 pCoexSta->preBtRssiState = btRssiState; in halbtc8821a1ant_BtRssiState()
H A DHalBtc8192e1Ant.c53 u1Byte btRssiState=pCoexSta->preBtRssiState; in halbtc8192e1ant_BtRssiState()
59 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8192e1ant_BtRssiState()
60 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8192e1ant_BtRssiState()
88 return pCoexSta->preBtRssiState; in halbtc8192e1ant_BtRssiState()
91 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8192e1ant_BtRssiState()
92 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8192e1ant_BtRssiState()
103 else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || in halbtc8192e1ant_BtRssiState()
104 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) in halbtc8192e1ant_BtRssiState()
132 pCoexSta->preBtRssiState = btRssiState; in halbtc8192e1ant_BtRssiState()
H A DHalBtc8821a1Ant.h133 u1Byte preBtRssiState; member
H A DHalBtc8821aCsr2Ant.h129 u1Byte preBtRssiState; member
H A DHalBtc8723a2Ant.c100 u1Byte btRssiState=pCoexSta->preBtRssiState; in halbtc8723a2ant_BtRssiState()
106 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723a2ant_BtRssiState()
107 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8723a2ant_BtRssiState()
135 return pCoexSta->preBtRssiState; in halbtc8723a2ant_BtRssiState()
138 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8723a2ant_BtRssiState()
139 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8723a2ant_BtRssiState()
150 else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || in halbtc8723a2ant_BtRssiState()
151 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) in halbtc8723a2ant_BtRssiState()
179 pCoexSta->preBtRssiState = btRssiState; in halbtc8723a2ant_BtRssiState()
H A DHalBtc8812a1Ant.c53 u1Byte btRssiState=pCoexSta->preBtRssiState; in halbtc8812a1ant_BtRssiState()
59 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8812a1ant_BtRssiState()
60 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8812a1ant_BtRssiState()
88 return pCoexSta->preBtRssiState; in halbtc8812a1ant_BtRssiState()
91 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8812a1ant_BtRssiState()
92 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8812a1ant_BtRssiState()
103 else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || in halbtc8812a1ant_BtRssiState()
104 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) in halbtc8812a1ant_BtRssiState()
132 pCoexSta->preBtRssiState = btRssiState; in halbtc8812a1ant_BtRssiState()
H A DHalBtc8723b2Ant.h130 u1Byte preBtRssiState; member
H A DHalBtc8821a2Ant.h128 u1Byte preBtRssiState; member
H A DHalBtc8703b2Ant.h130 u1Byte preBtRssiState; member
H A DHalBtc8192e2Ant.h142 u1Byte preBtRssiState; member
H A DHalBtc8192e1Ant.h136 u1Byte preBtRssiState; member
H A DHalBtc8821aCsr2Ant.c60 u1Byte btRssiState=pCoexSta->preBtRssiState; in halbtc8821aCsr2ant_BtRssiState()
66 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8821aCsr2ant_BtRssiState()
67 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8821aCsr2ant_BtRssiState()
95 return pCoexSta->preBtRssiState; in halbtc8821aCsr2ant_BtRssiState()
98 if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || in halbtc8821aCsr2ant_BtRssiState()
99 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) in halbtc8821aCsr2ant_BtRssiState()
110 else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || in halbtc8821aCsr2ant_BtRssiState()
111 (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) in halbtc8821aCsr2ant_BtRssiState()
139 pCoexSta->preBtRssiState = btRssiState; in halbtc8821aCsr2ant_BtRssiState()

12