Linux Kernel
3.7.1
|
#include <linux/debugfs.h>
#include <linux/if_ether.h>
#include <linux/if.h>
#include <linux/ieee80211.h>
#include <linux/module.h>
#include <defs.h>
#include <brcmu_wifi.h>
#include <brcmu_utils.h>
#include "dhd.h"
#include "dhd_bus.h"
#include "dhd_dbg.h"
Go to the source code of this file.
Functions | |
void | brcmf_debugfs_init (void) |
void | brcmf_debugfs_exit (void) |
int | brcmf_debugfs_attach (struct brcmf_pub *drvr) |
void | brcmf_debugfs_detach (struct brcmf_pub *drvr) |
struct dentry * | brcmf_debugfs_get_devdir (struct brcmf_pub *drvr) |
void | brcmf_debugfs_create_sdio_count (struct brcmf_pub *drvr, struct brcmf_sdio_count *sdcnt) |
void brcmf_debugfs_create_sdio_count | ( | struct brcmf_pub * | drvr, |
struct brcmf_sdio_count * | sdcnt | ||
) |