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()
231 struct venc_state *venc = to_state(sd); in venc_set_ntsc()
278 struct venc_state *venc = to_state(sd); in venc_set_pal()
330 struct venc_state *venc = to_state(sd); in venc_set_480p59_94()
378 struct venc_state *venc = to_state(sd); in venc_set_576p50()
425 struct venc_state *venc = to_state(sd); in venc_set_720p60_internal()
454 struct venc_state *venc = to_state(sd); in venc_set_1080i30_internal()
494 struct venc_state *venc = to_state(sd); in venc_s_dv_timings()
525 struct venc_state *venc = to_state(sd); in venc_s_routing()
574 struct venc_state *venc = to_state(sd); in venc_initialize()
599 struct venc_state **venc = data; in venc_device_get()
610 struct venc_state *venc = NULL; in venc_sub_dev_init()
638 struct venc_state *venc; in venc_probe()
650 venc = devm_kzalloc(&pdev->dev, sizeof(struct venc_state), GFP_KERNEL); in venc_probe()