Searched refs:b43legacy_wl (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/net/wireless/b43legacy/ |
D | b43legacy.h | 569 struct b43legacy_wl { struct 658 struct b43legacy_wl *wl; 728 struct b43legacy_wl *hw_to_b43legacy_wl(struct ieee80211_hw *hw) in hw_to_b43legacy_wl() 768 int b43legacy_is_mode(struct b43legacy_wl *wl, int type) in b43legacy_is_mode() 816 void b43legacyinfo(struct b43legacy_wl *wl, const char *fmt, ...) 818 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...) 820 void b43legacywarn(struct b43legacy_wl *wl, const char *fmt, ...) 823 void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...)
|
D | main.c | 171 static int b43legacy_ratelimit(struct b43legacy_wl *wl) in b43legacy_ratelimit() 182 void b43legacyinfo(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacyinfo() 201 void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacyerr() 220 void b43legacywarn(struct b43legacy_wl *wl, const char *fmt, ...) in b43legacywarn() 240 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 …]
|
D | rfkill.c | 54 struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw); in b43legacy_rfkill_poll()
|
D | leds.c | 37 struct b43legacy_wl *wl = dev->wl; in b43legacy_led_turn_on() 54 struct b43legacy_wl *wl = dev->wl; in b43legacy_led_turn_off()
|