Searched refs:wlc_pub (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/ |
D | wlc_alloc.c | 41 static struct wlc_pub *wlc_pub_malloc(uint unit, 43 static void wlc_pub_mfree(struct wlc_pub *pub); 74 static struct wlc_pub *wlc_pub_malloc(uint unit, uint *err, uint devid) in wlc_pub_malloc() 76 struct wlc_pub *pub; in wlc_pub_malloc() 78 pub = wlc_calloc(unit, sizeof(struct wlc_pub)); in wlc_pub_malloc() 112 static void wlc_pub_mfree(struct wlc_pub *pub) in wlc_pub_mfree()
|
D | wlc_pub.h | 235 struct wlc_pub { struct 521 extern struct wlc_pub *wlc_pub(void *wlc); 551 extern int wlc_iovar_check(struct wlc_pub *pub, const bcm_iovar_t *vi, 555 extern int wlc_module_register(struct wlc_pub *pub, const bcm_iovar_t *iovars, 558 extern int wlc_module_unregister(struct wlc_pub *pub, const char *name,
|
D | wl_mac80211.h | 52 struct wlc_pub *pub; /* pointer to public wlc state */
|
D | wlc_main.h | 490 struct wlc_pub *pub; /* pointer to wlc public state */ 765 struct wlc_pub *pub; /* pointer to public fn */
|
D | wlc_channel.c | 56 struct wlc_pub *pub; 641 struct wlc_pub *pub = wlc->pub; in wlc_channel_mgr_attach()
|
D | wlc_main.c | 1713 struct wlc_pub *wlc_pub(void *wlc) in wlc_pub() function 1729 struct wlc_pub *pub; in wlc_attach() 4289 int wlc_module_register(struct wlc_pub *pub, const bcm_iovar_t *iovars, in wlc_module_register() 4319 int wlc_module_unregister(struct wlc_pub *pub, const char *name, void *hdl) in wlc_module_unregister() 4435 wlc_iovar_check(struct wlc_pub *pub, const bcm_iovar_t *vi, void *arg, int len, in wlc_iovar_check()
|
D | wl_mac80211.c | 792 wl->pub = wlc_pub(wl->wlc); in wl_attach()
|