Lines Matching refs:hw

13 #define RT_CANNOT_IO(hw)		false
55 bool rtl92c_phy_bb_config(struct ieee80211_hw *hw);
56 u32 rtl92c_phy_query_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask);
57 void rtl92c_phy_set_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask,
59 u32 rtl92c_phy_query_rf_reg(struct ieee80211_hw *hw, enum radio_path rfpath,
61 void rtl92ce_phy_set_rf_reg(struct ieee80211_hw *hw, enum radio_path rfpath,
63 bool rtl92c_phy_mac_config(struct ieee80211_hw *hw);
64 bool rtl92ce_phy_bb_config(struct ieee80211_hw *hw);
65 bool rtl92c_phy_rf_config(struct ieee80211_hw *hw);
66 bool rtl92c_phy_config_rf_with_feaderfile(struct ieee80211_hw *hw,
68 void rtl92c_phy_get_hw_reg_originalvalue(struct ieee80211_hw *hw);
69 void rtl92c_phy_get_txpower_level(struct ieee80211_hw *hw, long *powerlevel);
70 void rtl92c_phy_set_txpower_level(struct ieee80211_hw *hw, u8 channel);
71 bool rtl92c_phy_update_txpower_dbm(struct ieee80211_hw *hw,
73 void rtl92c_phy_set_bw_mode(struct ieee80211_hw *hw,
75 void rtl92c_phy_sw_chnl_callback(struct ieee80211_hw *hw);
76 u8 rtl92c_phy_sw_chnl(struct ieee80211_hw *hw);
77 void rtl92c_phy_iq_calibrate(struct ieee80211_hw *hw, bool b_recovery);
78 void rtl92c_phy_set_beacon_hw_reg(struct ieee80211_hw *hw, u16 beaconinterval);
79 void rtl92c_phy_ap_calibrate(struct ieee80211_hw *hw, s8 delta);
80 void rtl92c_phy_lc_calibrate(struct ieee80211_hw *hw);
81 void _rtl92ce_phy_lc_calibrate(struct ieee80211_hw *hw, bool is2t);
82 void rtl92c_phy_set_rfpath_switch(struct ieee80211_hw *hw, bool bmain);
83 bool rtl92c_phy_config_rf_with_headerfile(struct ieee80211_hw *hw,
85 bool rtl8192_phy_check_is_legal_rfpath(struct ieee80211_hw *hw,
87 bool rtl92ce_phy_set_rf_power_state(struct ieee80211_hw *hw,
89 void rtl92ce_phy_set_rf_on(struct ieee80211_hw *hw);
90 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
91 void rtl92c_phy_set_io(struct ieee80211_hw *hw);
92 void rtl92c_bb_block_on(struct ieee80211_hw *hw);
93 u32 _rtl92c_phy_rf_serial_read(struct ieee80211_hw *hw, enum radio_path rfpath,
95 u32 _rtl92c_phy_fw_rf_serial_read(struct ieee80211_hw *hw,
97 void _rtl92c_phy_rf_serial_write(struct ieee80211_hw *hw,
99 void _rtl92c_phy_fw_rf_serial_write(struct ieee80211_hw *hw,
102 void _rtl92c_store_pwrindex_diffrate_offset(struct ieee80211_hw *hw,
104 bool _rtl92ce_phy_config_mac_with_headerfile(struct ieee80211_hw *hw);
105 void _rtl92c_phy_init_bb_rf_register_definition(struct ieee80211_hw *hw);
106 bool _rtl92c_phy_bb8192c_config_parafile(struct ieee80211_hw *hw);
107 void _rtl92c_phy_set_rf_sleep(struct ieee80211_hw *hw);
108 bool rtl92c_phy_set_rf_power_state(struct ieee80211_hw *hw,
110 bool _rtl92ce_phy_config_bb_with_headerfile(struct ieee80211_hw *hw,
112 bool _rtl92ce_phy_config_bb_with_pgheaderfile(struct ieee80211_hw *hw,
114 void rtl92ce_phy_set_bw_mode_callback(struct ieee80211_hw *hw);