Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_wpf.c96 struct vsp1_rwpf *wpf = in vsp1_wpf_s_ctrl() local
103 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()
354 wpf->flip.active = (wpf->flip.active & ~mask) in wpf_configure_frame()
358 outfmt = (wpf->alpha << VI6_WPF_OUTFMT_PDV_SHIFT) | wpf->outfmt; in wpf_configure_frame()
515 return wpf->flip.rotate ? 256 : wpf->max_width; in wpf_max_width()
546 wpf = devm_kzalloc(vsp1->dev, sizeof(*wpf), GFP_KERNEL); in vsp1_wpf_create()
547 if (wpf == NULL) in vsp1_wpf_create()
570 if (!wpf->dlm) { in vsp1_wpf_create()
[all …]
H A Dvsp1_drv.c55 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_irq_handler() local
57 if (wpf == NULL) in vsp1_irq_handler()
64 wpf->entity.pipe->underrun_count++; in vsp1_irq_handler()
68 i, wpf->entity.pipe->underrun_count); in vsp1_irq_handler()
206 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_uapi_create_links() local
210 &wpf->video->video.entity, 0, in vsp1_uapi_create_links()
434 struct vsp1_rwpf *wpf; in vsp1_create_entities() local
436 wpf = vsp1_wpf_create(vsp1, i); in vsp1_create_entities()
437 if (IS_ERR(wpf)) { in vsp1_create_entities()
438 ret = PTR_ERR(wpf); in vsp1_create_entities()
[all …]
H A Dvsp1_video.c1164 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_suspend() local
1167 if (wpf == NULL) in vsp1_video_suspend()
1170 pipe = wpf->entity.pipe; in vsp1_video_suspend()
1181 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_suspend() local
1184 if (wpf == NULL) in vsp1_video_suspend()
1187 pipe = wpf->entity.pipe; in vsp1_video_suspend()
1195 wpf->entity.index); in vsp1_video_suspend()
1206 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_resume() local
1209 if (wpf == NULL) in vsp1_video_resume()
1212 pipe = wpf->entity.pipe; in vsp1_video_resume()
H A Dvsp1_rwpf.h82 void vsp1_wpf_stop(struct vsp1_rwpf *wpf);
H A Dvsp1_pipe.h80 struct vsp1_partition_window wpf; member
H A Dvsp1.h100 struct vsp1_rwpf *wpf[VSP1_MAX_WPF]; member
H A Dvsp1_drm.c968 pipe->output = vsp1->wpf[i]; in vsp1_drm_init()
/openbmc/linux/sound/soc/ti/
H A Domap-mcbsp.c922 int wlen, channels, wpf; in omap_mcbsp_dai_hw_params() local
994 wpf = channels; in omap_mcbsp_dai_hw_params()
1001 wpf--; in omap_mcbsp_dai_hw_params()
1002 regs->rcr2 |= RFRLEN2(wpf - 1); in omap_mcbsp_dai_hw_params()
1003 regs->xcr2 |= XFRLEN2(wpf - 1); in omap_mcbsp_dai_hw_params()
1006 regs->rcr1 |= RFRLEN1(wpf - 1); in omap_mcbsp_dai_hw_params()
1007 regs->xcr1 |= XFRLEN1(wpf - 1); in omap_mcbsp_dai_hw_params()