Home
last modified time | relevance | path

Searched refs:post_streamoff (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/drivers/media/platform/renesas/rzg2l-cru/
Drzg2l-ip.c61 ret = v4l2_subdev_call(cru->ip.remote, video, post_streamoff); in rzg2l_cru_ip_s_stream()
76 v4l2_subdev_call(cru->ip.remote, video, post_streamoff); in rzg2l_cru_ip_s_stream()
97 v4l2_subdev_call(cru->ip.remote, video, post_streamoff); in rzg2l_cru_ip_s_stream()
Drzg2l-video.c494 ret = v4l2_subdev_call(sd, video, post_streamoff); in rzg2l_cru_set_stream()
540 v4l2_subdev_call(sd, video, post_streamoff); in rzg2l_cru_set_stream()
Drzg2l-csi2.c580 .post_streamoff = rzg2l_csi2_post_streamoff,
/Linux-v6.6/drivers/media/i2c/ccs/
Dccs-quirk.h46 int (*post_streamoff)(struct ccs_sensor *sensor); member
Dccs-quirk.c205 .post_streamoff = jt8ev1_post_streamoff,
Dccs-core.c1873 rval = ccs_call_quirk(sensor, post_streamoff); in ccs_stop_streaming()
3115 .post_streamoff = ccs_post_streamoff,
/Linux-v6.6/Documentation/driver-api/media/
Dtx-rx.rst114 ``.post_streamoff()`` callback is used to undo what was done by the
116 to call ``.post_streamoff()`` for each successful call of ``.pre_streamon()``.
/Linux-v6.6/drivers/staging/media/imx/
Dimx6-mipi-csi2.c389 v4l2_subdev_call(csi2->src_sd, video, post_streamoff); in csi2_start()
401 v4l2_subdev_call(csi2->src_sd, video, post_streamoff); in csi2_stop()
/Linux-v6.6/include/media/
Dv4l2-subdev.h510 int (*post_streamoff)(struct v4l2_subdev *sd); member
/Linux-v6.6/drivers/media/i2c/
Dar0521.c1010 .post_streamoff = ar0521_post_streamoff,
Disl7998x.c1105 .post_streamoff = isl7998x_post_streamoff,