Searched refs:band_type (Results 1 – 7 of 7) sorted by relevance
/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()
|
/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 1678 enum BAND_TYPE band_type, enum CHANNEL_WIDTH bandwidth, in phy_get_tx_pwr_lmt() argument 1708 idx_regulation = (band_type == BAND_ON_2_4G) ? in phy_get_tx_pwr_lmt() 1717 if (band_type == BAND_ON_2_4G) in phy_get_tx_pwr_lmt() 1719 else if (band_type == BAND_ON_5G) in phy_get_tx_pwr_lmt() 1725 if (band_type == BAND_ON_5G && idx_rate_sctn == 0) in phy_get_tx_pwr_lmt() 1735 (band_type == BAND_ON_5G) && (idx_bandwidth == 2)) in phy_get_tx_pwr_lmt() 1738 if (band_type == BAND_ON_2_4G || band_type == BAND_ON_5G) in phy_get_tx_pwr_lmt() 1739 channel = phy_GetChannelIndexOfTxPowerLimit(band_type, channel); in phy_get_tx_pwr_lmt() 1750 if (band_type == BAND_ON_2_4G) { in phy_get_tx_pwr_lmt() 1768 } else if (band_type == BAND_ON_5G) { in phy_get_tx_pwr_lmt()
|
/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; 2504 enum band_type currentbandtype_backfordmdp;
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 839 enum band_type band, in _rtl92ee_store_tx_power_by_rate() 1164 enum band_type band, in _rtl92ee_get_txpower_by_rate()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 610 rtlhal->current_bandtype = (enum band_type) band; in rtl8821ae_phy_switch_wirelessband() 1176 enum band_type band, u8 rate) in _rtl8812ae_phy_get_txpower_by_rate_base_index()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 878 enum band_type band, in _rtl8723be_get_txpower_by_rate()
|