Lines Matching refs:venc_device

322 struct venc_device {  struct
342 #define dssdev_to_venc(dssdev) container_of(dssdev, struct venc_device, output) argument
344 static inline void venc_write_reg(struct venc_device *venc, int idx, u32 val) in venc_write_reg()
349 static inline u32 venc_read_reg(struct venc_device *venc, int idx) in venc_read_reg()
355 static void venc_write_config(struct venc_device *venc, in venc_write_config()
415 static void venc_reset(struct venc_device *venc) in venc_reset()
434 static int venc_runtime_get(struct venc_device *venc) in venc_runtime_get()
445 static void venc_runtime_put(struct venc_device *venc) in venc_runtime_put()
467 static int venc_power_on(struct venc_device *venc) in venc_power_on()
517 static void venc_power_off(struct venc_device *venc) in venc_power_off()
531 struct venc_device *venc = dssdev_to_venc(dssdev); in venc_display_enable()
560 struct venc_device *venc = dssdev_to_venc(dssdev); in venc_display_disable()
574 struct venc_device *venc = dssdev_to_venc(dssdev); in venc_set_timings()
620 struct venc_device *venc = dssdev_to_venc(dssdev); in venc_get_timings()
631 struct venc_device *venc = dssdev_to_venc(dssdev); in venc_get_wss()
639 struct venc_device *venc = dssdev_to_venc(dssdev); in venc_set_wss()
667 static int venc_init_regulator(struct venc_device *venc) in venc_init_regulator()
688 struct venc_device *venc = s->private; in venc_dump_regs()
744 static int venc_get_clocks(struct venc_device *venc) in venc_get_clocks()
766 struct venc_device *venc = dssdev_to_venc(dssdev); in venc_connect()
791 struct venc_device *venc = dssdev_to_venc(dssdev); in venc_disconnect()
818 static void venc_init_output(struct venc_device *venc) in venc_init_output()
833 static void venc_uninit_output(struct venc_device *venc) in venc_uninit_output()
838 static int venc_probe_of(struct venc_device *venc) in venc_probe_of()
892 struct venc_device *venc; in venc_bind()
958 struct venc_device *venc = dev_get_drvdata(dev); in venc_unbind()
987 struct venc_device *venc = dev_get_drvdata(dev); in venc_runtime_suspend()
999 struct venc_device *venc = dev_get_drvdata(dev); in venc_runtime_resume()