Searched refs:post_streamoff (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rzg2l-cru/ |
H A D | rzg2l-ip.c | 61 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()
|
H A D | rzg2l-video.c | 494 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()
|
H A D | rzg2l-csi2.c | 488 * fails so we need to undo things in post_streamoff. in rzg2l_csi2_post_streamoff() 580 .post_streamoff = rzg2l_csi2_post_streamoff,
|
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/ |
H A D | ccs-quirk.h | 24 * @post_streamoff: Called right after stopping streaming. 44 int (*post_streamoff)(struct ccs_sensor *sensor); member
|
H A D | ccs-quirk.c | 205 .post_streamoff = jt8ev1_post_streamoff,
|
H A D | ccs-core.c | 1873 rval = ccs_call_quirk(sensor, post_streamoff); in ccs_stop_streaming() 1875 dev_err(&client->dev, "post_streamoff quirks failed\n"); in ccs_stop_streaming() 3115 .post_streamoff = ccs_post_streamoff,
|
/kernel/linux/linux-5.10/drivers/media/i2c/smiapp/ |
H A D | smiapp-quirk.h | 43 int (*post_streamoff)(struct smiapp_sensor *sensor); member
|
H A D | smiapp-quirk.c | 218 .post_streamoff = jt8ev1_post_streamoff,
|
H A D | smiapp-core.c | 1504 rval = smiapp_call_quirk(sensor, post_streamoff); in smiapp_stop_streaming() 1506 dev_err(&client->dev, "post_streamoff quirks failed\n"); in smiapp_stop_streaming()
|
/kernel/linux/linux-6.6/drivers/staging/media/imx/ |
H 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()
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-subdev.h | 182 * post_streamoff callbacks can be used for e.g. setting the bus to LP-11 478 * of support for the operation. The caller shall call post_streamoff for 481 * @post_streamoff: Called after streaming is stopped, but if and only if 510 int (*post_streamoff)(struct v4l2_subdev *sd); member
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ar0521.c | 1010 .post_streamoff = ar0521_post_streamoff,
|
H A D | isl7998x.c | 1105 .post_streamoff = isl7998x_post_streamoff,
|
Completed in 19 milliseconds