Searched refs:band_type (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | rtl_btc.h | 31 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,
|
D | rtl_btc.c | 453 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()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 1676 enum BAND_TYPE band_type, enum CHANNEL_WIDTH bandwidth, in phy_get_tx_pwr_lmt() argument 1706 idx_regulation = (band_type == BAND_ON_2_4G) ? in phy_get_tx_pwr_lmt() 1715 if (band_type == BAND_ON_2_4G) in phy_get_tx_pwr_lmt() 1717 else if (band_type == BAND_ON_5G) in phy_get_tx_pwr_lmt() 1723 if (band_type == BAND_ON_5G && idx_rate_sctn == 0) in phy_get_tx_pwr_lmt() 1733 (band_type == BAND_ON_5G) && (idx_bandwidth == 2)) in phy_get_tx_pwr_lmt() 1736 if (band_type == BAND_ON_2_4G || band_type == BAND_ON_5G) in phy_get_tx_pwr_lmt() 1737 channel = phy_GetChannelIndexOfTxPowerLimit(band_type, channel); in phy_get_tx_pwr_lmt() 1748 if (band_type == BAND_ON_2_4G) { in phy_get_tx_pwr_lmt() 1766 } else if (band_type == BAND_ON_5G) { in phy_get_tx_pwr_lmt()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 844 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;
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 832 enum band_type band, in _rtl92ee_store_tx_power_by_rate() 1157 enum band_type band, in _rtl92ee_get_txpower_by_rate()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 602 rtlhal->current_bandtype = (enum band_type) band; in rtl8821ae_phy_switch_wirelessband() 1170 enum band_type band, u8 rate) in _rtl8812ae_phy_get_txpower_by_rate_base_index()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 876 enum band_type band, in _rtl8723be_get_txpower_by_rate()
|