Searched refs:wifi_bw (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
H A D | halbtc8192e2ant.c | 1768 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 …]
|
H A D | halbtc8821a2ant.c | 2598 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 …]
|
H A D | halbtc8723b2ant.c | 2768 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 …]
|
H A D | halbtc8821a1ant.c | 2111 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()
|