Searched refs:brcms_pub (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | debug.h | 68 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);
|
D | debug.c | 48 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()
|
D | pub.h | 144 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,
|
D | mac80211_if.h | 64 struct brcms_pub *pub; /* pointer to public wlc state */
|
D | main.h | 456 struct brcms_pub *pub; 577 struct brcms_pub *pub; /* pointer to public fn */
|
D | channel.c | 111 struct brcms_pub *pub; 329 struct brcms_pub *pub = wlc->pub; in brcms_c_channel_mgr_attach()
|
D | main.c | 493 wlc->pub = kzalloc(sizeof(struct brcms_pub), GFP_ATOMIC); in brcms_c_attach_malloc() 4372 struct brcms_pub *brcms_c_pub(struct brcms_c_info *wlc) in brcms_c_pub() 5546 int brcms_c_module_register(struct brcms_pub *pub, in brcms_c_module_register() 5568 int brcms_c_module_unregister(struct brcms_pub *pub, const char *name, in brcms_c_module_unregister() 7906 struct brcms_pub *pub; in brcms_c_attach()
|