Searched refs:debugfs_show (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/include/soc/tegra/ |
D | tegra-cbb.h | 24 int (*debugfs_show)(struct tegra_cbb *cbb, struct seq_file *s, void *v); member
|
/Linux-v6.1/drivers/soc/tegra/cbb/ |
D | tegra-cbb.c | 73 return cbb->ops->debugfs_show(cbb, file, data); in tegra_cbb_err_show()
|
D | tegra234-cbb.c | 577 .debugfs_show = tegra234_cbb_debugfs_show,
|
D | tegra194-cbb.c | 2117 .debugfs_show = tegra194_cbb_debugfs_show,
|
/Linux-v6.1/drivers/firmware/tegra/ |
D | bpmp-debugfs.c | 582 static int debugfs_show(struct seq_file *m, void *p) in debugfs_show() function 630 return single_open_size(file, debugfs_show, file, SZ_128K); in debugfs_open()
|