Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Drtl_btc.h52 void rtl_btc_switch_band_notify(struct rtl_priv *rtlpriv, u8 band_type,
54 void rtl_btc_switch_band_notify_wifionly(struct rtl_priv *rtlpriv, u8 band_type,
Drtl_btc.c475 void rtl_btc_switch_band_notify(struct rtl_priv *rtlpriv, u8 band_type, in rtl_btc_switch_band_notify() argument
484 switch (band_type) { in rtl_btc_switch_band_notify()
501 void rtl_btc_switch_band_notify_wifionly(struct rtl_priv *rtlpriv, u8 band_type, in rtl_btc_switch_band_notify_wifionly() argument
505 u8 is_5g = (band_type == BAND_ON_5G); in rtl_btc_switch_band_notify_wifionly()
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/
Drtl_btc.h41 void rtl_btc_switch_band_notify(struct rtl_priv *rtlpriv, u8 band_type,
43 void rtl_btc_switch_band_notify_wifionly(struct rtl_priv *rtlpriv, u8 band_type,
Drtl_btc.c457 void rtl_btc_switch_band_notify(struct rtl_priv *rtlpriv, u8 band_type, in rtl_btc_switch_band_notify() argument
466 switch (band_type) { in rtl_btc_switch_band_notify()
483 void rtl_btc_switch_band_notify_wifionly(struct rtl_priv *rtlpriv, u8 band_type, in rtl_btc_switch_band_notify_wifionly() argument
487 u8 is_5g = (band_type == BAND_ON_5G); in rtl_btc_switch_band_notify_wifionly()
/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_kfree.c182 if (*dm->band_type == ODM_BAND_2_4G) { in phydm_config_kfree()
185 } else if (*dm->band_type == ODM_BAND_5G) { in phydm_config_kfree()
Dphydm.h500 u8 *band_type; member
Dphydm_rainfo.c1097 if (*dm->band_type == 1) { in odm_find_rts_rate()
Dphydm.c906 dm->band_type = (u8 *)value; in odm_cmn_info_hook()
/Linux-v4.19/drivers/staging/rtlwifi/phydm/rtl8822b/
Dphydm_iqk_8822b.c492 if (*dm->band_type == ODM_BAND_5G) { in _iqk_rf_setting_8822b()
541 switch (*dm->band_type) { in _iqk_lok_setting_8822b()
581 switch (*dm->band_type) { in _iqk_txk_setting_8822b()
603 switch (*dm->band_type) { in _iqk_rxk1_setting_8822b()
634 switch (*dm->band_type) { in _iqk_rxk2_setting_8822b()
1246 (*dm->band_type == ODM_BAND_5G) ? "5G" : "2G", *dm->band_width, in _phy_iq_calibrate_8822b()
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c1678 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()
1767 } else if (band_type == BAND_ON_5G) { in phy_get_tx_pwr_lmt()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h863 enum band_type { enum
1700 enum band_type current_bandtype; /* 0:2.4G, 1:5G */
1701 enum band_type current_bandtypebackup;
1702 enum band_type bandset;
2523 enum band_type currentbandtype_backfordmdp;
/Linux-v4.19/drivers/staging/rtlwifi/
Dwifi.h820 enum band_type { enum
1633 enum band_type current_bandtype; /* 0:2.4G, 1:5G */
1634 enum band_type current_bandtypebackup;
1635 enum band_type bandset;
2472 enum band_type currentbandtype_backfordmdp;
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c861 enum band_type band, in _rtl92ee_store_tx_power_by_rate()
1186 enum band_type band, in _rtl92ee_get_txpower_by_rate()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c631 rtlhal->current_bandtype = (enum band_type) band; in rtl8821ae_phy_switch_wirelessband()
1197 enum band_type band, u8 rate) in _rtl8812ae_phy_get_txpower_by_rate_base_index()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c900 enum band_type band, in _rtl8723be_get_txpower_by_rate()