Searched refs:brcms_info (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | mac80211_if.h | 38 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 …]
|
D | led.h | 28 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()
|
D | mac80211_if.c | 286 static void brcms_free(struct brcms_info *wl) in brcms_free() 334 struct brcms_info *wl = hw->priv; in brcms_remove() 353 static void brcms_release_fw(struct brcms_info *wl) in brcms_release_fw() 366 static int brcms_request_fw(struct brcms_info *wl, struct bcma_device *pdev) in brcms_request_fw() 406 struct brcms_info *wl = hw->priv; in brcms_ops_tx() 423 struct brcms_info *wl = hw->priv; in brcms_ops_start() 463 struct brcms_info *wl = hw->priv; in brcms_ops_stop() 491 struct brcms_info *wl = hw->priv; in brcms_ops_add_interface() 522 struct brcms_info *wl = hw->priv; in brcms_ops_remove_interface() 532 struct brcms_info *wl = hw->priv; in brcms_ops_config() [all …]
|
D | ucode_loader.h | 46 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);
|
D | led.c | 22 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()
|
D | pub.h | 269 struct brcms_c_info *brcms_c_attach(struct brcms_info *wl, 302 struct brcms_info *hdl, 305 struct brcms_info *hdl);
|
D | phy_shim.c | 35 struct brcms_info *wl; /* pointer to os-specific private state */ 39 struct brcms_info *wl, in wlc_phy_shim_attach()
|
D | brcms_trace_brcmsmac_msg.h | 41 DEFINE_EVENT(brcms_msg_event, brcms_info,
|
D | debug.h | 55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) macro
|
D | ucode_loader.c | 40 int brcms_ucode_data_init(struct brcms_info *wl, struct brcms_ucode *ucode) in brcms_ucode_data_init()
|
D | phy_shim.h | 128 struct brcms_info *wl,
|
D | main.h | 285 struct brcms_info *hdl; 457 struct brcms_info *wl;
|
D | types.h | 281 struct brcms_info;
|
D | debug.c | 101 struct brcms_info *wl = drvr->ieee_hw->priv; in brcms_debugfs_macstat_read()
|
D | channel.c | 697 struct brcms_info *wl = hw->priv; in brcms_reg_notifier()
|
D | main.c | 5547 const char *name, struct brcms_info *hdl, in brcms_c_module_register() 5569 struct brcms_info *hdl) in brcms_c_module_unregister() 7900 brcms_c_attach(struct brcms_info *wl, struct bcma_device *core, uint unit, in brcms_c_attach()
|