Searched refs:brcms_pub (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/
H A Ddebug.h68 struct brcms_pub;
71 int brcms_debugfs_attach(struct brcms_pub *drvr);
72 void brcms_debugfs_detach(struct brcms_pub *drvr);
73 struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr);
74 void brcms_debugfs_create_files(struct brcms_pub *drvr);
H A Ddebug.c52 int brcms_debugfs_attach(struct brcms_pub *drvr)
62 void brcms_debugfs_detach(struct brcms_pub *drvr)
68 struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr)
79 struct brcms_pub *drvr = f->private_data;
109 void brcms_debugfs_create_files(struct brcms_pub *drvr)
H A Dpub.h144 struct brcms_pub { struct
296 struct brcms_pub *brcms_c_pub(struct brcms_c_info *wlc);
301 int brcms_c_module_register(struct brcms_pub *pub, const char *name,
304 int brcms_c_module_unregister(struct brcms_pub *pub, const char *name,
H A Dmac80211_if.h64 struct brcms_pub *pub; /* pointer to public wlc state */
H A Dmain.h456 struct brcms_pub *pub;
576 struct brcms_pub *pub; /* pointer to public fn */
H A Dchannel.c111 struct brcms_pub *pub;
329 struct brcms_pub *pub = wlc->pub;
H A Dmain.c493 wlc->pub = kzalloc(sizeof(struct brcms_pub), GFP_ATOMIC);
4393 struct brcms_pub *brcms_c_pub(struct brcms_c_info *wlc)
5598 int brcms_c_module_register(struct brcms_pub *pub,
5620 int brcms_c_module_unregister(struct brcms_pub *pub, const char *name,
7973 struct brcms_pub *pub;

Completed in 428 milliseconds