Lines Matching refs:wifi_bw
2598 u32 wifi_bw; in btc8821a2ant_action_sco() local
2613 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_sco()
2615 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8821a2ant_action_sco()
2620 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_sco()
2638 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_sco()
2670 u32 wifi_bw; in btc8821a2ant_action_hid() local
2686 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_hid()
2688 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8821a2ant_action_hid()
2699 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_hid()
2735 u32 wifi_bw; in btc8821a2ant_action_a2dp() local
2762 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_a2dp()
2763 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_a2dp()
2806 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_a2dp()
2807 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_a2dp()
2839 u32 wifi_bw; in btc8821a2ant_action_a2dp_pan_hs() local
2870 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_a2dp_pan_hs()
2871 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_a2dp_pan_hs()
2903 u32 wifi_bw; in btc8821a2ant_action_pan_edr() local
2940 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_pan_edr()
2941 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_pan_edr()
2974 u32 wifi_bw; in btc8821a2ant_action_pan_hs() local
2996 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_pan_hs()
2997 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_pan_hs()
3030 u32 wifi_bw; in btc8821a2ant_action_pan_edr_a2dp() local
3056 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_pan_edr_a2dp()
3062 if (wifi_bw == BTC_WIFI_BW_HT40) in btc8821a2ant_action_pan_edr_a2dp()
3074 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_pan_edr_a2dp()
3106 u32 wifi_bw; in btc8821a2ant_action_pan_edr_hid() local
3119 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_pan_edr_hid()
3122 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8821a2ant_action_pan_edr_hid()
3132 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_pan_edr_hid()
3186 u32 wifi_bw; in btc8821a2ant_act_hid_a2dp_pan_edr() local
3214 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_act_hid_a2dp_pan_edr()
3218 if (wifi_bw == BTC_WIFI_BW_HT40) in btc8821a2ant_act_hid_a2dp_pan_edr()
3229 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_act_hid_a2dp_pan_edr()
3260 u32 wifi_bw; in btc8821a2ant_action_hid_a2dp() local
3275 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_hid_a2dp()
3276 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8821a2ant_action_hid_a2dp()
3301 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8821a2ant_action_hid_a2dp()
3320 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_hid_a2dp()
3633 u32 wifi_bw, wifi_traffic_dir; in ex_btc8821a2ant_display_coex_info() local
3685 BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8821a2ant_display_coex_info()
3692 ((BTC_WIFI_BW_LEGACY == wifi_bw) ? "Legacy" : in ex_btc8821a2ant_display_coex_info()
3693 (((BTC_WIFI_BW_HT40 == wifi_bw) ? "HT40" : "HT20"))), in ex_btc8821a2ant_display_coex_info()
3890 u32 wifi_bw; in ex_btc8821a2ant_media_status_notify() local
3909 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8821a2ant_media_status_notify()
3910 if (wifi_bw == BTC_WIFI_BW_HT40) { in ex_btc8821a2ant_media_status_notify()