Searched refs:wifi_only (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | rtl_btc.c | 131 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()
|
D | halbtc8821a1ant.h | 152 bool wifi_only);
|
D | halbtc8723b1ant.h | 184 bool wifi_only);
|
D | halbtcoutsrc.c | 1413 void exhalbtc_init_hw_config(struct btc_coexist *btcoexist, bool wifi_only) in exhalbtc_init_hw_config() argument 1424 ex_btc8821a1ant_init_hwconfig(btcoexist, wifi_only); in exhalbtc_init_hw_config() 1429 ex_btc8723b1ant_init_hwconfig(btcoexist, wifi_only); in exhalbtc_init_hw_config()
|
D | halbtcoutsrc.h | 752 void exhalbtc_init_hw_config(struct btc_coexist *btcoexist, bool wifi_only);
|
D | halbtc8723b1ant.c | 2318 bool backup, bool wifi_only) in halbtc8723b1ant_init_hw_config() argument 2343 if (wifi_only) in halbtc8723b1ant_init_hw_config() 2436 bool wifi_only) in ex_btc8723b1ant_init_hwconfig() argument 2438 halbtc8723b1ant_init_hw_config(btcoexist, true, wifi_only); in ex_btc8723b1ant_init_hwconfig()
|
D | halbtc8821a1ant.c | 2037 bool back_up, bool wifi_only) in btc8821a1ant_init_hw_config() argument 2046 if (wifi_only) in btc8821a1ant_init_hw_config()
|
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/ |
D | coex.h | 359 void rtw_coex_init_hw_config(struct rtw_dev *rtwdev, bool wifi_only);
|
D | main.c | 663 bool wifi_only; in rtw_power_on() local 711 wifi_only = !rtwdev->efuse.btcoex; in rtw_power_on() 713 rtw_coex_init_hw_config(rtwdev, wifi_only); in rtw_power_on()
|
D | coex.c | 2007 static void __rtw_coex_init_hw_config(struct rtw_dev *rtwdev, bool wifi_only) in __rtw_coex_init_hw_config() argument 2030 } else if (wifi_only) { in __rtw_coex_init_hw_config() 2069 void rtw_coex_init_hw_config(struct rtw_dev *rtwdev, bool wifi_only) in rtw_coex_init_hw_config() argument 2071 __rtw_coex_init_hw_config(rtwdev, wifi_only); in rtw_coex_init_hw_config()
|