Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H 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,
H 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/rtw89/
H A Dsar.c575 u8 band = chan->band_type; in rtw89_tas_get_window_size()
775 "tas: band: %u, freq: %u\n", chan->band_type, chan->freq); in rtw89_tas_reset()
H A Dcoex.h313 FIELD_PREP(BTC_RFK_BAND_MAP, chan->band_type); in rtw89_btc_phymap()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c876 enum band_type band, in _rtl8723be_get_txpower_by_rate()