Home
last modified time | relevance | path

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

/drivers/net/wireless/wl1251/
Ddebugfs.c92 DEBUGFS_ADD(sub## _ ##name, wl->debugfs.fw_statistics)
484 wl->debugfs.fw_statistics = debugfs_create_dir("fw-statistics", in wl1251_debugfs_init()
487 if (IS_ERR(wl->debugfs.fw_statistics)) { in wl1251_debugfs_init()
488 ret = PTR_ERR(wl->debugfs.fw_statistics); in wl1251_debugfs_init()
489 wl->debugfs.fw_statistics = NULL; in wl1251_debugfs_init()
515 debugfs_remove(wl->debugfs.fw_statistics); in wl1251_debugfs_init()
516 wl->debugfs.fw_statistics = NULL; in wl1251_debugfs_init()
533 debugfs_remove(wl->debugfs.fw_statistics); in wl1251_debugfs_exit()
534 wl->debugfs.fw_statistics = NULL; in wl1251_debugfs_exit()
Dwl1251.h160 struct dentry *fw_statistics; member