Lines Matching refs:venc_state
65 struct venc_state { struct
78 static inline struct venc_state *to_state(struct v4l2_subdev *sd) in to_state() argument
80 return container_of(sd, struct venc_state, sd); in to_state()
85 struct venc_state *venc = to_state(sd); in venc_read()
92 struct venc_state *venc = to_state(sd); in venc_write()
111 struct venc_state *venc = to_state(sd); in vdaccfg_write()
148 struct venc_state *venc = to_state(sd); in venc_enabledigitaloutput()
232 struct venc_state *venc = to_state(sd); in venc_set_ntsc()
279 struct venc_state *venc = to_state(sd); in venc_set_pal()
331 struct venc_state *venc = to_state(sd); in venc_set_480p59_94()
379 struct venc_state *venc = to_state(sd); in venc_set_576p50()
426 struct venc_state *venc = to_state(sd); in venc_set_720p60_internal()
455 struct venc_state *venc = to_state(sd); in venc_set_1080i30_internal()
495 struct venc_state *venc = to_state(sd); in venc_s_dv_timings()
526 struct venc_state *venc = to_state(sd); in venc_s_routing()
575 struct venc_state *venc = to_state(sd); in venc_initialize()
600 struct venc_state **venc = data; in venc_device_get()
611 struct venc_state *venc; in venc_sub_dev_init()
640 struct venc_state *venc; in venc_probe()
652 venc = devm_kzalloc(&pdev->dev, sizeof(struct venc_state), GFP_KERNEL); in venc_probe()