Lines Matching defs:hw
334 struct ieee80211_hw *hw = bcma_get_drvdata(pdev); in brcms_remove() local
403 static void brcms_ops_tx(struct ieee80211_hw *hw, in brcms_ops_tx()
422 static int brcms_ops_start(struct ieee80211_hw *hw) in brcms_ops_start()
462 static void brcms_ops_stop(struct ieee80211_hw *hw) in brcms_ops_stop()
490 brcms_ops_add_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in brcms_ops_add_interface()
520 brcms_ops_remove_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in brcms_ops_remove_interface()
524 static int brcms_ops_config(struct ieee80211_hw *hw, u32 changed) in brcms_ops_config()
579 brcms_ops_bss_info_changed(struct ieee80211_hw *hw, in brcms_ops_bss_info_changed()
735 brcms_ops_configure_filter(struct ieee80211_hw *hw, in brcms_ops_configure_filter()
764 static void brcms_ops_sw_scan_start(struct ieee80211_hw *hw, in brcms_ops_sw_scan_start()
775 static void brcms_ops_sw_scan_complete(struct ieee80211_hw *hw, in brcms_ops_sw_scan_complete()
786 brcms_ops_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u16 queue, in brcms_ops_conf_tx()
799 brcms_ops_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in brcms_ops_sta_add()
819 brcms_ops_ampdu_action(struct ieee80211_hw *hw, in brcms_ops_ampdu_action()
878 static void brcms_ops_rfkill_poll(struct ieee80211_hw *hw) in brcms_ops_rfkill_poll()
900 static void brcms_ops_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in brcms_ops_flush()
916 static u64 brcms_ops_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in brcms_ops_get_tsf()
928 static void brcms_ops_set_tsf(struct ieee80211_hw *hw, in brcms_ops_set_tsf()
1019 static int ieee_hw_rate_init(struct ieee80211_hw *hw) in ieee_hw_rate_init()
1061 static int ieee_hw_init(struct ieee80211_hw *hw) in ieee_hw_init()
1101 struct ieee80211_hw *hw; in brcms_attach() local
1195 struct ieee80211_hw *hw; in brcms_bcma_probe() local
1230 struct ieee80211_hw *hw; in brcms_suspend() local
1489 struct ieee80211_hw *hw = t->wl->pub->ieee_hw; in brcms_add_timer() local