Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddebug.h68 struct brcms_pub;
71 void 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.c48 void brcms_debugfs_attach(struct brcms_pub *drvr) in brcms_debugfs_attach()
54 void brcms_debugfs_detach(struct brcms_pub *drvr) in brcms_debugfs_detach()
59 struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr) in brcms_debugfs_get_devdir()
67 struct brcms_pub *drvr = s->private; in brcms_debugfs_hardware_read()
100 struct brcms_pub *drvr = s->private; in brcms_debugfs_macstat_read()
171 struct brcms_pub *drvr;
190 brcms_debugfs_add_entry(struct brcms_pub *drvr, const char *fn, in brcms_debugfs_add_entry()
207 void brcms_debugfs_create_files(struct brcms_pub *drvr) in brcms_debugfs_create_files()
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;
577 struct brcms_pub *pub; /* pointer to public fn */
H A Dchannel.c111 struct brcms_pub *pub;
329 struct brcms_pub *pub = wlc->pub; in brcms_c_channel_mgr_attach()
H A Dmain.c4363 struct brcms_pub *brcms_c_pub(struct brcms_c_info *wlc) in brcms_c_pub()
5537 int brcms_c_module_register(struct brcms_pub *pub, in brcms_c_module_register()
5559 int brcms_c_module_unregister(struct brcms_pub *pub, const char *name, in brcms_c_module_unregister()
7898 struct brcms_pub *pub; in brcms_c_attach()