Searched refs:brcms_info (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.h38 struct brcms_info *wl;
63 struct brcms_info { struct
91 void brcms_init(struct brcms_info *wl);
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,
100 bool brcms_rfkill_set_hw_state(struct brcms_info *wl);
103 struct brcms_timer *brcms_init_timer(struct brcms_info *wl,
111 void brcms_fatal_error(struct brcms_info *wl);
H A Dled.h26 void brcms_led_unregister(struct brcms_info *wl);
27 int brcms_led_register(struct brcms_info *wl);
29 static inline void brcms_led_unregister(struct brcms_info *wl) {}; brcms_led_register()
30 static inline int brcms_led_register(struct brcms_info *wl) 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.c19 static void brcms_radio_led_ctrl(struct brcms_info *wl, bool state) brcms_radio_led_ctrl()
38 struct brcms_info *wl = container_of(led_dev, brcms_led_brightness_set()
39 struct brcms_info, led_dev); brcms_led_brightness_set()
43 void brcms_led_unregister(struct brcms_info *wl) brcms_led_unregister()
51 int brcms_led_register(struct brcms_info *wl) brcms_led_register()
H A Dmac80211_if.c287 static void brcms_free(struct brcms_info *wl) brcms_free()
335 struct brcms_info *wl = hw->priv; brcms_remove()
354 static void brcms_release_fw(struct brcms_info *wl) brcms_release_fw()
367 static int brcms_request_fw(struct brcms_info *wl, struct bcma_device *pdev) brcms_request_fw()
407 struct brcms_info *wl = hw->priv; brcms_ops_tx()
424 struct brcms_info *wl = hw->priv; brcms_ops_start()
464 struct brcms_info *wl = hw->priv; brcms_ops_stop()
492 struct brcms_info *wl = hw->priv; brcms_ops_add_interface()
527 struct brcms_info *wl = hw->priv; brcms_ops_config()
583 struct brcms_info *wl = hw->priv; brcms_ops_bss_info_changed()
739 struct brcms_info *wl = hw->priv; brcms_ops_configure_filter()
768 struct brcms_info *wl = hw->priv; brcms_ops_sw_scan_start()
778 struct brcms_info *wl = hw->priv; brcms_ops_sw_scan_complete()
789 struct brcms_info *wl = hw->priv; brcms_ops_conf_tx()
802 struct brcms_info *wl = hw->priv; brcms_ops_sta_add()
825 struct brcms_info *wl = hw->priv; brcms_ops_ampdu_action()
880 struct brcms_info *wl = hw->priv; brcms_ops_rfkill_poll()
890 static bool brcms_tx_flush_completed(struct brcms_info *wl) brcms_tx_flush_completed()
903 struct brcms_info *wl = hw->priv; brcms_ops_flush()
918 struct brcms_info *wl = hw->priv; brcms_ops_get_tsf()
931 struct brcms_info *wl = hw->priv; brcms_ops_set_tsf()
960 struct brcms_info *wl; brcms_dpc()
962 wl = (struct brcms_info *) data; brcms_dpc()
997 struct brcms_info *wl; brcms_isr()
1000 wl = (struct brcms_info *) dev_id; brcms_isr()
1021 struct brcms_info *wl = hw->priv; ieee_hw_rate_init()
1097 static struct brcms_info *brcms_attach(struct bcma_device *pdev) brcms_attach()
1099 struct brcms_info *wl = NULL; brcms_attach()
1194 struct brcms_info *wl; brcms_bcma_probe()
1205 hw = ieee80211_alloc_hw(sizeof(struct brcms_info), &brcms_ops); brcms_bcma_probe()
1229 struct brcms_info *wl; brcms_suspend()
1311 void brcms_txflowcontrol(struct brcms_info *wl, struct brcms_if *wlif, brcms_txflowcontrol()
1320 void brcms_init(struct brcms_info *wl) brcms_init()
1331 uint brcms_reset(struct brcms_info *wl) brcms_reset()
1345 void brcms_fatal_error(struct brcms_info *wl) brcms_fatal_error()
1357 void brcms_intrson(struct brcms_info *wl) brcms_intrson()
1366 u32 brcms_intrsoff(struct brcms_info *wl) brcms_intrsoff()
1377 void brcms_intrsrestore(struct brcms_info *wl, u32 macintmask) brcms_intrsrestore()
1389 int brcms_up(struct brcms_info *wl) brcms_up()
1404 void brcms_down(struct brcms_info *wl) brcms_down()
1457 struct brcms_timer *brcms_init_timer(struct brcms_info *wl, brcms_init_timer()
1530 struct brcms_info *wl = t->wl; brcms_free_timer()
1564 int brcms_ucode_init_buf(struct brcms_info *wl, void **pbuf, u32 idx) brcms_ucode_init_buf()
1596 int brcms_ucode_init_uint(struct brcms_info *wl, size_t *n_bytes, u32 idx) brcms_ucode_init_uint()
1637 int brcms_check_firmwares(struct brcms_info *wl) brcms_check_firmwares()
1690 bool brcms_rfkill_set_hw_state(struct brcms_info *wl) brcms_rfkill_set_hw_state()
H A Dphy_shim.c35 struct brcms_info *wl; /* pointer to os-specific private state */
39 struct brcms_info *wl, wlc_phy_shim_attach()
H A Dbrcms_trace_brcmsmac_msg.h41 DEFINE_EVENT(brcms_msg_event, brcms_info,
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) brcms_ucode_data_init()
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 Ddebug.c111 struct brcms_info *wl = drvr->ieee_hw->priv; brcms_debugfs_macstat_read()
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 Dchannel.c700 struct brcms_info *wl = hw->priv; brcms_reg_notifier()
H A Dmain.c5598 const char *name, struct brcms_info *hdl, brcms_c_module_register()
5620 struct brcms_info *hdl) brcms_c_module_unregister()
7966 brcms_c_attach(struct brcms_info *wl, struct bcma_device *core, uint unit, brcms_c_attach()

Completed in 213 milliseconds