Home
last modified time | relevance | path

Searched refs:source_subdev (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_proc.c174 struct v4l2_subdev *source_subdev; in sun6i_isp_proc_s_stream() local
187 source_subdev = media_entity_to_v4l2_subdev(remote_pad->entity); in sun6i_isp_proc_s_stream()
189 if (source_subdev == proc->source_csi0.subdev) in sun6i_isp_proc_s_stream()
196 v4l2_subdev_call(source_subdev, video, s_stream, 0); in sun6i_isp_proc_s_stream()
227 ret = v4l2_subdev_call(source_subdev, video, s_stream, 1); in sun6i_isp_proc_s_stream()
/linux/drivers/media/i2c/
H A Dds90ub913.c536 struct v4l2_subdev *source_subdev, in ub913_notify_bound() argument
543 ret = media_entity_get_fwnode_pad(&source_subdev->entity, in ub913_notify_bound()
544 source_subdev->fwnode, in ub913_notify_bound()
548 source_subdev->name); in ub913_notify_bound()
552 priv->source_sd = source_subdev; in ub913_notify_bound()
555 ret = media_create_pad_link(&source_subdev->entity, priv->source_sd_pad, in ub913_notify_bound()
561 source_subdev->name, priv->source_sd_pad, in ub913_notify_bound()
H A Dmax96717.c595 struct v4l2_subdev *source_subdev, in max96717_notify_bound() argument
602 ret = media_entity_get_fwnode_pad(&source_subdev->entity, in max96717_notify_bound()
603 source_subdev->fwnode, in max96717_notify_bound()
607 source_subdev->name); in max96717_notify_bound()
611 priv->source_sd = source_subdev; in max96717_notify_bound()
614 ret = media_create_pad_link(&source_subdev->entity, priv->source_sd_pad, in max96717_notify_bound()
620 source_subdev->name, priv->source_sd_pad, in max96717_notify_bound()
H A Dds90ub953.c749 struct v4l2_subdev *source_subdev, in ub953_notify_bound() argument
756 ret = media_entity_get_fwnode_pad(&source_subdev->entity, in ub953_notify_bound()
757 source_subdev->fwnode, in ub953_notify_bound()
761 source_subdev->name); in ub953_notify_bound()
765 priv->source_sd = source_subdev; in ub953_notify_bound()
768 ret = media_create_pad_link(&source_subdev->entity, priv->source_sd_pad, in ub953_notify_bound()
774 source_subdev->name, priv->source_sd_pad, in ub953_notify_bound()
/linux/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_bridge.c416 struct v4l2_subdev *source_subdev; in sun6i_csi_bridge_s_stream() local
429 source_subdev = media_entity_to_v4l2_subdev(remote_pad->entity); in sun6i_csi_bridge_s_stream()
431 if (source_subdev == bridge->source_parallel.subdev) in sun6i_csi_bridge_s_stream()
437 v4l2_subdev_call(source_subdev, video, s_stream, 0); in sun6i_csi_bridge_s_stream()
471 ret = v4l2_subdev_call(source_subdev, video, s_stream, 1); in sun6i_csi_bridge_s_stream()
/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/
H A Dsun6i_mipi_csi2.h38 struct v4l2_subdev *source_subdev; member
/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
H A Dsun8i_a83t_mipi_csi2.h39 struct v4l2_subdev *source_subdev; member
/linux/drivers/staging/media/starfive/camss/
H A Dstf-video.h83 struct v4l2_subdev *source_subdev; member
H A Dstf-isp.h415 struct v4l2_subdev *source_subdev; member
H A Dstf-isp.c76 v4l2_subdev_call(isp_dev->source_subdev, video, s_stream, enable); in isp_set_stream()