Home
last modified time | relevance | path

Searched refs:dss_debugfs_create_file (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddss.c925 dss_debugfs_create_file(struct dss_device *dss, const char *name, in dss_debugfs_create_file() function
1481 dss->debugfs.clk = dss_debugfs_create_file(dss, "clk", in dss_probe()
1483 dss->debugfs.dss = dss_debugfs_create_file(dss, "dss", dss_dump_regs, in dss_probe()
H A Ddsi.c4583 dsi->debugfs.regs = dss_debugfs_create_file(dss, name, in dsi_bind()
4587 dsi->debugfs.irqs = dss_debugfs_create_file(dss, name, in dsi_bind()
4591 dsi->debugfs.clks = dss_debugfs_create_file(dss, name, in dsi_bind()
H A Ddispc.c4677 dispc->debugfs = dss_debugfs_create_file(dss, "dispc", dispc_dump_regs, in dispc_bind()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.h195 void dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *));
H A Dhdmi4.c728 dss_debugfs_create_file("hdmi", hdmi_dump_regs); in hdmi4_bind()
H A Dhdmi5.c769 dss_debugfs_create_file("hdmi", hdmi_dump_regs); in hdmi5_bind()
H A Ddss.c1142 dss_debugfs_create_file("dss", dss_dump_regs); in dss_bind()
H A Ddsi.c5446 dss_debugfs_create_file("dsi1_regs", dsi1_dump_regs); in dsi_bind()
5448 dss_debugfs_create_file("dsi2_regs", dsi2_dump_regs); in dsi_bind()
5452 dss_debugfs_create_file("dsi1_irqs", dsi1_dump_irqs); in dsi_bind()
5454 dss_debugfs_create_file("dsi2_irqs", dsi2_dump_irqs); in dsi_bind()