Lines Matching refs:subdev

176 	struct v4l2_subdev *subdev;  in vsp1_video_verify_format()  local
179 subdev = vsp1_video_remote_subdev(&video->pad, &fmt.pad); in vsp1_video_verify_format()
180 if (subdev == NULL) in vsp1_video_verify_format()
184 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt); in vsp1_video_verify_format()
338 struct vsp1_bru *bru = to_bru(&entity->subdev); in vsp1_pipeline_validate_branch()
355 if (entities & (1 << entity->subdev.entity.id)) in vsp1_pipeline_validate_branch()
358 entities |= 1 << entity->subdev.entity.id; in vsp1_pipeline_validate_branch()
389 struct vsp1_bru *bru = to_bru(&pipe->bru->subdev); in __vsp1_pipeline_cleanup()
422 struct v4l2_subdev *subdev; in vsp1_pipeline_validate() local
431 subdev = media_entity_to_v4l2_subdev(entity); in vsp1_pipeline_validate()
432 e = to_vsp1_entity(subdev); in vsp1_pipeline_validate()
436 rwpf = to_rwpf(subdev); in vsp1_pipeline_validate()
440 rwpf = to_rwpf(subdev); in vsp1_pipeline_validate()
441 pipe->output = to_rwpf(subdev); in vsp1_pipeline_validate()
537 v4l2_subdev_call(&entity->subdev, video, s_stream, 0); in vsp1_pipeline_stop()
695 struct vsp1_uds *uds = to_uds(&entity->subdev); in vsp1_pipeline_propagate_alpha()
798 sink = container_of(source->sink, struct vsp1_entity, subdev.entity); in vsp1_entity_route_setup()
814 struct vsp1_uds *uds = to_uds(&pipe->uds->subdev); in vsp1_video_start_streaming()
826 to_rwpf(&pipe->uds_input->subdev); in vsp1_video_start_streaming()
835 ret = v4l2_subdev_call(&entity->subdev, video, in vsp1_video_start_streaming()
1166 rwpf->subdev.name, direction); in vsp1_video_init()