Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/tegra/
Dbpmp-debugfs.c88 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
368 bpmp->debugfs_mirror = debugfs_create_dir("debug", root); in create_debugfs_mirror()
369 if (!bpmp->debugfs_mirror) in create_debugfs_mirror()
373 err = bpmp_populate_dir(bpmp, &seqbuf, bpmp->debugfs_mirror, 0); in create_debugfs_mirror()
375 debugfs_remove_recursive(bpmp->debugfs_mirror); in create_debugfs_mirror()
376 bpmp->debugfs_mirror = NULL; in create_debugfs_mirror()
/Linux-v4.19/include/soc/tegra/
Dbpmp.h99 struct dentry *debugfs_mirror; member