Home
last modified time | relevance | path

Searched refs:s_subdev (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/media/i2c/
Dst-mipid02.c102 struct v4l2_subdev *s_subdev; member
311 struct v4l2_subdev *subdev = bridge->s_subdev; in mipid02_configure_from_rx_speed()
455 if (!bridge->s_subdev) in mipid02_stream_disable()
458 ret = v4l2_subdev_call(bridge->s_subdev, video, s_stream, 0); in mipid02_stream_disable()
482 if (!bridge->s_subdev) in mipid02_stream_enable()
527 ret = v4l2_subdev_call(bridge->s_subdev, video, s_stream, 1); in mipid02_stream_enable()
666 struct v4l2_subdev *s_subdev, in mipid02_async_bound() argument
674 dev_dbg(&client->dev, "sensor_async_bound call %p", s_subdev); in mipid02_async_bound()
676 source_pad = media_entity_get_fwnode_pad(&s_subdev->entity, in mipid02_async_bound()
677 s_subdev->fwnode, in mipid02_async_bound()
[all …]
/linux-6.12.1/drivers/media/platform/st/stm32/stm32-dcmipp/
Ddcmipp-parallel.c335 struct v4l2_subdev *s_subdev; in dcmipp_par_s_stream() local
343 s_subdev = media_entity_to_v4l2_subdev(pad->entity); in dcmipp_par_s_stream()
353 ret = v4l2_subdev_call(s_subdev, video, s_stream, enable); in dcmipp_par_s_stream()
361 ret = v4l2_subdev_call(s_subdev, video, s_stream, enable); in dcmipp_par_s_stream()
Ddcmipp-byteproc.c466 struct v4l2_subdev *s_subdev; in dcmipp_byteproc_s_stream() local
474 s_subdev = media_entity_to_v4l2_subdev(pad->entity); in dcmipp_byteproc_s_stream()
481 ret = v4l2_subdev_call(s_subdev, video, s_stream, enable); in dcmipp_byteproc_s_stream()
489 ret = v4l2_subdev_call(s_subdev, video, s_stream, enable); in dcmipp_byteproc_s_stream()
Ddcmipp-bytecap.c114 struct v4l2_subdev *s_subdev; member
350 if (!vcap->s_subdev) { in dcmipp_pipeline_s_stream()
354 vcap->s_subdev = media_entity_to_v4l2_subdev(pad->entity); in dcmipp_pipeline_s_stream()
357 ret = v4l2_subdev_call(vcap->s_subdev, video, s_stream, state); in dcmipp_pipeline_s_stream()
/linux-6.12.1/drivers/media/platform/cadence/
Dcdns-csi2rx.c483 struct v4l2_subdev *s_subdev, in csi2rx_async_bound() argument
489 csi2rx->source_pad = media_entity_get_fwnode_pad(&s_subdev->entity, in csi2rx_async_bound()
494 s_subdev->name); in csi2rx_async_bound()
498 csi2rx->source_subdev = s_subdev; in csi2rx_async_bound()
500 dev_dbg(csi2rx->dev, "Bound %s pad: %d\n", s_subdev->name, in csi2rx_async_bound()
/linux-6.12.1/drivers/media/platform/st/stm32/
Dstm32-dcmi.c136 struct v4l2_subdev *s_subdev; member
716 ret = v4l2_subdev_call(dcmi->s_subdev, video, s_stream, 1); in dcmi_start_streaming()
823 v4l2_subdev_call(dcmi->s_subdev, video, s_stream, 0); in dcmi_start_streaming()
852 ret = v4l2_subdev_call(dcmi->s_subdev, video, s_stream, 0); in dcmi_stop_streaming()
1841 dcmi->s_subdev = subdev; in dcmi_graph_notify_bound()