Home
last modified time | relevance | path

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

/drivers/net/wireless/b43legacy/
Db43legacy.h575 struct b43legacy_wl { struct
679 struct b43legacy_wl *wl;
753 struct b43legacy_wl *hw_to_b43legacy_wl(struct ieee80211_hw *hw) in hw_to_b43legacy_wl()
793 int b43legacy_is_mode(struct b43legacy_wl *wl, int type) in b43legacy_is_mode()
842 void b43legacyinfo(struct b43legacy_wl *wl, const char *fmt, ...);
844 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...);
846 void b43legacywarn(struct b43legacy_wl *wl, const char *fmt, ...);
849 void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...);
Dmain.c169 static int b43legacy_ratelimit(struct b43legacy_wl *wl) in b43legacy_ratelimit()
180 void b43legacyinfo(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacyinfo()
199 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacyerr()
218 void b43legacywarn(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacywarn()
238 void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacydbg()
1168 struct b43legacy_wl *wl = dev->wl; in b43legacy_upload_beacon0()
1182 struct b43legacy_wl *wl = dev->wl; in b43legacy_upload_beacon1()
1192 struct b43legacy_wl *wl = dev->wl; in handle_irq_beacon()
1240 struct b43legacy_wl *wl = container_of(work, struct b43legacy_wl, in b43legacy_beacon_update_trigger_work()
1261 static void b43legacy_update_templates(struct b43legacy_wl *wl) in b43legacy_update_templates()
[all …]
Dleds.c37 struct b43legacy_wl *wl = dev->wl; in b43legacy_led_turn_on()
54 struct b43legacy_wl *wl = dev->wl; in b43legacy_led_turn_off()
Drfkill.c54 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_rfkill_poll()