Lines Matching defs:hw
235 static int wcn36xx_start(struct ieee80211_hw *hw) in wcn36xx_start()
319 static void wcn36xx_stop(struct ieee80211_hw *hw) in wcn36xx_stop()
336 static int wcn36xx_config(struct ieee80211_hw *hw, u32 changed) in wcn36xx_config()
361 static void wcn36xx_configure_filter(struct ieee80211_hw *hw, in wcn36xx_configure_filter()
370 static void wcn36xx_tx(struct ieee80211_hw *hw, in wcn36xx_tx()
384 static int wcn36xx_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in wcn36xx_set_key()
499 static void wcn36xx_sw_scan_start(struct ieee80211_hw *hw, in wcn36xx_sw_scan_start()
509 static void wcn36xx_sw_scan_complete(struct ieee80211_hw *hw, in wcn36xx_sw_scan_complete()
584 static void wcn36xx_bss_info_changed(struct ieee80211_hw *hw, in wcn36xx_bss_info_changed()
747 static int wcn36xx_set_rts_threshold(struct ieee80211_hw *hw, u32 value) in wcn36xx_set_rts_threshold()
756 static void wcn36xx_remove_interface(struct ieee80211_hw *hw, in wcn36xx_remove_interface()
767 static int wcn36xx_add_interface(struct ieee80211_hw *hw, in wcn36xx_add_interface()
791 static int wcn36xx_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in wcn36xx_sta_add()
815 static int wcn36xx_sta_remove(struct ieee80211_hw *hw, in wcn36xx_sta_remove()
834 static int wcn36xx_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wow) in wcn36xx_suspend()
845 static int wcn36xx_resume(struct ieee80211_hw *hw) in wcn36xx_resume()
858 static int wcn36xx_ampdu_action(struct ieee80211_hw *hw, in wcn36xx_ampdu_action()
1022 struct ieee80211_hw *hw; in wcn36xx_probe() local
1068 struct ieee80211_hw *hw = platform_get_drvdata(pdev); in wcn36xx_remove() local