Home
last modified time | relevance | path

Searched refs:b43legacy_wl (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h576 struct b43legacy_wl { struct
680 struct b43legacy_wl *wl;
754 struct b43legacy_wl *hw_to_b43legacy_wl(struct ieee80211_hw *hw) in hw_to_b43legacy_wl()
794 int b43legacy_is_mode(struct b43legacy_wl *wl, int type) in b43legacy_is_mode()
843 void b43legacyinfo(struct b43legacy_wl *wl, const char *fmt, ...);
845 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...);
847 void b43legacywarn(struct b43legacy_wl *wl, const char *fmt, ...);
850 void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...);
H A Dmain.c1140 struct b43legacy_wl *wl = dev->wl; in b43legacy_upload_beacon0()
1154 struct b43legacy_wl *wl = dev->wl; in b43legacy_upload_beacon1()
1212 struct b43legacy_wl *wl = container_of(work, struct b43legacy_wl, in b43legacy_beacon_update_trigger_work()
1558 struct b43legacy_wl *wl);
2401 struct b43legacy_wl *wl = (struct b43legacy_wl *)rng->priv; in b43legacy_rng_read()
2448 struct b43legacy_wl *wl = container_of(work, struct b43legacy_wl, in b43legacy_tx_work()
3721 struct b43legacy_wl *wl; in b43legacy_one_core_detach()
3737 struct b43legacy_wl *wl) in b43legacy_one_core_attach()
3781 struct b43legacy_wl *wl) in b43legacy_wireless_exit()
3793 struct b43legacy_wl *wl; in b43legacy_wireless_init()
[all …]
H A Dleds.c24 struct b43legacy_wl *wl = dev->wl; in b43legacy_led_turn_on()
41 struct b43legacy_wl *wl = dev->wl; in b43legacy_led_turn_off()
H A Drfkill.c41 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_rfkill_poll()