Searched refs:vc4_crtc_debugfs_regs (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/gpu/drm/vc4/ |
| D | vc4_debugfs.c | 21 {"crtc0_regs", vc4_crtc_debugfs_regs, 0, (void *)(uintptr_t)0}, 22 {"crtc1_regs", vc4_crtc_debugfs_regs, 0, (void *)(uintptr_t)1}, 23 {"crtc2_regs", vc4_crtc_debugfs_regs, 0, (void *)(uintptr_t)2},
|
| D | vc4_drv.h | 120 int vc4_crtc_debugfs_regs(struct seq_file *m, void *arg);
|
| D | vc4_crtc.c | 110 int vc4_crtc_debugfs_regs(struct seq_file *m, void *unused) in vc4_crtc_debugfs_regs() function
|