Searched refs:post_streamoff (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/media/platform/renesas/rzg2l-cru/ |
| A D | rzg2l-ip.c | 62 ret = v4l2_subdev_call(cru->ip.remote, video, post_streamoff); in rzg2l_cru_ip_s_stream() 79 v4l2_subdev_call(cru->ip.remote, video, post_streamoff); in rzg2l_cru_ip_s_stream() 89 v4l2_subdev_call(cru->ip.remote, video, post_streamoff); in rzg2l_cru_ip_s_stream()
|
| A D | rzg2l-video.c | 484 ret = v4l2_subdev_call(sd, video, post_streamoff); in rzg2l_cru_set_stream() 515 v4l2_subdev_call(sd, video, post_streamoff); in rzg2l_cru_set_stream()
|
| A D | rzg2l-csi2.c | 588 .post_streamoff = rzg2l_csi2_post_streamoff,
|
| /linux/drivers/media/i2c/ccs/ |
| A D | ccs-quirk.h | 44 int (*post_streamoff)(struct ccs_sensor *sensor); member
|
| A D | ccs-quirk.c | 205 .post_streamoff = jt8ev1_post_streamoff,
|
| A D | ccs-core.c | 1863 rval = ccs_call_quirk(sensor, post_streamoff); in ccs_stop_streaming() 3052 .post_streamoff = ccs_post_streamoff,
|
| /linux/Documentation/driver-api/media/ |
| A D | tx-rx.rst | 115 ``.post_streamoff()`` callback is used to undo what was done by the 117 to call ``.post_streamoff()`` for each successful call of ``.pre_streamon()``.
|
| /linux/drivers/staging/media/imx/ |
| A D | imx6-mipi-csi2.c | 389 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/include/media/ |
| A D | v4l2-subdev.h | 497 int (*post_streamoff)(struct v4l2_subdev *sd); member
|
| /linux/drivers/media/i2c/ |
| A D | ar0521.c | 1014 .post_streamoff = ar0521_post_streamoff,
|
| A D | isl7998x.c | 1105 .post_streamoff = isl7998x_post_streamoff,
|
Completed in 46 milliseconds