Searched refs:brcms_pub (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | debug.h | 68 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);
|
D | debug.c | 53 int brcms_debugfs_attach(struct brcms_pub *drvr) in brcms_debugfs_attach() 63 void brcms_debugfs_detach(struct brcms_pub *drvr) in brcms_debugfs_detach() 69 struct dentry *brcms_debugfs_get_devdir(struct brcms_pub *drvr) in brcms_debugfs_get_devdir() 77 struct brcms_pub *drvr = s->private; in brcms_debugfs_hardware_read() 110 struct brcms_pub *drvr = s->private; in brcms_debugfs_macstat_read() 181 struct brcms_pub *drvr; 200 brcms_debugfs_add_entry(struct brcms_pub *drvr, const char *fn, in brcms_debugfs_add_entry() 223 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; 576 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() 4392 struct brcms_pub *brcms_c_pub(struct brcms_c_info *wlc) in brcms_c_pub() 5597 int brcms_c_module_register(struct brcms_pub *pub, in brcms_c_module_register() 5619 int brcms_c_module_unregister(struct brcms_pub *pub, const char *name, in brcms_c_module_unregister() 7972 struct brcms_pub *pub; in brcms_c_attach()
|