Lines Matching refs:venc_device
247 struct venc_device { struct
266 #define drm_bridge_to_venc(b) container_of(b, struct venc_device, bridge) argument
268 static inline void venc_write_reg(struct venc_device *venc, int idx, u32 val) in venc_write_reg()
273 static inline u32 venc_read_reg(struct venc_device *venc, int idx) in venc_read_reg()
279 static void venc_write_config(struct venc_device *venc, in venc_write_config()
338 static void venc_reset(struct venc_device *venc) in venc_reset()
357 static int venc_runtime_get(struct venc_device *venc) in venc_runtime_get()
371 static void venc_runtime_put(struct venc_device *venc) in venc_runtime_put()
381 static int venc_power_on(struct venc_device *venc) in venc_power_on()
429 static void venc_power_off(struct venc_device *venc) in venc_power_off()
461 struct venc_device *venc = s->private; in venc_dump_regs()
517 static int venc_get_clocks(struct venc_device *venc) in venc_get_clocks()
543 struct venc_device *venc = drm_bridge_to_venc(bridge); in venc_bridge_attach()
597 struct venc_device *venc = drm_bridge_to_venc(bridge); in venc_bridge_mode_set()
618 struct venc_device *venc = drm_bridge_to_venc(bridge); in venc_bridge_enable()
625 struct venc_device *venc = drm_bridge_to_venc(bridge); in venc_bridge_disable()
664 static void venc_bridge_init(struct venc_device *venc) in venc_bridge_init()
675 static void venc_bridge_cleanup(struct venc_device *venc) in venc_bridge_cleanup()
687 struct venc_device *venc = dev_get_drvdata(dev); in venc_bind()
710 struct venc_device *venc = dev_get_drvdata(dev); in venc_unbind()
724 static int venc_init_output(struct venc_device *venc) in venc_init_output()
749 static void venc_uninit_output(struct venc_device *venc) in venc_uninit_output()
757 static int venc_probe_of(struct venc_device *venc) in venc_probe_of()
808 struct venc_device *venc; in venc_probe()
870 struct venc_device *venc = platform_get_drvdata(pdev); in venc_remove()
884 struct venc_device *venc = dev_get_drvdata(dev); in venc_runtime_suspend()
894 struct venc_device *venc = dev_get_drvdata(dev); in venc_runtime_resume()