Lines Matching refs:subdev
59 pipe = to_vsp1_pipeline(&rpf->entity.subdev.entity); in rpf_s_ctrl()
75 static int rpf_s_stream(struct v4l2_subdev *subdev, int enable) in rpf_s_stream() argument
77 struct vsp1_rwpf *rpf = to_rwpf(subdev); in rpf_s_stream()
221 struct v4l2_subdev *subdev; in vsp1_rpf_create() local
241 subdev = &rpf->entity.subdev; in vsp1_rpf_create()
242 v4l2_subdev_init(subdev, &rpf_ops); in vsp1_rpf_create()
244 subdev->entity.ops = &vsp1_media_ops; in vsp1_rpf_create()
245 subdev->internal_ops = &vsp1_subdev_internal_ops; in vsp1_rpf_create()
246 snprintf(subdev->name, sizeof(subdev->name), "%s rpf.%u", in vsp1_rpf_create()
248 v4l2_set_subdevdata(subdev, rpf); in vsp1_rpf_create()
249 subdev->flags |= V4L2_SUBDEV_FL_HAS_DEVNODE; in vsp1_rpf_create()
251 vsp1_entity_init_formats(subdev, NULL); in vsp1_rpf_create()
258 rpf->entity.subdev.ctrl_handler = &rpf->ctrls; in vsp1_rpf_create()
282 &rpf->entity.subdev.entity, in vsp1_rpf_create()