Home
last modified time | relevance | path

Searched refs:fw_statistics (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c73 DEBUGFS_ADD(sub## _ ##name, wl->debugfs.fw_statistics)
453 wl->debugfs.fw_statistics = debugfs_create_dir("fw-statistics", in wl1251_debugfs_init()
470 debugfs_remove(wl->debugfs.fw_statistics); in wl1251_debugfs_exit()
471 wl->debugfs.fw_statistics = NULL; in wl1251_debugfs_exit()
H A Dwl1251.h147 struct dentry *fw_statistics; member