Lines Matching refs:root
35 struct dentry *root; in nx_debugfs_init() local
37 root = debugfs_create_dir(NX_NAME, NULL); in nx_debugfs_init()
38 drv->dfs_root = root; in nx_debugfs_init()
41 root, (u32 *)&drv->stats.aes_ops); in nx_debugfs_init()
43 root, (u32 *)&drv->stats.sha256_ops); in nx_debugfs_init()
45 root, (u32 *)&drv->stats.sha512_ops); in nx_debugfs_init()
47 root, (u64 *)&drv->stats.aes_bytes); in nx_debugfs_init()
49 root, (u64 *)&drv->stats.sha256_bytes); in nx_debugfs_init()
51 root, (u64 *)&drv->stats.sha512_bytes); in nx_debugfs_init()
53 root, (u32 *)&drv->stats.errors); in nx_debugfs_init()
55 root, (u32 *)&drv->stats.last_error); in nx_debugfs_init()
57 root, (u32 *)&drv->stats.last_error_pid); in nx_debugfs_init()