Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/b43legacy/
Drfkill.c54 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_rfkill_poll()
Dmain.c2521 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_op_tx()
2547 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_op_get_stats()
2697 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_op_dev_config()
2842 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_op_bss_info_changed()
2913 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_op_configure_filter()
3411 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_op_add_interface()
3453 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_op_remove_interface()
3478 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_op_start()
3522 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_op_stop()
3538 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_op_beacon_set_tim()
[all …]
Db43legacy.h753 struct b43legacy_wl *hw_to_b43legacy_wl(struct ieee80211_hw *hw) in hw_to_b43legacy_wl() function