Lines Matching refs:wifi_bw

1094 	u32 wifi_bw;  in btc8821a2ant_sw_mech1()  local
1096 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_sw_mech1()
1098 if (BTC_WIFI_BW_HT40 != wifi_bw) { in btc8821a2ant_sw_mech1()
2322 u32 wifi_bw; in halbtc8821a2ant_action_sco() local
2335 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc8821a2ant_action_sco()
2337 if (BTC_WIFI_BW_LEGACY == wifi_bw) { in halbtc8821a2ant_action_sco()
2347 if (BTC_WIFI_BW_HT40 == wifi_bw) { in halbtc8821a2ant_action_sco()
2406 u32 wifi_bw; in halbtc8821a2ant_action_hid() local
2419 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc8821a2ant_action_hid()
2421 if (BTC_WIFI_BW_LEGACY == wifi_bw) { in halbtc8821a2ant_action_hid()
2431 if (BTC_WIFI_BW_HT40 == wifi_bw) { in halbtc8821a2ant_action_hid()
2486 u32 wifi_bw; in halbtc8821a2ant_action_a2dp() local
2501 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc8821a2ant_action_a2dp()
2503 if (BTC_WIFI_BW_HT40 == wifi_bw) { in halbtc8821a2ant_action_a2dp()
2553 u32 wifi_bw; in halbtc8821a2ant_action_a2dp_pan_hs() local
2569 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc8821a2ant_action_a2dp_pan_hs()
2571 if (BTC_WIFI_BW_HT40 == wifi_bw) { in halbtc8821a2ant_action_a2dp_pan_hs()
2623 u32 wifi_bw; in halbtc8821a2ant_action_pan_edr() local
2636 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc8821a2ant_action_pan_edr()
2638 if (BTC_WIFI_BW_LEGACY == wifi_bw) { in halbtc8821a2ant_action_pan_edr()
2648 if (BTC_WIFI_BW_HT40 == wifi_bw) { in halbtc8821a2ant_action_pan_edr()
2703 u32 wifi_bw; in halbtc8821a2ant_action_pan_hs() local
2711 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc8821a2ant_action_pan_hs()
2713 if (BTC_WIFI_BW_HT40 == wifi_bw) { in halbtc8821a2ant_action_pan_hs()
2778 u32 wifi_bw; in halbtc8821a2ant_action_pan_edr_a2dp() local
2792 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc8821a2ant_action_pan_edr_a2dp()
2794 if (BTC_WIFI_BW_LEGACY == wifi_bw) { in halbtc8821a2ant_action_pan_edr_a2dp()
2804 if (BTC_WIFI_BW_HT40 == wifi_bw) { in halbtc8821a2ant_action_pan_edr_a2dp()
2886 u32 wifi_bw; in halbtc8821a2ant_action_pan_edr_hid() local
2899 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc8821a2ant_action_pan_edr_hid()
2901 if (BTC_WIFI_BW_LEGACY == wifi_bw) { in halbtc8821a2ant_action_pan_edr_hid()
2911 if (BTC_WIFI_BW_HT40 == wifi_bw) { in halbtc8821a2ant_action_pan_edr_hid()
2968 u32 wifi_bw; in btc8821a2ant_act_hid_a2dp_pan_edr() local
2982 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_act_hid_a2dp_pan_edr()
2984 if (BTC_WIFI_BW_LEGACY == wifi_bw) { in btc8821a2ant_act_hid_a2dp_pan_edr()
2994 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8821a2ant_act_hid_a2dp_pan_edr()
3076 u32 wifi_bw; in halbtc8821a2ant_action_hid_a2dp() local
3088 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc8821a2ant_action_hid_a2dp()
3090 if (BTC_WIFI_BW_LEGACY == wifi_bw) { in halbtc8821a2ant_action_hid_a2dp()
3100 if (BTC_WIFI_BW_HT40 == wifi_bw) { in halbtc8821a2ant_action_hid_a2dp()
3350 u32 wifi_bw, wifi_traffic_dir; in ex_halbtc8821a2ant_display_coex_info() local
3417 BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_halbtc8821a2ant_display_coex_info()
3425 ((BTC_WIFI_BW_LEGACY == wifi_bw) ? "Legacy" : in ex_halbtc8821a2ant_display_coex_info()
3426 (((BTC_WIFI_BW_HT40 == wifi_bw) ? "HT40" : "HT20"))), in ex_halbtc8821a2ant_display_coex_info()
3637 u32 wifi_bw; in ex_halbtc8821a2ant_media_status_notify() local
3655 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_halbtc8821a2ant_media_status_notify()
3656 if (BTC_WIFI_BW_HT40 == wifi_bw) in ex_halbtc8821a2ant_media_status_notify()