Home
last modified time | relevance | path

Searched refs:wifi_only (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Drtl_btc.c131 static void rtl_btc_alloc_variable(struct rtl_priv *rtlpriv, bool wifi_only) in rtl_btc_alloc_variable() argument
133 if (wifi_only) in rtl_btc_alloc_variable()
H A Dhalbtc8821a1ant.h152 bool wifi_only);
H A Dhalbtc8723b1ant.h184 bool wifi_only);
H A Dhalbtcoutsrc.c1399 void exhalbtc_init_hw_config(struct btc_coexist *btcoexist, bool wifi_only) in exhalbtc_init_hw_config() argument
1410 ex_btc8821a1ant_init_hwconfig(btcoexist, wifi_only); in exhalbtc_init_hw_config()
1415 ex_btc8723b1ant_init_hwconfig(btcoexist, wifi_only); in exhalbtc_init_hw_config()
H A Dhalbtcoutsrc.h752 void exhalbtc_init_hw_config(struct btc_coexist *btcoexist, bool wifi_only);
H A Dhalbtc8723b1ant.c2310 bool backup, bool wifi_only) in halbtc8723b1ant_init_hw_config() argument
2335 if (wifi_only) in halbtc8723b1ant_init_hw_config()
2428 bool wifi_only) in ex_btc8723b1ant_init_hwconfig() argument
2430 halbtc8723b1ant_init_hw_config(btcoexist, true, wifi_only); in ex_btc8723b1ant_init_hwconfig()
H A Dhalbtc8821a1ant.c2027 bool back_up, bool wifi_only) in btc8821a1ant_init_hw_config() argument
2036 if (wifi_only) in btc8821a1ant_init_hw_config()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dcoex.h399 void rtw_coex_init_hw_config(struct rtw_dev *rtwdev, bool wifi_only);
H A Dmain.c1356 bool wifi_only; in rtw_power_on() local
1403 wifi_only = !rtwdev->efuse.btcoex; in rtw_power_on()
1405 rtw_coex_init_hw_config(rtwdev, wifi_only); in rtw_power_on()
H A Dcoex.c2688 static void __rtw_coex_init_hw_config(struct rtw_dev *rtwdev, bool wifi_only) in __rtw_coex_init_hw_config() argument
2724 } else if (wifi_only) { in __rtw_coex_init_hw_config()
2774 void rtw_coex_init_hw_config(struct rtw_dev *rtwdev, bool wifi_only) in rtw_coex_init_hw_config() argument
2776 __rtw_coex_init_hw_config(rtwdev, wifi_only); in rtw_coex_init_hw_config()