Searched refs:bt_info_ext (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
A D | halbtc8192e2ant.h | 140 u8 bt_info_ext; member
|
A D | halbtc8821a1ant.h | 144 u8 bt_info_ext; member
|
A D | halbtc8821a2ant.h | 131 u8 bt_info_ext; member
|
A D | halbtc8723b2ant.h | 140 u8 bt_info_ext; member
|
A D | halbtc8723b1ant.h | 153 u8 bt_info_ext; member
|
A D | halbtc8192e2ant.c | 2672 u8 u8tmp[4], i, bt_info_ext, ps_tdma_case = 0; in ex_btc8192e2ant_display_coex_info() local 2755 bt_info_ext = coex_sta->bt_info_ext; in ex_btc8192e2ant_display_coex_info() 2758 (bt_info_ext&BIT0) ? "Basic rate" : "EDR rate"); in ex_btc8192e2ant_display_coex_info() 3024 coex_sta->bt_info_ext = in ex_btc8192e2ant_bt_info_notify() 3030 if ((coex_sta->bt_info_ext & BIT1)) { in ex_btc8192e2ant_bt_info_notify() 3045 if ((coex_sta->bt_info_ext & BIT3)) { in ex_btc8192e2ant_bt_info_notify() 3061 if (!(coex_sta->bt_info_ext & BIT4)) in ex_btc8192e2ant_bt_info_notify()
|
A D | halbtc8723b1ant.c | 2455 u8 u8tmp[4], i, bt_info_ext, pstdmacase = 0; in ex_btc8723b1ant_display_coex_info() local 2560 bt_info_ext = coex_sta->bt_info_ext; in ex_btc8723b1ant_display_coex_info() 2563 (bt_info_ext & BIT0) ? "Basic rate" : "EDR rate"); in ex_btc8723b1ant_display_coex_info() 3126 coex_sta->bt_info_ext = in ex_btc8723b1ant_bt_info_notify() 3160 if (coex_sta->bt_info_ext & BIT1) { in ex_btc8723b1ant_bt_info_notify() 3173 if (coex_sta->bt_info_ext & BIT3) { in ex_btc8723b1ant_bt_info_notify() 3186 if (coex_sta->bt_info_ext & BIT4) { in ex_btc8723b1ant_bt_info_notify()
|
A D | halbtc8821a1ant.c | 2113 u8 u1_tmp[4], i, bt_info_ext, ps_tdma_case = 0; in ex_btc8821a1ant_display_coex_info() local 2213 bt_info_ext = coex_sta->bt_info_ext; in ex_btc8821a1ant_display_coex_info() 2216 (bt_info_ext & BIT0) ? in ex_btc8821a1ant_display_coex_info() 2740 coex_sta->bt_info_ext = coex_sta->bt_info_c2h[rsp_source][4]; in ex_btc8821a1ant_bt_info_notify() 2759 if (coex_sta->bt_info_ext & BIT1) { in ex_btc8821a1ant_bt_info_notify() 2773 if ((coex_sta->bt_info_ext & BIT3) && !wifi_under_5g) { in ex_btc8821a1ant_bt_info_notify()
|
A D | halbtc8723b2ant.c | 3645 u8 u8tmp[4], i, bt_info_ext, ps_tdma_case = 0; in ex_btc8723b2ant_display_coex_info() local 3722 bt_info_ext = coex_sta->bt_info_ext; in ex_btc8723b2ant_display_coex_info() 3725 (bt_info_ext & BIT0) ? "Basic rate" : "EDR rate"); in ex_btc8723b2ant_display_coex_info() 4029 coex_sta->bt_info_ext = coex_sta->bt_info_c2h[rsp_source][4]; in ex_btc8723b2ant_bt_info_notify() 4045 if ((coex_sta->bt_info_ext & BIT1)) { in ex_btc8723b2ant_bt_info_notify() 4060 if ((coex_sta->bt_info_ext & BIT3)) { in ex_btc8723b2ant_bt_info_notify() 4069 if (!(coex_sta->bt_info_ext & BIT4)) in ex_btc8723b2ant_bt_info_notify()
|
A D | halbtc8821a2ant.c | 3628 u8 u1tmp[4], i, bt_info_ext, ps_tdma_case = 0; in ex_btc8821a2ant_display_coex_info() local 3709 bt_info_ext = coex_sta->bt_info_ext; in ex_btc8821a2ant_display_coex_info() 3711 (bt_info_ext&BIT0) ? "Basic rate" : "EDR rate"); in ex_btc8821a2ant_display_coex_info() 3994 coex_sta->bt_info_ext = coex_sta->bt_info_c2h[rsp_source][4]; in ex_btc8821a2ant_bt_info_notify() 4013 if ((coex_sta->bt_info_ext & BIT1)) { in ex_btc8821a2ant_bt_info_notify() 4029 coex_sta->bt_info_ext); in ex_btc8821a2ant_bt_info_notify() 4030 if ((coex_sta->bt_info_ext & BIT(3))) { in ex_btc8821a2ant_bt_info_notify()
|
Completed in 39 milliseconds