Searched refs:brcms_info (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A 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); 96 int brcms_up(struct brcms_info *wl); 97 void brcms_down(struct brcms_info *wl); 100 bool brcms_rfkill_set_hw_state(struct brcms_info *wl); 103 struct brcms_timer *brcms_init_timer(struct brcms_info *wl, [all …]
|
H A 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()
|
H A D | mac80211_if.c | 333 struct brcms_info *wl = hw->priv; in brcms_remove() 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() 985 struct brcms_info *wl; in brcms_dpc() 1022 struct brcms_info *wl; in brcms_isr() 1125 struct brcms_info *wl = NULL; in brcms_attach() 1220 struct brcms_info *wl; in brcms_bcma_probe() 1261 struct brcms_info *wl; in brcms_suspend() [all …]
|
H A 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);
|
H A D | led.c | 23 static void brcms_radio_led_ctrl(struct brcms_info *wl, bool state) in brcms_radio_led_ctrl() 39 struct brcms_info *wl = container_of(led_dev, in brcms_led_brightness_set() 40 struct brcms_info, led_dev); in brcms_led_brightness_set() 44 void brcms_led_unregister(struct brcms_info *wl) in brcms_led_unregister() 52 int brcms_led_register(struct brcms_info *wl) in brcms_led_register()
|
H A 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);
|
H A 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()
|
H A D | brcms_trace_brcmsmac_msg.h | 44 DEFINE_EVENT(brcms_msg_event, brcms_info,
|
H A D | debug.h | 55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) macro
|
H A D | ucode_loader.c | 40 int brcms_ucode_data_init(struct brcms_info *wl, struct brcms_ucode *ucode) in brcms_ucode_data_init()
|
H A D | phy_shim.h | 128 struct brcms_info *wl,
|
H A D | main.h | 285 struct brcms_info *hdl; 457 struct brcms_info *wl;
|
H A D | types.h | 281 struct brcms_info;
|
H A D | debug.c | 101 struct brcms_info *wl = drvr->ieee_hw->priv; in brcms_debugfs_macstat_read()
|
H A D | channel.c | 697 struct brcms_info *wl = hw->priv; in brcms_reg_notifier()
|
H A D | main.c | 5545 const char *name, struct brcms_info *hdl, in brcms_c_module_register() 5567 struct brcms_info *hdl) in brcms_c_module_unregister() 7899 brcms_c_attach(struct brcms_info *wl, struct bcma_device *core, uint unit, in brcms_c_attach()
|