Home
last modified time | relevance | path

Searched refs:active_regs_dump (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_crtc.h50 int (*active_regs_dump)(struct display_state *state); member
H A Drockchip_display.c1317 ret = crtc_funcs->active_regs_dump(state); in rockchip_vop_dump()
H A Drockchip_vop2.c5899 .active_regs_dump = rockchip_vop2_active_regs_dump,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.h452 void (*active_regs_dump)(struct drm_crtc *crtc, struct seq_file *s); member
H A Drockchip_drm_drv.c1260 priv->crtc_funcs[pipe]->active_regs_dump) in rockchip_drm_active_regs_dump()
1261 priv->crtc_funcs[pipe]->active_regs_dump(crtc, s); in rockchip_drm_active_regs_dump()
H A Drockchip_drm_vop2.c6789 .active_regs_dump = vop2_crtc_active_regs_dump,