Home
last modified time | relevance | path

Searched refs:b43_wl (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/b43/
Dleds.h4 struct b43_wl;
17 struct b43_wl *wl;
64 void b43_leds_unregister(struct b43_wl *wl);
80 static inline void b43_leds_unregister(struct b43_wl *wl) in b43_leds_unregister()
Db43.h731 struct b43_wl;
826 struct b43_wl *wl;
895 struct b43_wl { struct
973 static inline struct b43_wl *hw_to_b43_wl(struct ieee80211_hw *hw) in hw_to_b43_wl() argument
985 static inline int b43_is_mode(struct b43_wl *wl, int type) in b43_is_mode()
994 static inline enum ieee80211_band b43_current_band(struct b43_wl *wl) in b43_current_band()
1082 __printf(2, 3) void b43info(struct b43_wl *wl, const char *fmt, ...);
1083 __printf(2, 3) void b43err(struct b43_wl *wl, const char *fmt, ...);
1084 __printf(2, 3) void b43warn(struct b43_wl *wl, const char *fmt, ...);
1085 __printf(2, 3) void b43dbg(struct b43_wl *wl, const char *fmt, ...);
Dmain.c374 static int b43_ratelimit(struct b43_wl *wl) in b43_ratelimit()
385 void b43info(struct b43_wl *wl, const char *fmt, ...) in b43info()
406 void b43err(struct b43_wl *wl, const char *fmt, ...) in b43err()
427 void b43warn(struct b43_wl *wl, const char *fmt, ...) in b43warn()
448 void b43dbg(struct b43_wl *wl, const char *fmt, ...) in b43dbg()
945 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_update_tkip_key()
1681 struct b43_wl *wl = dev->wl; in b43_upload_beacon0()
1691 struct b43_wl *wl = dev->wl; in b43_upload_beacon1()
1701 struct b43_wl *wl = dev->wl; in handle_irq_beacon()
1772 struct b43_wl *wl = container_of(work, struct b43_wl, in b43_beacon_update_trigger_work()
[all …]
Dleds.c91 struct b43_wl *wl = container_of(leds, struct b43_wl, leds); in b43_leds_work()
113 struct b43_wl *wl = led->wl; in b43_led_brightness_set()
351 void b43_leds_unregister(struct b43_wl *wl) in b43_leds_unregister()
Drfkill.c38 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_rfkill_poll()
Dpio.c336 struct b43_wl *wl = dev->wl; in tx_write_2byte_queue()
389 struct b43_wl *wl = dev->wl; in tx_write_4byte_queue()
457 struct b43_wl *wl = dev->wl; in pio_tx_frame()
612 struct b43_wl *wl = dev->wl; in pio_rx_frame()
Dphy_common.c475 struct b43_wl *wl = container_of(work, struct b43_wl, in b43_phy_txpower_adjust_work()