Home
last modified time | relevance | path

Searched refs:wpf (Results 1 – 8 of 8) sorted by relevance

/drivers/media/platform/renesas/vsp1/
A Dvsp1_wpf.c94 struct vsp1_rwpf *wpf = in vsp1_wpf_s_ctrl() local
101 rotation = wpf->flip.ctrls.rotate ? wpf->flip.ctrls.rotate->val : 0; in vsp1_wpf_s_ctrl()
115 if (wpf->flip.ctrls.hflip && wpf->flip.ctrls.hflip->val) in vsp1_wpf_s_ctrl()
180 if (wpf->ctrls.error) in wpf_init_controls()
380 wpf->flip.active = (wpf->flip.active & ~mask) in wpf_configure_frame()
384 outfmt = (wpf->alpha << VI6_WPF_OUTFMT_PDV_SHIFT) | wpf->outfmt; in wpf_configure_frame()
534 return wpf->flip.rotate ? 256 : wpf->max_width; in wpf_max_width()
566 wpf = devm_kzalloc(vsp1->dev, sizeof(*wpf), GFP_KERNEL); in vsp1_wpf_create()
567 if (wpf == NULL) in vsp1_wpf_create()
590 if (!wpf->dlm) { in vsp1_wpf_create()
[all …]
A Dvsp1_drv.c58 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_irq_handler() local
60 if (wpf == NULL) in vsp1_irq_handler()
67 wpf->entity.pipe->underrun_count++; in vsp1_irq_handler()
71 i, wpf->entity.pipe->underrun_count); in vsp1_irq_handler()
209 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_uapi_create_links() local
213 &wpf->video->video.entity, 0, in vsp1_uapi_create_links()
449 struct vsp1_rwpf *wpf; in vsp1_create_entities() local
451 wpf = vsp1_wpf_create(vsp1, i); in vsp1_create_entities()
452 if (IS_ERR(wpf)) { in vsp1_create_entities()
453 ret = PTR_ERR(wpf); in vsp1_create_entities()
[all …]
A Dvsp1_video.c1153 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_suspend() local
1156 if (wpf == NULL) in vsp1_video_suspend()
1159 pipe = wpf->entity.pipe; in vsp1_video_suspend()
1170 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_suspend() local
1173 if (wpf == NULL) in vsp1_video_suspend()
1176 pipe = wpf->entity.pipe; in vsp1_video_suspend()
1184 wpf->entity.index); in vsp1_video_suspend()
1195 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_resume() local
1198 if (wpf == NULL) in vsp1_video_resume()
1201 pipe = wpf->entity.pipe; in vsp1_video_resume()
A Dvsp1_rwpf.h82 void vsp1_wpf_stop(struct vsp1_rwpf *wpf);
A Dvsp1_pipe.h70 struct v4l2_rect wpf; member
A Dvsp1.h104 struct vsp1_rwpf *wpf[VSP1_MAX_WPF]; member
A Dvsp1_vspx.c617 pipe->iif->sink = &vsp1->wpf[0]->entity; in vsp1_vspx_init()
621 pipe->output = vsp1->wpf[0]; in vsp1_vspx_init()
A Dvsp1_drm.c990 pipe->output = vsp1->wpf[i]; in vsp1_drm_init()

Completed in 24 milliseconds