Home
last modified time | relevance | path

Searched refs:band_type (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
A Drtl_btc.h31 void rtl_btc_switch_band_notify(struct rtl_priv *rtlpriv, u8 band_type,
33 void rtl_btc_switch_band_notify_wifionly(struct rtl_priv *rtlpriv, u8 band_type,
A Drtl_btc.c453 void rtl_btc_switch_band_notify(struct rtl_priv *rtlpriv, u8 band_type, in rtl_btc_switch_band_notify() argument
462 switch (band_type) { in rtl_btc_switch_band_notify()
479 void rtl_btc_switch_band_notify_wifionly(struct rtl_priv *rtlpriv, u8 band_type, in rtl_btc_switch_band_notify_wifionly() argument
483 u8 is_5g = (band_type == BAND_ON_5G); in rtl_btc_switch_band_notify_wifionly()
/linux/drivers/net/wireless/realtek/rtlwifi/
A Dwifi.h844 enum band_type { enum
1685 enum band_type current_bandtype; /* 0:2.4G, 1:5G */
1686 enum band_type current_bandtypebackup;
1687 enum band_type bandset;
2503 enum band_type currentbandtype_backfordmdp;
/linux/drivers/net/wireless/realtek/rtw89/
A Dcore.c229 u8 band_type; in rtw89_set_channel() local
239 band_type = center_chan > 14 ? RTW89_BAND_5G : RTW89_BAND_2G; in rtw89_set_channel()
240 band_changed = hal->current_band_type != band_type || in rtw89_set_channel()
246 hal->current_band_type = band_type; in rtw89_set_channel()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
A Dphy.c832 enum band_type band, in _rtl92ee_store_tx_power_by_rate()
1157 enum band_type band, in _rtl92ee_get_txpower_by_rate()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Dphy.c601 rtlhal->current_bandtype = (enum band_type) band; in rtl8821ae_phy_switch_wirelessband()
1169 enum band_type band, u8 rate) in _rtl8812ae_phy_get_txpower_by_rate_base_index()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
A Dphy.c876 enum band_type band, in _rtl8723be_get_txpower_by_rate()

Completed in 43 milliseconds