/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
H A D | halbtc8821a1ant.c | 1907 bool wifi_under_5g = false; in btc8821a1ant_run_coexist_mechanism() local 1930 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in btc8821a1ant_run_coexist_mechanism() 1931 if (wifi_under_5g) { in btc8821a1ant_run_coexist_mechanism() 2041 bool wifi_under_5g = false; in btc8821a1ant_init_hw_config() local 2066 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in btc8821a1ant_init_hw_config() 2069 if (wifi_under_5g) in btc8821a1ant_init_hw_config() 2118 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_btc8821a1ant_display_coex_info() local 2182 &wifi_under_5g); in ex_btc8821a1ant_display_coex_info() 2190 (wifi_under_5g ? "5G" : "2.4G"), in ex_btc8821a1ant_display_coex_info() 2350 bool wifi_under_5g in ex_btc8821a1ant_ips_notify() local 2406 bool wifi_under_5g = false; ex_btc8821a1ant_scan_notify() local 2492 bool wifi_under_5g = false; ex_btc8821a1ant_connect_notify() local 2564 bool wifi_under_5g = false; ex_btc8821a1ant_media_status_notify() local 2620 bool wifi_under_5g = false; ex_btc8821a1ant_special_packet_notify() local 2706 bool wifi_under_5g = false; ex_btc8821a1ant_bt_info_notify() local 2869 bool wifi_under_5g = false; ex_btc8821a1ant_halt_notify() local 2896 bool wifi_under_5g = false; ex_btc8821a1ant_pnp_notify() local [all...] |
H A D | halbtc8821a2ant.c | 3384 bool wifi_under_5g = false; in btc8821a2ant_run_coexist_mechanism() local 3397 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in btc8821a2ant_run_coexist_mechanism() 3399 if (wifi_under_5g) { in btc8821a2ant_run_coexist_mechanism() 3645 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_btc8821a2ant_display_coex_info() local 3698 BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in ex_btc8821a2ant_display_coex_info() 3706 (wifi_under_5g ? "5G" : "2.4G"), in ex_btc8821a2ant_display_coex_info() 3967 bool wifi_connected = false, wifi_under_5g = false; in ex_btc8821a2ant_bt_info_notify() local 3970 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in ex_btc8821a2ant_bt_info_notify() 4041 if (!btcoexist->manual_control && !wifi_under_5g) { in ex_btc8821a2ant_bt_info_notify()
|
H A D | halbtcoutsrc.c | 829 bool wifi_under_5g = false; in halbtc_display_wifi_status() local 868 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in halbtc_display_wifi_status() 874 wifi_freq = (wifi_under_5g ? BTC_FREQ_5G : BTC_FREQ_2_4G); in halbtc_display_wifi_status() 1578 bool wifi_under_5g; in exhalbtc_connect_notify() local 1586 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in exhalbtc_connect_notify()
|
H A D | halbtc8192e2ant.c | 2675 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_btc8192e2ant_display_coex_info() local 2725 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in ex_btc8192e2ant_display_coex_info() 2731 "Wifi status", (wifi_under_5g ? "5G" : "2.4G"), in ex_btc8192e2ant_display_coex_info()
|
H A D | halbtc8723b2ant.c | 3648 bool link = false, wifi_under_5g = false; in ex_btc8723b2ant_display_coex_info() local 3703 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in ex_btc8723b2ant_display_coex_info() 3709 "Wifi status", (wifi_under_5g ? "5G" : "2.4G"), in ex_btc8723b2ant_display_coex_info()
|
H A D | halbtc8723b1ant.c | 2459 bool link = false, wifi_under_5g = false; in ex_btc8723b1ant_display_coex_info() local 2518 &wifi_under_5g); in ex_btc8723b1ant_display_coex_info() 2525 "Wifi status", (wifi_under_5g ? "5G" : "2.4G"), in ex_btc8723b1ant_display_coex_info()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
H A D | halbtc8821a1ant.c | 1898 bool wifi_under_5g = false; in btc8821a1ant_run_coexist_mechanism() local 1921 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in btc8821a1ant_run_coexist_mechanism() 1922 if (wifi_under_5g) { in btc8821a1ant_run_coexist_mechanism() 2031 bool wifi_under_5g = false; in btc8821a1ant_init_hw_config() local 2056 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in btc8821a1ant_init_hw_config() 2059 if (wifi_under_5g) in btc8821a1ant_init_hw_config() 2108 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_btc8821a1ant_display_coex_info() local 2172 &wifi_under_5g); in ex_btc8821a1ant_display_coex_info() 2180 (wifi_under_5g ? "5G" : "2.4G"), in ex_btc8821a1ant_display_coex_info() 2340 bool wifi_under_5g in ex_btc8821a1ant_ips_notify() local 2396 bool wifi_under_5g = false; ex_btc8821a1ant_scan_notify() local 2482 bool wifi_under_5g = false; ex_btc8821a1ant_connect_notify() local 2554 bool wifi_under_5g = false; ex_btc8821a1ant_media_status_notify() local 2610 bool wifi_under_5g = false; ex_btc8821a1ant_special_packet_notify() local 2696 bool wifi_under_5g = false; ex_btc8821a1ant_bt_info_notify() local 2859 bool wifi_under_5g = false; ex_btc8821a1ant_halt_notify() local 2886 bool wifi_under_5g = false; ex_btc8821a1ant_pnp_notify() local [all...] |
H A D | halbtc8821a2ant.c | 3369 bool wifi_under_5g = false; in btc8821a2ant_run_coexist_mechanism() local 3382 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in btc8821a2ant_run_coexist_mechanism() 3384 if (wifi_under_5g) { in btc8821a2ant_run_coexist_mechanism() 3630 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_btc8821a2ant_display_coex_info() local 3683 BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in ex_btc8821a2ant_display_coex_info() 3691 (wifi_under_5g ? "5G" : "2.4G"), in ex_btc8821a2ant_display_coex_info() 3952 bool wifi_connected = false, wifi_under_5g = false; in ex_btc8821a2ant_bt_info_notify() local 3955 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in ex_btc8821a2ant_bt_info_notify() 4026 if (!btcoexist->manual_control && !wifi_under_5g) { in ex_btc8821a2ant_bt_info_notify()
|
H A D | halbtcoutsrc.c | 813 bool wifi_under_5g = false; in halbtc_display_wifi_status() local 852 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in halbtc_display_wifi_status() 858 wifi_freq = (wifi_under_5g ? BTC_FREQ_5G : BTC_FREQ_2_4G); in halbtc_display_wifi_status() 1562 bool wifi_under_5g; in exhalbtc_connect_notify() local 1570 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in exhalbtc_connect_notify()
|
H A D | halbtc8192e2ant.c | 2675 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_btc8192e2ant_display_coex_info() local 2725 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in ex_btc8192e2ant_display_coex_info() 2731 "Wifi status", (wifi_under_5g ? "5G" : "2.4G"), in ex_btc8192e2ant_display_coex_info()
|
H A D | halbtc8723b1ant.c | 2458 bool link = false, wifi_under_5g = false; in ex_btc8723b1ant_display_coex_info() local 2517 &wifi_under_5g); in ex_btc8723b1ant_display_coex_info() 2524 "Wifi status", (wifi_under_5g ? "5G" : "2.4G"), in ex_btc8723b1ant_display_coex_info()
|
H A D | halbtc8723b2ant.c | 3648 bool link = false, wifi_under_5g = false; in ex_btc8723b2ant_display_coex_info() local 3703 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifi_under_5g); in ex_btc8723b2ant_display_coex_info() 3709 "Wifi status", (wifi_under_5g ? "5G" : "2.4G"), in ex_btc8723b2ant_display_coex_info()
|