Searched refs:wl_info (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/ |
D | wl_export.h | 21 struct wl_info; 24 extern void wl_init(struct wl_info *wl); 25 extern uint wl_reset(struct wl_info *wl); 26 extern void wl_intrson(struct wl_info *wl); 27 extern u32 wl_intrsoff(struct wl_info *wl); 28 extern void wl_intrsrestore(struct wl_info *wl, u32 macintmask); 29 extern int wl_up(struct wl_info *wl); 30 extern void wl_down(struct wl_info *wl); 31 extern void wl_txflowcontrol(struct wl_info *wl, struct wl_if *wlif, bool state, 33 extern bool wl_alloc_dma_resources(struct wl_info *wl, uint dmaddrwidth); [all …]
|
D | wl_mac80211.c | 72 #define WL_INFO(dev) ((struct wl_info *)(WL_DEV_IF(dev)->wl)) 73 static int wl_request_fw(struct wl_info *wl, struct pci_dev *pdev); 74 static void wl_release_fw(struct wl_info *wl); 83 static void wl_free(struct wl_info *wl); 153 struct wl_info *wl = hw->priv; in wl_ops_tx() 168 struct wl_info *wl = hw->priv; in wl_ops_start() 188 struct wl_info *wl = hw->priv; in wl_ops_stop() 197 struct wl_info *wl; in wl_ops_add_interface() 225 struct wl_info *wl; in wl_ops_remove_interface() 242 struct wl_info *wl = HW_TO_WL(hw); in ieee_set_channel() [all …]
|
D | wl_ucode.h | 42 extern int wl_ucode_data_init(struct wl_info *wl); 45 extern int wl_ucode_init_buf(struct wl_info *wl, void **pbuf, unsigned int idx); 46 extern int wl_ucode_init_uint(struct wl_info *wl, unsigned *data, 49 extern int wl_check_firmwares(struct wl_info *wl);
|
D | wl_mac80211.h | 26 struct wl_info *wl; 51 struct wl_info { struct
|
D | wl_ucode_loader.c | 56 int wl_ucode_data_init(struct wl_info *wl) in wl_ucode_data_init()
|
D | wlc_main.h | 491 struct wl_info *wl; /* pointer to os-specific private state */
|
/linux-2.6.39/drivers/staging/brcm80211/include/ |
D | bcmdefs.h | 159 struct wl_info;
|
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | wl_main.c | 390 dbg_info_t wl_info = { DBG_MOD_NAME, 0, 0 }; variable 391 dbg_info_t *DbgInfo = &wl_info;
|