Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/firmware/tegra/
Dbpmp-debugfs.c82 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
763 err = bpmp_populate_dir(bpmp, &seqbuf, bpmp->debugfs_mirror, 0); in bpmp_populate_debugfs_shmem()
785 bpmp->debugfs_mirror = debugfs_create_dir("debug", root); in tegra_bpmp_init_debugfs()
786 if (!bpmp->debugfs_mirror) { in tegra_bpmp_init_debugfs()
792 err = bpmp_populate_debugfs_inband(bpmp, bpmp->debugfs_mirror, in tegra_bpmp_init_debugfs()
/Linux-v5.15/include/soc/tegra/
Dbpmp.h90 struct dentry *debugfs_mirror; member