Searched refs:prate_section (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/ |
D | phy.h | 129 u8 *prate_section, u8 *prf_path,
|
D | phy.c | 759 u8 *prate_section, u8 *prf_path, in rtl8822be_phy_set_txpower_limit() argument 788 if (_rtl8822be_eq_n_byte(prate_section, (u8 *)("CCK"), 3)) in rtl8822be_phy_set_txpower_limit() 790 else if (_rtl8822be_eq_n_byte(prate_section, (u8 *)("OFDM"), 4)) in rtl8822be_phy_set_txpower_limit() 792 else if (_rtl8822be_eq_n_byte(prate_section, (u8 *)("HT"), 2) && in rtl8822be_phy_set_txpower_limit() 795 else if (_rtl8822be_eq_n_byte(prate_section, (u8 *)("HT"), 2) && in rtl8822be_phy_set_txpower_limit() 798 else if (_rtl8822be_eq_n_byte(prate_section, (u8 *)("VHT"), 3) && in rtl8822be_phy_set_txpower_limit() 801 else if (_rtl8822be_eq_n_byte(prate_section, (u8 *)("VHT"), 3) && in rtl8822be_phy_set_txpower_limit()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1669 u8 *prate_section, u8 *prf_path, in _rtl8812ae_phy_set_txpower_limit() argument 1698 if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("CCK"), 3)) in _rtl8812ae_phy_set_txpower_limit() 1700 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("OFDM"), 4)) in _rtl8812ae_phy_set_txpower_limit() 1702 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("HT"), 2) && in _rtl8812ae_phy_set_txpower_limit() 1705 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("HT"), 2) && in _rtl8812ae_phy_set_txpower_limit() 1708 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("VHT"), 3) && in _rtl8812ae_phy_set_txpower_limit() 1711 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("VHT"), 3) && in _rtl8812ae_phy_set_txpower_limit()
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | wifi.h | 2297 u8 *prate_section, u8 *prf_path,
|