Searched refs:zip_debugfs_root (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/cavium/zip/ |
H A D | zip_main.c | 614 static struct dentry *zip_debugfs_root; variable 621 zip_debugfs_root = debugfs_create_dir("thunderx_zip", NULL); in zip_debugfs_init() 624 debugfs_create_file("zip_stats", 0444, zip_debugfs_root, NULL, in zip_debugfs_init() 627 debugfs_create_file("zip_clear", 0444, zip_debugfs_root, NULL, in zip_debugfs_init() 630 debugfs_create_file("zip_regs", 0444, zip_debugfs_root, NULL, in zip_debugfs_init() 637 debugfs_remove_recursive(zip_debugfs_root); in zip_debugfs_exit()
|