Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_debugfs.c28 static struct dentry *rproc_dbg; variable
410 if (!rproc_dbg) in rproc_create_debug_dir()
413 rproc->dbg_dir = debugfs_create_dir(dev_name(dev), rproc_dbg); in rproc_create_debug_dir()
434 rproc_dbg = debugfs_create_dir(KBUILD_MODNAME, NULL); in rproc_init_debugfs()
435 if (!rproc_dbg) in rproc_init_debugfs()
442 debugfs_remove(rproc_dbg); in rproc_exit_debugfs()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_debugfs.c28 static struct dentry *rproc_dbg; variable
402 if (!rproc_dbg) in rproc_create_debug_dir()
405 rproc->dbg_dir = debugfs_create_dir(dev_name(dev), rproc_dbg); in rproc_create_debug_dir()
424 rproc_dbg = debugfs_create_dir(KBUILD_MODNAME, NULL); in rproc_init_debugfs()
429 debugfs_remove(rproc_dbg); in rproc_exit_debugfs()

Completed in 2 milliseconds