Lines Matching refs:hw

39 #define RT_CANNOT_IO(hw)		false
190 u32 rtl92c_phy_query_bb_reg(struct ieee80211_hw *hw,
192 void rtl92c_phy_set_bb_reg(struct ieee80211_hw *hw,
194 u32 rtl92c_phy_query_rf_reg(struct ieee80211_hw *hw,
197 bool rtl92c_phy_mac_config(struct ieee80211_hw *hw);
198 bool rtl92c_phy_bb_config(struct ieee80211_hw *hw);
199 bool rtl92c_phy_rf_config(struct ieee80211_hw *hw);
200 bool rtl92c_phy_config_rf_with_feaderfile(struct ieee80211_hw *hw,
202 void rtl92c_phy_get_hw_reg_originalvalue(struct ieee80211_hw *hw);
203 void rtl92c_phy_get_txpower_level(struct ieee80211_hw *hw,
205 void rtl92c_phy_set_txpower_level(struct ieee80211_hw *hw, u8 channel);
206 bool rtl92c_phy_update_txpower_dbm(struct ieee80211_hw *hw,
208 void rtl92c_phy_scan_operation_backup(struct ieee80211_hw *hw,
210 void rtl92c_phy_set_bw_mode(struct ieee80211_hw *hw,
212 void rtl92c_phy_sw_chnl_callback(struct ieee80211_hw *hw);
213 u8 rtl92c_phy_sw_chnl(struct ieee80211_hw *hw);
214 void rtl92c_phy_iq_calibrate(struct ieee80211_hw *hw, bool b_recovery);
215 void rtl92c_phy_set_beacon_hw_reg(struct ieee80211_hw *hw,
217 void rtl92c_phy_ap_calibrate(struct ieee80211_hw *hw, char delta);
218 void rtl92c_phy_lc_calibrate(struct ieee80211_hw *hw);
219 void rtl92c_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
220 bool rtl92c_phy_config_rf_with_headerfile(struct ieee80211_hw *hw,
222 bool rtl8192_phy_check_is_legal_rfpath(struct ieee80211_hw *hw,
224 bool rtl92c_phy_set_rf_power_state(struct ieee80211_hw *hw,
226 void rtl92ce_phy_set_rf_on(struct ieee80211_hw *hw);
227 void rtl92c_phy_set_io(struct ieee80211_hw *hw);
228 void rtl92c_bb_block_on(struct ieee80211_hw *hw);
230 long _rtl92c_phy_txpwr_idx_to_dbm(struct ieee80211_hw *hw,
233 u8 _rtl92c_phy_dbm_to_txpwr_Idx(struct ieee80211_hw *hw,
236 void _rtl92c_phy_init_bb_rf_register_definition(struct ieee80211_hw *hw);
237 void _rtl92c_phy_set_rf_sleep(struct ieee80211_hw *hw);
238 bool _rtl92c_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw,
241 u8 rtl92c_bt_rssi_state_change(struct ieee80211_hw *hw);
242 u32 _rtl92c_phy_fw_rf_serial_read(struct ieee80211_hw *hw,
244 void _rtl92c_phy_fw_rf_serial_write(struct ieee80211_hw *hw,
247 u32 _rtl92c_phy_rf_serial_read(struct ieee80211_hw *hw,
249 void _rtl92c_phy_rf_serial_write(struct ieee80211_hw *hw,
252 bool _rtl92c_phy_bb8192c_config_parafile(struct ieee80211_hw *hw);
253 void _rtl92c_store_pwrIndex_diffrate_offset(struct ieee80211_hw *hw,
256 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);