Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp-debugfs.c82 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
765 err = bpmp_populate_dir(bpmp, &seqbuf, bpmp->debugfs_mirror, 0); in bpmp_populate_debugfs_shmem()
787 bpmp->debugfs_mirror = debugfs_create_dir("debug", root); in tegra_bpmp_init_debugfs()
788 if (IS_ERR(bpmp->debugfs_mirror)) { in tegra_bpmp_init_debugfs()
794 err = bpmp_populate_debugfs_inband(bpmp, bpmp->debugfs_mirror, in tegra_bpmp_init_debugfs()
/openbmc/linux/include/soc/tegra/
H A Dbpmp.h103 struct dentry *debugfs_mirror; member