Lines Matching refs:wifi_bw
2639 u32 wifi_bw; in btc8821a2ant_action_sco() local
2654 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_sco()
2656 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8821a2ant_action_sco()
2661 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_sco()
2679 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_sco()
2711 u32 wifi_bw; in btc8821a2ant_action_hid() local
2727 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_hid()
2729 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8821a2ant_action_hid()
2740 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_hid()
2776 u32 wifi_bw; in btc8821a2ant_action_a2dp() local
2803 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_a2dp()
2804 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_a2dp()
2846 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_a2dp()
2847 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_a2dp()
2879 u32 wifi_bw; in btc8821a2ant_action_a2dp_pan_hs() local
2910 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_a2dp_pan_hs()
2911 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_a2dp_pan_hs()
2943 u32 wifi_bw; in btc8821a2ant_action_pan_edr() local
2979 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_pan_edr()
2980 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_pan_edr()
3013 u32 wifi_bw; in btc8821a2ant_action_pan_hs() local
3035 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_pan_hs()
3036 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_pan_hs()
3069 u32 wifi_bw; in btc8821a2ant_action_pan_edr_a2dp() local
3095 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_pan_edr_a2dp()
3101 if (wifi_bw == BTC_WIFI_BW_HT40) in btc8821a2ant_action_pan_edr_a2dp()
3113 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_pan_edr_a2dp()
3145 u32 wifi_bw; in btc8821a2ant_action_pan_edr_hid() local
3158 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_pan_edr_hid()
3160 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8821a2ant_action_pan_edr_hid()
3170 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_pan_edr_hid()
3224 u32 wifi_bw; in btc8821a2ant_act_hid_a2dp_pan_edr() local
3252 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_act_hid_a2dp_pan_edr()
3256 if (wifi_bw == BTC_WIFI_BW_HT40) in btc8821a2ant_act_hid_a2dp_pan_edr()
3267 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_act_hid_a2dp_pan_edr()
3298 u32 wifi_bw; in btc8821a2ant_action_hid_a2dp() local
3313 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_hid_a2dp()
3314 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8821a2ant_action_hid_a2dp()
3339 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8821a2ant_action_hid_a2dp()
3357 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_hid_a2dp()
3670 u32 wifi_bw, wifi_traffic_dir; in ex_btc8821a2ant_display_coex_info() local
3722 BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8821a2ant_display_coex_info()
3729 ((BTC_WIFI_BW_LEGACY == wifi_bw) ? "Legacy" : in ex_btc8821a2ant_display_coex_info()
3730 (((BTC_WIFI_BW_HT40 == wifi_bw) ? "HT40" : "HT20"))), in ex_btc8821a2ant_display_coex_info()
3927 u32 wifi_bw; in ex_btc8821a2ant_media_status_notify() local
3946 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8821a2ant_media_status_notify()
3947 if (wifi_bw == BTC_WIFI_BW_HT40) { in ex_btc8821a2ant_media_status_notify()