Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ !
Dcore.c115 void dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file() function
126 void dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file() function
Ddss.h195 void dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *));
Ddispc-compat.c411 dss_debugfs_create_file("dispc_irq", dispc_dump_irqs); in dss_dispc_initialize_irq()
Dhdmi5.c768 dss_debugfs_create_file("hdmi", hdmi_dump_regs); in hdmi5_bind()
Dhdmi4.c727 dss_debugfs_create_file("hdmi", hdmi_dump_regs); in hdmi4_bind()
Dvenc.c852 dss_debugfs_create_file("venc", venc_dump_regs); in venc_bind()
Ddss.c1144 dss_debugfs_create_file("dss", dss_dump_regs); in dss_bind()
Ddsi.c5445 dss_debugfs_create_file("dsi1_regs", dsi1_dump_regs); in dsi_bind()
5447 dss_debugfs_create_file("dsi2_regs", dsi2_dump_regs); in dsi_bind()
5451 dss_debugfs_create_file("dsi1_irqs", dsi1_dump_irqs); in dsi_bind()
5453 dss_debugfs_create_file("dsi2_irqs", dsi2_dump_irqs); in dsi_bind()
Ddispc.c3993 dss_debugfs_create_file("dispc", dispc_dump_regs); in dispc_bind()
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/ !
Ddss.h282 dss_debugfs_create_file(struct dss_device *dss, const char *name,
288 dss_debugfs_create_file(struct dss_device *dss, const char *name, in dss_debugfs_create_file() function
Ddss.c924 dss_debugfs_create_file(struct dss_device *dss, const char *name, in dss_debugfs_create_file() function
1486 dss->debugfs.clk = dss_debugfs_create_file(dss, "clk", in dss_probe()
1488 dss->debugfs.dss = dss_debugfs_create_file(dss, "dss", dss_dump_regs, in dss_probe()
Dhdmi4.c661 hdmi->debugfs = dss_debugfs_create_file(dss, "hdmi", hdmi_dump_regs, in hdmi4_bind()
Dhdmi5.c642 hdmi->debugfs = dss_debugfs_create_file(dss, "hdmi", hdmi_dump_regs, in hdmi5_bind()
Dvenc.c702 venc->debugfs = dss_debugfs_create_file(dss, "venc", venc_dump_regs, in venc_bind()
Ddsi.c4577 dsi->debugfs.regs = dss_debugfs_create_file(dss, name, in dsi_bind()
4581 dsi->debugfs.irqs = dss_debugfs_create_file(dss, name, in dsi_bind()
4585 dsi->debugfs.clks = dss_debugfs_create_file(dss, name, in dsi_bind()
Ddispc.c4828 dispc->debugfs = dss_debugfs_create_file(dss, "dispc", dispc_dump_regs, in dispc_bind()