Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dcore.c143 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file() function
160 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file() function
Ddispc-compat.c422 dss_debugfs_create_file("dispc_irq", dispc_dump_irqs); in dss_dispc_initialize_irq()
Ddss.h217 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *));
Dhdmi4.c741 dss_debugfs_create_file("hdmi", hdmi_dump_regs); in hdmi4_bind()
Dhdmi5.c780 dss_debugfs_create_file("hdmi", hdmi_dump_regs); in hdmi5_bind()
Dvenc.c905 dss_debugfs_create_file("venc", venc_dump_regs); in venc_bind()
Ddss.c1154 dss_debugfs_create_file("dss", dss_dump_regs); in dss_bind()
Drfbi.c999 dss_debugfs_create_file("rfbi", rfbi_dump_regs); in rfbi_bind()
Ddsi.c5455 dss_debugfs_create_file("dsi1_regs", dsi1_dump_regs); in dsi_bind()
5457 dss_debugfs_create_file("dsi2_regs", dsi2_dump_regs); in dsi_bind()
5461 dss_debugfs_create_file("dsi1_irqs", dsi1_dump_irqs); in dsi_bind()
5463 dss_debugfs_create_file("dsi2_irqs", dsi2_dump_irqs); in dsi_bind()
Ddispc.c4117 dss_debugfs_create_file("dispc", dispc_dump_regs); in dispc_bind()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddss.h291 dss_debugfs_create_file(struct dss_device *dss, const char *name,
297 dss_debugfs_create_file(struct dss_device *dss, const char *name, in dss_debugfs_create_file() function
Ddss.c941 dss_debugfs_create_file(struct dss_device *dss, const char *name, in dss_debugfs_create_file() function
1471 dss->debugfs.clk = dss_debugfs_create_file(dss, "clk", in dss_probe()
1473 dss->debugfs.dss = dss_debugfs_create_file(dss, "dss", dss_dump_regs, in dss_probe()
Dhdmi5.c792 hdmi->debugfs = dss_debugfs_create_file(dss, "hdmi", hdmi_dump_regs, in hdmi5_bind()
Dhdmi4.c799 hdmi->debugfs = dss_debugfs_create_file(dss, "hdmi", hdmi_dump_regs, in hdmi4_bind()
Dvenc.c941 venc->debugfs = dss_debugfs_create_file(dss, "venc", venc_dump_regs, in venc_bind()
Ddsi.c5450 dsi->debugfs.regs = dss_debugfs_create_file(dss, "dsi1_regs", in dsi_bind()
5454 dsi->debugfs.regs = dss_debugfs_create_file(dss, "dsi2_regs", in dsi_bind()
5459 dsi->debugfs.irqs = dss_debugfs_create_file(dss, "dsi1_irqs", in dsi_bind()
5463 dsi->debugfs.irqs = dss_debugfs_create_file(dss, "dsi2_irqs", in dsi_bind()
Ddispc.c4865 dispc->debugfs = dss_debugfs_create_file(dss, "dispc", dispc_dump_regs, in dispc_bind()