Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/broadcom/b43legacy/
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, ...);
Dmain.c155 static int b43legacy_ratelimit(struct b43legacy_wl *wl) in b43legacy_ratelimit()
166 void b43legacyinfo(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacyinfo()
185 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacyerr()
204 void b43legacywarn(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacywarn()
224 void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacydbg()
1140 struct b43legacy_wl *wl = dev->wl; in b43legacy_upload_beacon0()
1154 struct b43legacy_wl *wl = dev->wl; in b43legacy_upload_beacon1()
1164 struct b43legacy_wl *wl = dev->wl; in handle_irq_beacon()
1212 struct b43legacy_wl *wl = container_of(work, struct b43legacy_wl, in b43legacy_beacon_update_trigger_work()
1232 static void b43legacy_update_templates(struct b43legacy_wl *wl) in b43legacy_update_templates()
[all …]
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()
Drfkill.c41 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_rfkill_poll()