Home
last modified time | relevance | path

Searched refs:wifi_bw (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8192e2ant.c1777 u32 wifi_bw; in btc8192e2ant_action_sco() local
1804 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8192e2ant_action_sco()
1807 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8192e2ant_action_sco()
1839 u32 wifi_bw; in btc8192e2ant_action_sco_pan() local
1866 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8192e2ant_action_sco_pan()
1869 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8192e2ant_action_sco_pan()
1901 u32 wifi_bw; in btc8192e2ant_action_hid() local
1911 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8192e2ant_action_hid()
1930 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8192e2ant_action_hid()
1964 u32 wifi_bw; in btc8192e2ant_action_a2dp() local
[all …]
Dhalbtc8821a2ant.c2617 u32 wifi_bw; in btc8821a2ant_action_sco() local
2632 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_sco()
2634 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8821a2ant_action_sco()
2639 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_sco()
2657 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_sco()
2689 u32 wifi_bw; in btc8821a2ant_action_hid() local
2705 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8821a2ant_action_hid()
2707 if (wifi_bw == BTC_WIFI_BW_LEGACY) { in btc8821a2ant_action_hid()
2718 if (wifi_bw == BTC_WIFI_BW_HT40) { in btc8821a2ant_action_hid()
2754 u32 wifi_bw; in btc8821a2ant_action_a2dp() local
[all …]
Dhalbtc8723b2ant.c2768 u32 wifi_bw; in btc8723b2ant_action_sco() local
2786 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_sco()
2788 if (BTC_WIFI_BW_LEGACY == wifi_bw) in btc8723b2ant_action_sco()
2799 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8723b2ant_action_sco()
2811 u32 wifi_bw; in btc8723b2ant_action_hid() local
2828 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_hid()
2830 if (wifi_bw == BTC_WIFI_BW_LEGACY) in btc8723b2ant_action_hid()
2846 if (wifi_bw == BTC_WIFI_BW_HT40) in btc8723b2ant_action_hid()
2856 u32 wifi_bw; in btc8723b2ant_action_a2dp() local
2878 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8723b2ant_action_a2dp()
[all …]
Dhalbtcoutsrc.c103 u32 wifi_bw = BTC_WIFI_BW_HT20; in halbtc_get_wifi_bw() local
106 wifi_bw = BTC_WIFI_BW_LEGACY; in halbtc_get_wifi_bw()
110 wifi_bw = BTC_WIFI_BW_HT20; in halbtc_get_wifi_bw()
113 wifi_bw = BTC_WIFI_BW_HT40; in halbtc_get_wifi_bw()
116 wifi_bw = BTC_WIFI_BW_HT80; in halbtc_get_wifi_bw()
121 return wifi_bw; in halbtc_get_wifi_bw()
826 u32 wifi_bw = BTC_WIFI_BW_HT20; in halbtc_display_wifi_status() local
865 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc_display_wifi_status()
878 gl_btc_wifi_bw_string[wifi_bw]), in halbtc_display_wifi_status()
Dhalbtc8723b1ant.c2160 u32 wifi_bw; in halbtc8723b1ant_run_coexist_mechanism() local
2233 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc8723b1ant_run_coexist_mechanism()
2253 if (wifi_bw == BTC_WIFI_BW_HT40) in halbtc8723b1ant_run_coexist_mechanism()
2469 u32 wifi_bw, wifi_traffic_dir, fa_ofdm, fa_cck, wifi_link_status; in ex_btc8723b1ant_display_coex_info() local
2526 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8723b1ant_display_coex_info()
2533 ((wifi_bw == BTC_WIFI_BW_LEGACY) ? "Legacy" : in ex_btc8723b1ant_display_coex_info()
2534 ((wifi_bw == BTC_WIFI_BW_HT40) ? "HT40" : "HT20")), in ex_btc8723b1ant_display_coex_info()
2928 u32 wifi_bw; in ex_btc8723b1ant_media_status_notify() local
2985 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8723b1ant_media_status_notify()
2986 if (BTC_WIFI_BW_HT40 == wifi_bw) in ex_btc8723b1ant_media_status_notify()
Dhalbtc8821a1ant.c2121 u32 wifi_bw, wifi_traffic_dir; in ex_btc8821a1ant_display_coex_info() local
2184 &wifi_bw); in ex_btc8821a1ant_display_coex_info()
2191 ((wifi_bw == BTC_WIFI_BW_LEGACY) ? "Legacy" : in ex_btc8821a1ant_display_coex_info()
2192 (((wifi_bw == BTC_WIFI_BW_HT40) ? "HT40" : "HT20"))), in ex_btc8821a1ant_display_coex_info()
2562 u32 wifi_bw; in ex_btc8821a1ant_media_status_notify() local
2594 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8821a1ant_media_status_notify()
2595 if (wifi_bw == BTC_WIFI_BW_HT40) in ex_btc8821a1ant_media_status_notify()