Lines Matching refs:ieee80211_hw
162 u32 rtl92c_phy_query_bb_reg(struct ieee80211_hw *hw,
164 void rtl92c_phy_set_bb_reg(struct ieee80211_hw *hw,
166 u32 rtl92c_phy_query_rf_reg(struct ieee80211_hw *hw,
169 bool rtl92c_phy_mac_config(struct ieee80211_hw *hw);
170 bool rtl92c_phy_bb_config(struct ieee80211_hw *hw);
171 bool rtl92c_phy_rf_config(struct ieee80211_hw *hw);
172 bool rtl92c_phy_config_rf_with_feaderfile(struct ieee80211_hw *hw,
174 void rtl92c_phy_get_hw_reg_originalvalue(struct ieee80211_hw *hw);
175 void rtl92c_phy_get_txpower_level(struct ieee80211_hw *hw,
177 void rtl92c_phy_set_txpower_level(struct ieee80211_hw *hw, u8 channel);
178 bool rtl92c_phy_update_txpower_dbm(struct ieee80211_hw *hw,
180 void rtl92c_phy_set_bw_mode(struct ieee80211_hw *hw,
182 void rtl92c_phy_sw_chnl_callback(struct ieee80211_hw *hw);
183 u8 rtl92c_phy_sw_chnl(struct ieee80211_hw *hw);
184 void rtl92c_phy_iq_calibrate(struct ieee80211_hw *hw, bool b_recovery);
185 void rtl92c_phy_set_beacon_hw_reg(struct ieee80211_hw *hw,
187 void rtl92c_phy_ap_calibrate(struct ieee80211_hw *hw, s8 delta);
188 void rtl92c_phy_lc_calibrate(struct ieee80211_hw *hw);
189 void rtl92c_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
190 bool rtl92c_phy_config_rf_with_headerfile(struct ieee80211_hw *hw,
192 bool rtl8192_phy_check_is_legal_rfpath(struct ieee80211_hw *hw,
194 bool rtl92c_phy_set_rf_power_state(struct ieee80211_hw *hw,
196 void rtl92ce_phy_set_rf_on(struct ieee80211_hw *hw);
197 void rtl92c_phy_set_io(struct ieee80211_hw *hw);
198 void rtl92c_bb_block_on(struct ieee80211_hw *hw);
199 long _rtl92c_phy_txpwr_idx_to_dbm(struct ieee80211_hw *hw,
202 u8 _rtl92c_phy_dbm_to_txpwr_idx(struct ieee80211_hw *hw,
205 void _rtl92c_phy_init_bb_rf_register_definition(struct ieee80211_hw *hw);
206 void _rtl92c_phy_set_rf_sleep(struct ieee80211_hw *hw);
207 bool _rtl92c_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw,
210 u8 rtl92c_bt_rssi_state_change(struct ieee80211_hw *hw);
211 u32 _rtl92c_phy_fw_rf_serial_read(struct ieee80211_hw *hw,
213 void _rtl92c_phy_fw_rf_serial_write(struct ieee80211_hw *hw,
216 u32 _rtl92c_phy_rf_serial_read(struct ieee80211_hw *hw,
218 void _rtl92c_phy_rf_serial_write(struct ieee80211_hw *hw,
221 bool _rtl92c_phy_bb8192c_config_parafile(struct ieee80211_hw *hw);
222 void _rtl92c_store_pwrindex_diffrate_offset(struct ieee80211_hw *hw,
225 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);