Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ccree/
Dcc_debugfs.c26 static struct dentry *cc_debugfs_dir; variable
59 cc_debugfs_dir = debugfs_create_dir("ccree", NULL); in cc_debugfs_global_init()
64 debugfs_remove(cc_debugfs_dir); in cc_debugfs_global_fini()
85 ctx->dir = debugfs_create_dir(drvdata->plat_dev->name, cc_debugfs_dir); in cc_debugfs_init()