Lines Matching refs:wifi_bw

2367 	u32 wifi_bw;  in btc8723b2ant_action_sco()  local
2381 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_sco()
2384 if (BTC_WIFI_BW_LEGACY == wifi_bw) in btc8723b2ant_action_sco()
2393 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_sco()
2425 u32 wifi_bw; in btc8723b2ant_action_hid() local
2440 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_hid()
2442 if (BTC_WIFI_BW_LEGACY == wifi_bw) /*/for HID at 11b/g mode*/ in btc8723b2ant_action_hid()
2454 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_hid()
2487 u32 wifi_bw; in btc8723b2ant_action_a2dp() local
2509 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_a2dp()
2510 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_a2dp()
2543 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_a2dp()
2544 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_a2dp()
2576 u32 wifi_bw; in btc8723b2ant_action_a2dp_pan_hs() local
2596 BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_a2dp_pan_hs()
2597 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_a2dp_pan_hs()
2629 u32 wifi_bw; in btc8723b2ant_action_pan_edr() local
2653 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_pan_edr()
2654 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_edr()
2687 u32 wifi_bw; in btc8723b2ant_action_pan_hs() local
2706 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_pan_hs()
2707 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_hs()
2740 u32 wifi_bw; in btc8723b2ant_action_pan_edr_a2dp() local
2755 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_pan_edr_a2dp()
2760 if (BTC_WIFI_BW_HT40 == wifi_bw) in btc8723b2ant_action_pan_edr_a2dp()
2772 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_edr_a2dp()
2804 u32 wifi_bw; in btc8723b2ant_action_pan_edr_hid() local
2809 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_pan_edr_hid()
2818 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_edr_hid()
2841 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_pan_edr_hid()
2874 u32 wifi_bw; in btc8723b2ant_action_hid_a2dp_pan_edr() local
2889 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_hid_a2dp_pan_edr()
2895 if (BTC_WIFI_BW_HT40 == wifi_bw) in btc8723b2ant_action_hid_a2dp_pan_edr()
2906 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_hid_a2dp_pan_edr()
2938 u32 wifi_bw; in btc8723b2ant_action_hid_a2dp() local
2953 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_hid_a2dp()
2964 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_hid_a2dp()
3177 u32 wifi_bw, wifi_traffic_dir, fa_ofdm, fa_cck; in ex_btc8723b2ant_display_coex_info() local
3240 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8723b2ant_display_coex_info()
3246 ((BTC_WIFI_BW_LEGACY == wifi_bw) ? "Legacy" : in ex_btc8723b2ant_display_coex_info()
3247 (((BTC_WIFI_BW_HT40 == wifi_bw) ? "HT40" : "HT20"))), in ex_btc8723b2ant_display_coex_info()
3459 u32 wifi_bw; in ex_btc8723b2ant_media_status_notify() local
3477 BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8723b2ant_media_status_notify()
3478 if (BTC_WIFI_BW_HT40 == wifi_bw) in ex_btc8723b2ant_media_status_notify()