Lines Matching refs:wifi_bw
2768 u32 wifi_bw; in btc8723b2ant_action_sco() local
2786 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_sco()
2788 if (BTC_WIFI_BW_LEGACY == wifi_bw) in btc8723b2ant_action_sco()
2799 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_sco()
2811 u32 wifi_bw; in btc8723b2ant_action_hid() local
2828 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_hid()
2830 if (wifi_bw == BTC_WIFI_BW_LEGACY) in btc8723b2ant_action_hid()
2846 if (wifi_bw == BTC_WIFI_BW_HT40) in btc8723b2ant_action_hid()
2856 u32 wifi_bw; in btc8723b2ant_action_a2dp() local
2878 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_a2dp()
2879 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_a2dp()
2917 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_a2dp()
2918 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_a2dp()
2930 u32 wifi_bw; in btc8723b2ant_action_a2dp_pan_hs() local
2964 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_a2dp_pan_hs()
2965 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_a2dp_pan_hs()
2977 u32 wifi_bw; in btc8723b2ant_action_pan_edr() local
3015 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_pan_edr()
3016 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_edr()
3029 u32 wifi_bw; in btc8723b2ant_action_pan_hs() local
3053 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_pan_hs()
3054 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_hs()
3067 u32 wifi_bw; in btc8723b2ant_action_pan_edr_a2dp() local
3093 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_pan_edr_a2dp()
3098 if (BTC_WIFI_BW_HT40 == wifi_bw) in btc8723b2ant_action_pan_edr_a2dp()
3110 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_edr_a2dp()
3122 u32 wifi_bw; in btc8723b2ant_action_pan_edr_hid() local
3132 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_pan_edr_hid()
3153 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_edr_hid()
3173 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_edr_hid()
3186 u32 wifi_bw; in btc8723b2ant_action_hid_a2dp_pan_edr() local
3217 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_hid_a2dp_pan_edr()
3222 if (BTC_WIFI_BW_HT40 == wifi_bw) in btc8723b2ant_action_hid_a2dp_pan_edr()
3233 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_hid_a2dp_pan_edr()
3245 u32 wifi_bw; in btc8723b2ant_action_hid_a2dp() local
3262 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_hid_a2dp()
3264 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8723b2ant_action_hid_a2dp()
3321 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_hid_a2dp()
3651 u32 wifi_bw, wifi_traffic_dir, fa_ofdm, fa_cck; in ex_btc8723b2ant_display_coex_info() local
3704 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8723b2ant_display_coex_info()
3710 ((wifi_bw == BTC_WIFI_BW_LEGACY) ? "Legacy" : in ex_btc8723b2ant_display_coex_info()
3711 (((wifi_bw == BTC_WIFI_BW_HT40) ? "HT40" : "HT20"))), in ex_btc8723b2ant_display_coex_info()
3928 u32 wifi_bw; in ex_btc8723b2ant_media_status_notify() local
3947 BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8723b2ant_media_status_notify()
3948 if (wifi_bw == BTC_WIFI_BW_HT40) { in ex_btc8723b2ant_media_status_notify()