Lines Matching refs:wpf
55 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_irq_handler() local
57 if (wpf == NULL) in vsp1_irq_handler()
64 vsp1_pipeline_frame_end(wpf->pipe); in vsp1_irq_handler()
152 ret = media_create_pad_link(&vsp1->wpf[0]->entity.subdev.entity, in vsp1_uapi_create_links()
176 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_uapi_create_links() local
178 ret = media_create_pad_link(&wpf->entity.subdev.entity, in vsp1_uapi_create_links()
180 &wpf->video->video.entity, 0, in vsp1_uapi_create_links()
354 struct vsp1_rwpf *wpf; in vsp1_create_entities() local
356 wpf = vsp1_wpf_create(vsp1, i); in vsp1_create_entities()
357 if (IS_ERR(wpf)) { in vsp1_create_entities()
358 ret = PTR_ERR(wpf); in vsp1_create_entities()
362 vsp1->wpf[i] = wpf; in vsp1_create_entities()
363 list_add_tail(&wpf->entity.list_dev, &vsp1->entities); in vsp1_create_entities()
366 struct vsp1_video *video = vsp1_video_create(vsp1, wpf); in vsp1_create_entities()
374 wpf->entity.sink = &video->video.entity; in vsp1_create_entities()