Searched refs:wifi_only (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
H A D | halbtc8821a1ant.h | 152 bool wifi_only);
|
H A 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()
|
H A D | halbtc8723b1ant.h | 184 bool wifi_only);
|
H A D | halbtcoutsrc.c | 1399 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 D | halbtcoutsrc.h | 752 void exhalbtc_init_hw_config(struct btc_coexist *btcoexist, bool wifi_only);
|
H A D | halbtc8723b1ant.c | 2310 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 D | halbtc8821a1ant.c | 2027 bool back_up, bool wifi_only) in btc8821a1ant_init_hw_config() argument 2036 if (wifi_only) in btc8821a1ant_init_hw_config()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.h | 399 void rtw_coex_init_hw_config(struct rtw_dev *rtwdev, bool wifi_only);
|
H A D | main.c | 1358 bool wifi_only; in rtw_power_on() local 1405 wifi_only = !rtwdev->efuse.btcoex; in rtw_power_on() 1407 rtw_coex_init_hw_config(rtwdev, wifi_only); in rtw_power_on()
|
H A D | coex.c | 2670 static void __rtw_coex_init_hw_config(struct rtw_dev *rtwdev, bool wifi_only) in __rtw_coex_init_hw_config() argument 2706 } else if (wifi_only) { in __rtw_coex_init_hw_config() 2756 void rtw_coex_init_hw_config(struct rtw_dev *rtwdev, bool wifi_only) in rtw_coex_init_hw_config() argument 2758 __rtw_coex_init_hw_config(rtwdev, wifi_only); in rtw_coex_init_hw_config()
|