Searched refs:wpf (Results 1 – 7 of 7) sorted by relevance
96 struct vsp1_rwpf *wpf = in vsp1_wpf_s_ctrl() local103 rotation = wpf->flip.ctrls.rotate ? wpf->flip.ctrls.rotate->val : 0; in vsp1_wpf_s_ctrl()117 if (wpf->flip.ctrls.hflip && wpf->flip.ctrls.hflip->val) in vsp1_wpf_s_ctrl()181 wpf->entity.index); in wpf_init_controls()377 wpf->flip.active = (wpf->flip.active & ~mask) in wpf_configure_frame()381 outfmt = (wpf->alpha << VI6_WPF_OUTFMT_PDV_SHIFT) | wpf->outfmt; in wpf_configure_frame()538 return wpf->flip.rotate ? 256 : wpf->max_width; in wpf_max_width()569 wpf = devm_kzalloc(vsp1->dev, sizeof(*wpf), GFP_KERNEL); in vsp1_wpf_create()570 if (wpf == NULL) in vsp1_wpf_create()593 if (!wpf->dlm) { in vsp1_wpf_create()[all …]
54 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_irq_handler() local56 if (wpf == NULL) in vsp1_irq_handler()63 vsp1_pipeline_frame_end(wpf->entity.pipe); in vsp1_irq_handler()197 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_uapi_create_links() local199 ret = media_create_pad_link(&wpf->entity.subdev.entity, in vsp1_uapi_create_links()201 &wpf->video->video.entity, 0, in vsp1_uapi_create_links()427 struct vsp1_rwpf *wpf; in vsp1_create_entities() local429 wpf = vsp1_wpf_create(vsp1, i); in vsp1_create_entities()430 if (IS_ERR(wpf)) { in vsp1_create_entities()431 ret = PTR_ERR(wpf); in vsp1_create_entities()[all …]
1175 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_suspend() local1178 if (wpf == NULL) in vsp1_video_suspend()1181 pipe = wpf->entity.pipe; in vsp1_video_suspend()1192 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_suspend() local1195 if (wpf == NULL) in vsp1_video_suspend()1198 pipe = wpf->entity.pipe; in vsp1_video_suspend()1206 wpf->entity.index); in vsp1_video_suspend()1217 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_resume() local1220 if (wpf == NULL) in vsp1_video_resume()1223 pipe = wpf->entity.pipe; in vsp1_video_resume()
80 struct vsp1_partition_window wpf; member
96 struct vsp1_rwpf *wpf[VSP1_MAX_WPF]; member
962 pipe->output = vsp1->wpf[i]; in vsp1_drm_init()
930 int wlen, channels, wpf; in omap_mcbsp_dai_hw_params() local1002 wpf = channels; in omap_mcbsp_dai_hw_params()1009 wpf--; in omap_mcbsp_dai_hw_params()1010 regs->rcr2 |= RFRLEN2(wpf - 1); in omap_mcbsp_dai_hw_params()1011 regs->xcr2 |= XFRLEN2(wpf - 1); in omap_mcbsp_dai_hw_params()1014 regs->rcr1 |= RFRLEN1(wpf - 1); in omap_mcbsp_dai_hw_params()1015 regs->xcr1 |= XFRLEN1(wpf - 1); in omap_mcbsp_dai_hw_params()
Completed in 33 milliseconds