Lines Matching refs:wifi_bw
2364 u32 wifi_bw; in btc8723b2ant_action_sco() local
2378 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_sco()
2381 if (BTC_WIFI_BW_LEGACY == wifi_bw) in btc8723b2ant_action_sco()
2390 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_sco()
2422 u32 wifi_bw; in btc8723b2ant_action_hid() local
2437 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_hid()
2439 if (BTC_WIFI_BW_LEGACY == wifi_bw) /*/for HID at 11b/g mode*/ in btc8723b2ant_action_hid()
2451 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_hid()
2484 u32 wifi_bw; in btc8723b2ant_action_a2dp() local
2506 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_a2dp()
2507 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_a2dp()
2540 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_a2dp()
2541 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_a2dp()
2573 u32 wifi_bw; in btc8723b2ant_action_a2dp_pan_hs() local
2593 BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_a2dp_pan_hs()
2594 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_a2dp_pan_hs()
2626 u32 wifi_bw; in btc8723b2ant_action_pan_edr() local
2650 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_pan_edr()
2651 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_edr()
2684 u32 wifi_bw; in btc8723b2ant_action_pan_hs() local
2703 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_pan_hs()
2704 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_hs()
2737 u32 wifi_bw; in btc8723b2ant_action_pan_edr_a2dp() local
2752 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_pan_edr_a2dp()
2757 if (BTC_WIFI_BW_HT40 == wifi_bw) in btc8723b2ant_action_pan_edr_a2dp()
2769 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_edr_a2dp()
2801 u32 wifi_bw; in btc8723b2ant_action_pan_edr_hid() local
2806 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_pan_edr_hid()
2815 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_edr_hid()
2838 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_edr_hid()
2871 u32 wifi_bw; in btc8723b2ant_action_hid_a2dp_pan_edr() local
2886 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_hid_a2dp_pan_edr()
2892 if (BTC_WIFI_BW_HT40 == wifi_bw) in btc8723b2ant_action_hid_a2dp_pan_edr()
2903 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_hid_a2dp_pan_edr()
2935 u32 wifi_bw; in btc8723b2ant_action_hid_a2dp() local
2950 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_hid_a2dp()
2961 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_hid_a2dp()
3174 u32 wifi_bw, wifi_traffic_dir, fa_ofdm, fa_cck; in ex_btc8723b2ant_display_coex_info() local
3237 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8723b2ant_display_coex_info()
3243 ((BTC_WIFI_BW_LEGACY == wifi_bw) ? "Legacy" : in ex_btc8723b2ant_display_coex_info()
3244 (((BTC_WIFI_BW_HT40 == wifi_bw) ? "HT40" : "HT20"))), in ex_btc8723b2ant_display_coex_info()
3456 u32 wifi_bw; in ex_btc8723b2ant_media_status_notify() local
3474 BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8723b2ant_media_status_notify()
3475 if (BTC_WIFI_BW_HT40 == wifi_bw) in ex_btc8723b2ant_media_status_notify()