Searched refs:dss_debugfs_create_file (Results 1 – 9 of 9) sorted by relevance
/drivers/video/omap2/dss/ |
D | core.c | 185 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file() function 202 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file() function
|
D | dss.h | 172 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *));
|
D | dispc-compat.c | 423 dss_debugfs_create_file("dispc_irq", dispc_dump_irqs); in dss_dispc_initialize_irq()
|
D | dss.c | 907 dss_debugfs_create_file("dss", dss_dump_regs); in omap_dsshw_probe()
|
D | venc.c | 865 dss_debugfs_create_file("venc", venc_dump_regs); in omap_venchw_probe()
|
D | hdmi.c | 1095 dss_debugfs_create_file("hdmi", hdmi_dump_regs); in omapdss_hdmihw_probe()
|
D | rfbi.c | 1092 dss_debugfs_create_file("rfbi", rfbi_dump_regs); in omap_rfbihw_probe()
|
D | dsi.c | 5577 dss_debugfs_create_file("dsi1_regs", dsi1_dump_regs); in omap_dsihw_probe() 5579 dss_debugfs_create_file("dsi2_regs", dsi2_dump_regs); in omap_dsihw_probe() 5583 dss_debugfs_create_file("dsi1_irqs", dsi1_dump_irqs); in omap_dsihw_probe() 5585 dss_debugfs_create_file("dsi2_irqs", dsi2_dump_irqs); in omap_dsihw_probe()
|
D | dispc.c | 3713 dss_debugfs_create_file("dispc", dispc_dump_regs); in omap_dispchw_probe()
|