Lines Matching full:isi
14 #include "imx8-isi-core.h"
15 #include "imx8-isi-regs.h"
85 if (!pm_runtime_get_if_in_use(pipe->isi->dev)) in mxc_isi_debug_dump_regs_show()
88 seq_printf(m, "--- ISI pipe %u registers ---\n", pipe->id); in mxc_isi_debug_dump_regs_show()
95 if (pipe->isi->pdata->has_36bit_dma) { in mxc_isi_debug_dump_regs_show()
105 pm_runtime_put(pipe->isi->dev); in mxc_isi_debug_dump_regs_show()
111 void mxc_isi_debug_init(struct mxc_isi_dev *isi) in mxc_isi_debug_init() argument
115 isi->debugfs_root = debugfs_create_dir(dev_name(isi->dev), NULL); in mxc_isi_debug_init()
117 for (i = 0; i < isi->pdata->num_channels; ++i) { in mxc_isi_debug_init()
118 struct mxc_isi_pipe *pipe = &isi->pipes[i]; in mxc_isi_debug_init()
122 debugfs_create_file(name, 0444, isi->debugfs_root, pipe, in mxc_isi_debug_init()
127 void mxc_isi_debug_cleanup(struct mxc_isi_dev *isi) in mxc_isi_debug_cleanup() argument
129 debugfs_remove_recursive(isi->debugfs_root); in mxc_isi_debug_cleanup()