Home
last modified time | relevance | path

Searched refs:vc4_crtc_debugfs_regs (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_debugfs.c26 {"crtc0_regs", vc4_crtc_debugfs_regs, 0, (void *)(uintptr_t)0},
27 {"crtc1_regs", vc4_crtc_debugfs_regs, 0, (void *)(uintptr_t)1},
28 {"crtc2_regs", vc4_crtc_debugfs_regs, 0, (void *)(uintptr_t)2},
Dvc4_drv.h697 int vc4_crtc_debugfs_regs(struct seq_file *m, void *arg);
Dvc4_crtc.c94 int vc4_crtc_debugfs_regs(struct seq_file *m, void *unused) in vc4_crtc_debugfs_regs() function