Searched refs:wpf (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/media/platform/renesas/vsp1/ |
D | vsp1_wpf.c | 29 static inline void vsp1_wpf_write(struct vsp1_rwpf *wpf, in vsp1_wpf_write() argument 32 vsp1_dl_body_write(dlb, reg + wpf->entity.index * VI6_WPF_OFFSET, data); in vsp1_wpf_write() 44 static int vsp1_wpf_set_rotation(struct vsp1_rwpf *wpf, unsigned int rotation) in vsp1_wpf_set_rotation() argument 46 struct vsp1_video *video = wpf->video; in vsp1_wpf_set_rotation() 57 if (rotate == wpf->flip.rotate) in vsp1_wpf_set_rotation() 68 sink_format = vsp1_entity_get_pad_format(&wpf->entity, in vsp1_wpf_set_rotation() 69 wpf->entity.config, in vsp1_wpf_set_rotation() 71 source_format = vsp1_entity_get_pad_format(&wpf->entity, in vsp1_wpf_set_rotation() 72 wpf->entity.config, in vsp1_wpf_set_rotation() 75 mutex_lock(&wpf->entity.lock); in vsp1_wpf_set_rotation() [all …]
|
D | vsp1_drv.c | 55 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_irq_handler() local 57 if (wpf == NULL) in vsp1_irq_handler() 63 if ((status & VI6_WPF_IRQ_STA_UND) && wpf->entity.pipe) { 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() 72 vsp1_pipeline_frame_end(wpf->entity.pipe); in vsp1_irq_handler() 181 ret = media_create_pad_link(&vsp1->wpf[i]->entity.subdev.entity, in vsp1_uapi_create_links() 206 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_uapi_create_links() local 208 ret = media_create_pad_link(&wpf->entity.subdev.entity, in vsp1_uapi_create_links() 210 &wpf->video->video.entity, 0, in vsp1_uapi_create_links() [all …]
|
D | vsp1_video.c | 1164 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()
|
D | vsp1_pipe.h | 80 struct vsp1_partition_window wpf; member
|
D | vsp1.h | 100 struct vsp1_rwpf *wpf[VSP1_MAX_WPF]; member
|
D | vsp1_drm.c | 968 pipe->output = vsp1->wpf[i]; in vsp1_drm_init()
|
/Linux-v6.6/sound/soc/ti/ |
D | omap-mcbsp.c | 920 int wlen, channels, wpf; in omap_mcbsp_dai_hw_params() local 992 wpf = channels; in omap_mcbsp_dai_hw_params() 999 wpf--; in omap_mcbsp_dai_hw_params() 1000 regs->rcr2 |= RFRLEN2(wpf - 1); in omap_mcbsp_dai_hw_params() 1001 regs->xcr2 |= XFRLEN2(wpf - 1); in omap_mcbsp_dai_hw_params() 1004 regs->rcr1 |= RFRLEN1(wpf - 1); in omap_mcbsp_dai_hw_params() 1005 regs->xcr1 |= XFRLEN1(wpf - 1); in omap_mcbsp_dai_hw_params()
|