Lines Matching defs:hw
55 void rtl_rfreg_delay(struct ieee80211_hw *hw, enum radio_path rfpath, u32 addr, in rtl_rfreg_delay()
77 void rtl_bb_delay(struct ieee80211_hw *hw, u32 addr, u32 data) in rtl_bb_delay()
101 struct ieee80211_hw *hw = context; in rtl_fw_do_work() local
155 static int rtl_op_start(struct ieee80211_hw *hw) in rtl_op_start()
173 static void rtl_op_stop(struct ieee80211_hw *hw) in rtl_op_stop()
211 static void rtl_op_tx(struct ieee80211_hw *hw, in rtl_op_tx()
235 static int rtl_op_add_interface(struct ieee80211_hw *hw, in rtl_op_add_interface()
334 static void rtl_op_remove_interface(struct ieee80211_hw *hw, in rtl_op_remove_interface()
367 static int rtl_op_change_interface(struct ieee80211_hw *hw, in rtl_op_change_interface()
432 static void _rtl_add_wowlan_patterns(struct ieee80211_hw *hw, in _rtl_add_wowlan_patterns()
541 static int rtl_op_suspend(struct ieee80211_hw *hw, in rtl_op_suspend()
569 static int rtl_op_resume(struct ieee80211_hw *hw) in rtl_op_resume()
594 static int rtl_op_config(struct ieee80211_hw *hw, u32 changed) in rtl_op_config()
805 static void rtl_op_configure_filter(struct ieee80211_hw *hw, in rtl_op_configure_filter()
897 static int rtl_op_sta_add(struct ieee80211_hw *hw, in rtl_op_sta_add()
943 static int rtl_op_sta_remove(struct ieee80211_hw *hw, in rtl_op_sta_remove()
989 static int rtl_op_conf_tx(struct ieee80211_hw *hw, in rtl_op_conf_tx()
1013 static void send_beacon_frame(struct ieee80211_hw *hw, in send_beacon_frame()
1026 static void rtl_op_bss_info_changed(struct ieee80211_hw *hw, in rtl_op_bss_info_changed()
1329 static u64 rtl_op_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in rtl_op_get_tsf()
1338 static void rtl_op_set_tsf(struct ieee80211_hw *hw, in rtl_op_set_tsf()
1349 static void rtl_op_reset_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in rtl_op_reset_tsf()
1357 static void rtl_op_sta_notify(struct ieee80211_hw *hw, in rtl_op_sta_notify()
1372 static int rtl_op_ampdu_action(struct ieee80211_hw *hw, in rtl_op_ampdu_action()
1412 static void rtl_op_sw_scan_start(struct ieee80211_hw *hw, in rtl_op_sw_scan_start()
1449 static void rtl_op_sw_scan_complete(struct ieee80211_hw *hw, in rtl_op_sw_scan_complete()
1483 static int rtl_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in rtl_op_set_key()
1678 static void rtl_op_rfkill_poll(struct ieee80211_hw *hw) in rtl_op_rfkill_poll()
1714 static void rtl_op_flush(struct ieee80211_hw *hw, in rtl_op_flush()
1823 bool rtl_cmd_send_packet(struct ieee80211_hw *hw, struct sk_buff *skb) in rtl_cmd_send_packet()
1889 void rtl_dm_diginit(struct ieee80211_hw *hw, u32 cur_igvalue) in rtl_dm_diginit()