Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8192e2ant.c1768 u32 wifi_bw; in btc8192e2ant_action_sco() local
1795 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8192e2ant_action_sco()
1798 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8192e2ant_action_sco()
1830 u32 wifi_bw; in btc8192e2ant_action_sco_pan() local
1857 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8192e2ant_action_sco_pan()
1860 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8192e2ant_action_sco_pan()
1892 u32 wifi_bw; in btc8192e2ant_action_hid() local
1902 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in btc8192e2ant_action_hid()
1921 if (BTC_WIFI_BW_HT40 == wifi_bw) { in btc8192e2ant_action_hid()
1955 u32 wifi_bw; in btc8192e2ant_action_a2dp() local
[all …]
Dhalbtc8821a2ant.c2598 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
[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.c90 u32 wifi_bw = BTC_WIFI_BW_HT20; in halbtc_get_wifi_bw() local
93 wifi_bw = BTC_WIFI_BW_LEGACY; in halbtc_get_wifi_bw()
97 wifi_bw = BTC_WIFI_BW_HT20; in halbtc_get_wifi_bw()
100 wifi_bw = BTC_WIFI_BW_HT40; in halbtc_get_wifi_bw()
103 wifi_bw = BTC_WIFI_BW_HT80; in halbtc_get_wifi_bw()
108 return wifi_bw; in halbtc_get_wifi_bw()
814 u32 wifi_bw = BTC_WIFI_BW_HT20; in halbtc_display_wifi_status() local
853 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc_display_wifi_status()
866 gl_btc_wifi_bw_string[wifi_bw]), in halbtc_display_wifi_status()
Dhalbtc8723b1ant.c2153 u32 wifi_bw; in halbtc8723b1ant_run_coexist_mechanism() local
2226 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in halbtc8723b1ant_run_coexist_mechanism()
2246 if (wifi_bw == BTC_WIFI_BW_HT40) in halbtc8723b1ant_run_coexist_mechanism()
2462 u32 wifi_bw, wifi_traffic_dir, fa_ofdm, fa_cck, wifi_link_status; in ex_btc8723b1ant_display_coex_info() local
2519 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8723b1ant_display_coex_info()
2526 ((wifi_bw == BTC_WIFI_BW_LEGACY) ? "Legacy" : in ex_btc8723b1ant_display_coex_info()
2527 ((wifi_bw == BTC_WIFI_BW_HT40) ? "HT40" : "HT20")), in ex_btc8723b1ant_display_coex_info()
2921 u32 wifi_bw; in ex_btc8723b1ant_media_status_notify() local
2978 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8723b1ant_media_status_notify()
2979 if (BTC_WIFI_BW_HT40 == wifi_bw) in ex_btc8723b1ant_media_status_notify()
Dhalbtc8821a1ant.c2111 u32 wifi_bw, wifi_traffic_dir; in ex_btc8821a1ant_display_coex_info() local
2174 &wifi_bw); in ex_btc8821a1ant_display_coex_info()
2181 ((wifi_bw == BTC_WIFI_BW_LEGACY) ? "Legacy" : in ex_btc8821a1ant_display_coex_info()
2182 (((wifi_bw == BTC_WIFI_BW_HT40) ? "HT40" : "HT20"))), in ex_btc8821a1ant_display_coex_info()
2552 u32 wifi_bw; in ex_btc8821a1ant_media_status_notify() local
2584 btcoexist->btc_get(btcoexist, BTC_GET_U4_WIFI_BW, &wifi_bw); in ex_btc8821a1ant_media_status_notify()
2585 if (wifi_bw == BTC_WIFI_BW_HT40) in ex_btc8821a1ant_media_status_notify()