Lines Matching refs:drv
45 int nx_debugfs_init(struct nx_crypto_driver *drv) in nx_debugfs_init() argument
47 struct nx_debugfs *dfs = &drv->dfs; in nx_debugfs_init()
54 dfs->dfs_root, (u32 *)&drv->stats.aes_ops); in nx_debugfs_init()
59 (u32 *)&drv->stats.sha256_ops); in nx_debugfs_init()
64 (u32 *)&drv->stats.sha512_ops); in nx_debugfs_init()
69 (u64 *)&drv->stats.aes_bytes); in nx_debugfs_init()
74 (u64 *)&drv->stats.sha256_bytes); in nx_debugfs_init()
79 (u64 *)&drv->stats.sha512_bytes); in nx_debugfs_init()
83 dfs->dfs_root, (u32 *)&drv->stats.errors); in nx_debugfs_init()
88 (u32 *)&drv->stats.last_error); in nx_debugfs_init()
93 (u32 *)&drv->stats.last_error_pid); in nx_debugfs_init()
98 nx_debugfs_fini(struct nx_crypto_driver *drv) in nx_debugfs_fini() argument
100 debugfs_remove_recursive(drv->dfs.dfs_root); in nx_debugfs_fini()