Lines Matching refs:venc_state
52 struct venc_state { struct
65 static inline struct venc_state *to_state(struct v4l2_subdev *sd) in to_state() argument
67 return container_of(sd, struct venc_state, sd); in to_state()
72 struct venc_state *venc = to_state(sd); in venc_read()
79 struct venc_state *venc = to_state(sd); in venc_write()
98 struct venc_state *venc = to_state(sd); in vdaccfg_write()
135 struct venc_state *venc = to_state(sd); in venc_enabledigitaloutput()
218 struct venc_state *venc = to_state(sd); in venc_set_ntsc()
265 struct venc_state *venc = to_state(sd); in venc_set_pal()
317 struct venc_state *venc = to_state(sd); in venc_set_480p59_94()
365 struct venc_state *venc = to_state(sd); in venc_set_576p50()
412 struct venc_state *venc = to_state(sd); in venc_set_720p60_internal()
441 struct venc_state *venc = to_state(sd); in venc_set_1080i30_internal()
481 struct venc_state *venc = to_state(sd); in venc_s_dv_timings()
512 struct venc_state *venc = to_state(sd); in venc_s_routing()
561 struct venc_state *venc = to_state(sd); in venc_initialize()
586 struct venc_state **venc = data; in venc_device_get()
597 struct venc_state *venc = NULL; in venc_sub_dev_init()
625 struct venc_state *venc; in venc_probe()
637 venc = devm_kzalloc(&pdev->dev, sizeof(struct venc_state), GFP_KERNEL); in venc_probe()