Lines Matching defs:hw
358 static void wl1251_op_tx(struct ieee80211_hw *hw, in wl1251_op_tx()
388 static int wl1251_op_start(struct ieee80211_hw *hw) in wl1251_op_start()
438 static void wl1251_op_stop(struct ieee80211_hw *hw) in wl1251_op_stop()
496 static int wl1251_op_add_interface(struct ieee80211_hw *hw, in wl1251_op_add_interface()
542 static void wl1251_op_remove_interface(struct ieee80211_hw *hw, in wl1251_op_remove_interface()
608 static int wl1251_op_config(struct ieee80211_hw *hw, u32 changed) in wl1251_op_config()
734 static u64 wl1251_op_prepare_multicast(struct ieee80211_hw *hw, in wl1251_op_prepare_multicast()
773 static void wl1251_op_configure_filter(struct ieee80211_hw *hw, in wl1251_op_configure_filter()
882 static int wl1251_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in wl1251_op_set_key()
988 static int wl1251_op_hw_scan(struct ieee80211_hw *hw, in wl1251_op_hw_scan()
1070 static int wl1251_op_set_rts_threshold(struct ieee80211_hw *hw, u32 value) in wl1251_op_set_rts_threshold()
1093 static void wl1251_op_bss_info_changed(struct ieee80211_hw *hw, in wl1251_op_bss_info_changed()
1301 static int wl1251_op_conf_tx(struct ieee80211_hw *hw, in wl1251_op_conf_tx()
1345 static int wl1251_op_get_survey(struct ieee80211_hw *hw, int idx, in wl1251_op_get_survey()
1508 struct ieee80211_hw *hw; in wl1251_alloc_hw() local