Home
last modified time | relevance | path

Searched refs:wlc_pub (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_alloc.c41 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()
Dwlc_pub.h235 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,
Dwl_mac80211.h52 struct wlc_pub *pub; /* pointer to public wlc state */
Dwlc_main.h490 struct wlc_pub *pub; /* pointer to wlc public state */
765 struct wlc_pub *pub; /* pointer to public fn */
Dwlc_channel.c56 struct wlc_pub *pub;
641 struct wlc_pub *pub = wlc->pub; in wlc_channel_mgr_attach()
Dwlc_main.c1713 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()
Dwl_mac80211.c792 wl->pub = wlc_pub(wl->wlc); in wl_attach()