Home
last modified time | relevance | path

Searched refs:brcms_info (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.h38 struct brcms_info *wl;
63 struct brcms_info { struct
91 void brcms_init(struct brcms_info *wl); argument
92 uint brcms_reset(struct brcms_info *wl);
93 void brcms_intrson(struct brcms_info *wl);
94 u32 brcms_intrsoff(struct brcms_info *wl);
95 void brcms_intrsrestore(struct brcms_info *wl, u32 macintmask);
96 int brcms_up(struct brcms_info *wl);
97 void brcms_down(struct brcms_info *wl);
98 void brcms_txflowcontrol(struct brcms_info *wl, struct brcms_if *wlif,
[all …]
H A Dmac80211_if.c285 static void brcms_free(struct brcms_info *wl) in brcms_free()
333 struct brcms_info *wl = hw->priv; in brcms_remove()
352 static void brcms_release_fw(struct brcms_info *wl) in brcms_release_fw()
365 static int brcms_request_fw(struct brcms_info *wl, struct bcma_device *pdev) in brcms_request_fw()
405 struct brcms_info *wl = hw->priv; in brcms_ops_tx()
422 struct brcms_info *wl = hw->priv; in brcms_ops_start()
462 struct brcms_info *wl = hw->priv; in brcms_ops_stop()
490 struct brcms_info *wl = hw->priv; in brcms_ops_add_interface()
521 struct brcms_info *wl = hw->priv; in brcms_ops_remove_interface()
531 struct brcms_info *wl = hw->priv; in brcms_ops_config()
[all …]
H A Dled.h28 void brcms_led_unregister(struct brcms_info *wl);
29 int brcms_led_register(struct brcms_info *wl);
31 static inline void brcms_led_unregister(struct brcms_info *wl) {}; in brcms_led_unregister()
32 static inline int brcms_led_register(struct brcms_info *wl) in brcms_led_register()
H A Ducode_loader.h46 int brcms_ucode_data_init(struct brcms_info *wl, struct brcms_ucode *ucode);
50 int brcms_ucode_init_buf(struct brcms_info *wl, void **pbuf, unsigned int idx);
51 int brcms_ucode_init_uint(struct brcms_info *wl, size_t *n_bytes,
54 int brcms_check_firmwares(struct brcms_info *wl);
H A Dled.c22 static void brcms_radio_led_ctrl(struct brcms_info *wl, bool state) in brcms_radio_led_ctrl()
38 struct brcms_info *wl = container_of(led_dev, in brcms_led_brightness_set()
39 struct brcms_info, led_dev); in brcms_led_brightness_set()
43 void brcms_led_unregister(struct brcms_info *wl) in brcms_led_unregister()
51 int brcms_led_register(struct brcms_info *wl) in brcms_led_register()
H A Dpub.h269 struct brcms_c_info *brcms_c_attach(struct brcms_info *wl,
302 struct brcms_info *hdl,
305 struct brcms_info *hdl);
H A Dphy_shim.c35 struct brcms_info *wl; /* pointer to os-specific private state */
39 struct brcms_info *wl, in wlc_phy_shim_attach()
H A Ddebug.h55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) macro
H A Ducode_loader.c40 int brcms_ucode_data_init(struct brcms_info *wl, struct brcms_ucode *ucode) in brcms_ucode_data_init()
H A Dphy_shim.h128 struct brcms_info *wl,
H A Dmain.h285 struct brcms_info *hdl;
457 struct brcms_info *wl;
H A Dtypes.h281 struct brcms_info;
H A Ddebug.c101 struct brcms_info *wl = drvr->ieee_hw->priv; in brcms_debugfs_macstat_read()
H A Dchannel.c697 struct brcms_info *wl = hw->priv; in brcms_reg_notifier()
H A Dmain.c5538 const char *name, struct brcms_info *hdl, in brcms_c_module_register()
5560 struct brcms_info *hdl) in brcms_c_module_unregister()
7892 brcms_c_attach(struct brcms_info *wl, struct bcma_device *core, uint unit, in brcms_c_attach()