Searched refs:wpf (Results 1 – 8 of 8) sorted by relevance
94 struct vsp1_rwpf *wpf = in vsp1_wpf_s_ctrl() local101 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 …]
58 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_irq_handler() local60 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() local213 &wpf->video->video.entity, 0, in vsp1_uapi_create_links()449 struct vsp1_rwpf *wpf; in vsp1_create_entities() local451 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 …]
1153 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_suspend() local1156 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() local1173 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() local1198 if (wpf == NULL) in vsp1_video_resume()1201 pipe = wpf->entity.pipe; in vsp1_video_resume()
82 void vsp1_wpf_stop(struct vsp1_rwpf *wpf);
70 struct v4l2_rect wpf; member
104 struct vsp1_rwpf *wpf[VSP1_MAX_WPF]; member
617 pipe->iif->sink = &vsp1->wpf[0]->entity; in vsp1_vspx_init()621 pipe->output = vsp1->wpf[0]; in vsp1_vspx_init()
990 pipe->output = vsp1->wpf[i]; in vsp1_drm_init()
Completed in 18 milliseconds