Home
last modified time | relevance | path

Searched refs:bt_info_hb0 (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c2361 coex_stat->bt_info_c2h[rsp_source][3] == coex_stat->bt_info_hb0 && in rtw_coex_bt_info_notify()
2369 coex_stat->bt_info_hb0 = coex_stat->bt_info_c2h[rsp_source][3]; in rtw_coex_bt_info_notify()
2415 coex_stat->bt_rssi = coex_stat->bt_info_hb0 * 2 + 10; in rtw_coex_bt_info_notify()
2417 if (coex_stat->bt_info_hb0 <= 127) in rtw_coex_bt_info_notify()
2419 else if (256 - coex_stat->bt_info_hb0 <= 100) in rtw_coex_bt_info_notify()
2420 coex_stat->bt_rssi = 100 - (256 - coex_stat->bt_info_hb0); in rtw_coex_bt_info_notify()
H A Dmain.h1340 u8 bt_info_hb0; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/btc/
H A Dhalbtc8821c2ant.h275 u8 bt_info_hb0; member
H A Dhalbtc8821c1ant.h277 u8 bt_info_hb0; member
H A Dhalbtc8821c2ant.c5197 coex_sta->bt_info_c2h[rsp_source][3] == coex_sta->bt_info_hb0 && in ex_halbtc8821c2ant_bt_info_notify()
5209 coex_sta->bt_info_hb0 = coex_sta->bt_info_c2h[rsp_source][3]; in ex_halbtc8821c2ant_bt_info_notify()
5222 coex_sta->bt_rssi = coex_sta->bt_info_hb0 * 2 + 10; in ex_halbtc8821c2ant_bt_info_notify()
H A Dhalbtc8821c1ant.c5050 coex_sta->bt_info_c2h[rsp_source][3] == coex_sta->bt_info_hb0 && in ex_halbtc8821c1ant_bt_info_notify()
5062 coex_sta->bt_info_hb0 = coex_sta->bt_info_c2h[rsp_source][3]; in ex_halbtc8821c1ant_bt_info_notify()
5075 coex_sta->bt_rssi = coex_sta->bt_info_hb0 * 2 + 10; in ex_halbtc8821c1ant_bt_info_notify()
H A Dhalbtcoutsrc.h838 u8 bt_info_hb0; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/btc/
H A Dhalbtc8821c2ant.h276 u8 bt_info_hb0; member
H A Dhalbtc8821c1ant.h278 u8 bt_info_hb0; member
H A Dhalbtc8821c1ant.c5033 coex_sta->bt_info_c2h[rsp_source][3] == coex_sta->bt_info_hb0 && in ex_halbtc8821c1ant_bt_info_notify()
5045 coex_sta->bt_info_hb0 = coex_sta->bt_info_c2h[rsp_source][3]; in ex_halbtc8821c1ant_bt_info_notify()
5058 coex_sta->bt_rssi = coex_sta->bt_info_hb0 * 2 + 10; in ex_halbtc8821c1ant_bt_info_notify()
H A Dhalbtc8821c2ant.c5199 coex_sta->bt_info_c2h[rsp_source][3] == coex_sta->bt_info_hb0 && in ex_halbtc8821c2ant_bt_info_notify()
5211 coex_sta->bt_info_hb0 = coex_sta->bt_info_c2h[rsp_source][3]; in ex_halbtc8821c2ant_bt_info_notify()
5224 coex_sta->bt_rssi = coex_sta->bt_info_hb0 * 2 + 10; in ex_halbtc8821c2ant_bt_info_notify()
H A Dhalbtcoutsrc.h831 u8 bt_info_hb0; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/btc/
H A Dhalbtc8822b2ant.h288 u8 bt_info_hb0; member
H A Dhalbtc8822b1ant.h284 u8 bt_info_hb0; member
H A Dhalbtcoutsrc.h743 u8 bt_info_hb0; member
H A Dhalbtc8822b2ant.c5172 coex_sta->bt_info_c2h[rsp_source][3] == coex_sta->bt_info_hb0 && in ex_halbtc8822b2ant_bt_info_notify()
5184 coex_sta->bt_info_hb0 = coex_sta->bt_info_c2h[rsp_source][3]; in ex_halbtc8822b2ant_bt_info_notify()
5197 coex_sta->bt_rssi = coex_sta->bt_info_hb0 * 2 + 10; in ex_halbtc8822b2ant_bt_info_notify()
H A Dhalbtc8822b1ant.c5149 coex_sta->bt_info_c2h[rsp_source][3] == coex_sta->bt_info_hb0 && in ex_halbtc8822b1ant_bt_info_notify()
5161 coex_sta->bt_info_hb0 = coex_sta->bt_info_c2h[rsp_source][3]; in ex_halbtc8822b1ant_bt_info_notify()
5174 coex_sta->bt_rssi = coex_sta->bt_info_hb0 * 2 + 10; in ex_halbtc8822b1ant_bt_info_notify()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/btc/
H A Dhalbtccommon.c4975 coex_sta->bt_info_c2h[rsp_source][3] == coex_sta->bt_info_hb0 && in rtw_btc_ex_bt_info_notify()
4987 coex_sta->bt_info_hb0 = coex_sta->bt_info_c2h[rsp_source][3]; in rtw_btc_ex_bt_info_notify()
5043 coex_sta->bt_rssi = coex_sta->bt_info_hb0 * 2 + 10; in rtw_btc_ex_bt_info_notify()
5045 if (coex_sta->bt_info_hb0 <= 127) in rtw_btc_ex_bt_info_notify()
5047 else if (256 - coex_sta->bt_info_hb0 <= 100) in rtw_btc_ex_bt_info_notify()
5048 coex_sta->bt_rssi = 100 - (256 - coex_sta->bt_info_hb0); in rtw_btc_ex_bt_info_notify()
H A Dhalbtcoutsrc.h839 u8 bt_info_hb0; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/btc/
H A Dhalbtcoutsrc.h769 u8 bt_info_hb0; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/btc/
H A Dhalbtcoutsrc.h833 u8 bt_info_hb0; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/btc/
H A Dhalbtcoutsrc.h833 u8 bt_info_hb0; member