Home
last modified time | relevance | path

Searched refs:hw_to_b43_wl (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Drfkill.c25 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_rfkill_poll()
Dmain.c939 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_update_tkip_key()
3627 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_tx()
3787 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_conf_tx()
3822 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_get_stats()
3833 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_get_tsf()
3853 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_set_tsf()
3975 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_config()
4100 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_bss_info_changed()
4158 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_set_key()
4283 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_configure_filter()
[all …]
Db43.h977 static inline struct b43_wl *hw_to_b43_wl(struct ieee80211_hw *hw) in hw_to_b43_wl() function