Lines Matching defs:vop

58 #define VOP_WIN_GET_YRGBADDR(vop, win) \  argument
74 struct vop *vop; member
80 struct vop { struct
94 const struct vop_data *data; argument
99 /* physical map length of vop register */ argument
104 /* lock vop irq reg */ argument
109 /* vop AHP clk */ argument
111 /* vop dclk */ argument
113 /* vop share memory frequency */ argument
116 /* vop dclk reset */ argument
121 struct vop_win win[]; argument
308 static inline void vop_writel(struct vop *vop, uint32_t offset, uint32_t v) in vop_writel()
314 static inline uint32_t vop_readl(struct vop *vop, uint32_t offset) in vop_readl()
319 static inline uint32_t vop_read_reg(struct vop *vop, uint32_t base, in vop_read_reg()
325 static inline void vop_cfg_done(struct vop *vop) in vop_cfg_done()
330 static inline void vop_mask_write(struct vop *vop, uint32_t offset, in vop_mask_write()
342 static inline void vop_mask_write_relaxed(struct vop *vop, uint32_t offset, in vop_mask_write_relaxed()
386 static void vop_dsp_hold_valid_irq_enable(struct vop *vop) in vop_dsp_hold_valid_irq_enable()
401 static void vop_dsp_hold_valid_irq_disable(struct vop *vop) in vop_dsp_hold_valid_irq_disable()
418 struct vop *vop = to_vop(crtc); in vop_enable() local
487 struct vop *vop = to_vop(crtc); in vop_disable() local
577 struct vop *vop = to_vop(crtc); in vop_update_plane_event() local
742 struct vop *vop; in vop_disable_plane() local
792 struct vop *vop = to_vop(crtc); in rockchip_drm_crtc_mode_config() local
803 struct vop *vop = to_vop(crtc); in vop_crtc_enable_vblank() local
820 struct vop *vop = to_vop(crtc); in vop_crtc_disable_vblank() local
892 struct vop *vop = to_vop(crtc); in vop_crtc_mode_set() local
988 struct vop *vop = to_vop(crtc); in vop_crtc_page_flip() local
1010 struct vop *vop = vop_win->vop; in vop_win_state_complete() local
1109 struct vop *vop = data; in vop_isr_thread() local
1136 struct vop *vop = data; in vop_isr() local
1177 static int vop_create_crtc(struct vop *vop) in vop_create_crtc()
1271 static void vop_destroy_crtc(struct vop *vop) in vop_destroy_crtc()
1280 static int vop_initial(struct vop *vop) in vop_initial()
1388 static void vop_win_init(struct vop *vop) in vop_win_init()
1409 struct vop *vop; in vop_bind() local
1478 struct vop *vop = dev_get_drvdata(dev); in vop_unbind() local