Lines Matching refs:vsp1
118 info = vsp1_get_format_info(video->vsp1, pix->pixelformat); in __vsp1_video_try_format()
120 info = vsp1_get_format_info(video->vsp1, VSP1_VIDEO_DEF_FORMAT); in __vsp1_video_try_format()
254 struct vsp1_device *vsp1 = pipe->output->entity.vsp1; in vsp1_video_pipeline_setup_partitions() local
273 if (vsp1->info->gen == 3) { in vsp1_video_pipeline_setup_partitions()
378 struct vsp1_device *vsp1 = pipe->output->entity.vsp1; in vsp1_video_pipeline_run() local
415 dev_err(vsp1->dev, "Failed to obtain a dl list. Frame will be incomplete\n"); in vsp1_video_pipeline_run()
433 struct vsp1_device *vsp1 = pipe->output->entity.vsp1; in vsp1_video_pipeline_frame_end() local
444 for (i = 0; i < vsp1->info->rpf_count; ++i) { in vsp1_video_pipeline_frame_end()
478 ret = media_entity_enum_init(&ent_enum, &input->entity.vsp1->media_dev); in vsp1_video_pipeline_build_branch()
632 for (i = 0; i < video->vsp1->info->rpf_count; ++i) { in vsp1_video_pipeline_build()
695 struct media_device *mdev = &pipe->output->entity.vsp1->media_dev; in vsp1_video_pipeline_put()
924 dev_err(video->vsp1->dev, "pipeline stop timeout\n"); in vsp1_video_stop_streaming()
1029 struct media_device *mdev = &video->vsp1->media_dev; in vsp1_video_streamon()
1117 ret = vsp1_device_get(video->vsp1); in vsp1_video_open()
1133 vsp1_device_put(video->vsp1); in vsp1_video_release()
1151 void vsp1_video_suspend(struct vsp1_device *vsp1) in vsp1_video_suspend() argument
1162 for (i = 0; i < vsp1->info->wpf_count; ++i) { in vsp1_video_suspend()
1163 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_suspend()
1179 for (i = 0; i < vsp1->info->wpf_count; ++i) { in vsp1_video_suspend()
1180 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_suspend()
1193 dev_warn(vsp1->dev, "pipeline %u stop timeout\n", in vsp1_video_suspend()
1198 void vsp1_video_resume(struct vsp1_device *vsp1) in vsp1_video_resume() argument
1204 for (i = 0; i < vsp1->info->wpf_count; ++i) { in vsp1_video_resume()
1205 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_video_resume()
1232 struct vsp1_video *vsp1_video_create(struct vsp1_device *vsp1, in vsp1_video_create() argument
1239 video = devm_kzalloc(vsp1->dev, sizeof(*video), GFP_KERNEL); in vsp1_video_create()
1245 video->vsp1 = vsp1; in vsp1_video_create()
1280 video->video.v4l2_dev = &video->vsp1->v4l2_dev; in vsp1_video_create()
1298 video->queue.dev = video->vsp1->bus_master; in vsp1_video_create()
1301 dev_err(video->vsp1->dev, "failed to initialize vb2 queue\n"); in vsp1_video_create()
1309 dev_err(video->vsp1->dev, "failed to register video device\n"); in vsp1_video_create()