Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/remoteproc/
Dremoteproc_debugfs.c36 static struct dentry *rproc_dbg; variable
225 if (!rproc_dbg) in rproc_create_debug_dir()
228 rproc->dbg_dir = debugfs_create_dir(dev_name(dev), rproc_dbg); in rproc_create_debug_dir()
243 rproc_dbg = debugfs_create_dir(KBUILD_MODNAME, NULL); in rproc_init_debugfs()
244 if (!rproc_dbg) in rproc_init_debugfs()
251 debugfs_remove(rproc_dbg); in rproc_exit_debugfs()