Searched refs:fw_statistics (Results 1 – 2 of 2) sorted by relevance
92 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()
160 struct dentry *fw_statistics; member