Home
last modified time | relevance | path

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 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()
H A 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()
H A Drzg2l-csi2.c488 * 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 Dccs-quirk.h24 * @post_streamoff: Called right after stopping streaming.
44 int (*post_streamoff)(struct ccs_sensor *sensor); member
H A Dccs-quirk.c205 .post_streamoff = jt8ev1_post_streamoff,
H A Dccs-core.c1873 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 Dsmiapp-quirk.h43 int (*post_streamoff)(struct smiapp_sensor *sensor); member
H A Dsmiapp-quirk.c218 .post_streamoff = jt8ev1_post_streamoff,
H A Dsmiapp-core.c1504 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 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()
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-subdev.h182 * 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 Dar0521.c1010 .post_streamoff = ar0521_post_streamoff,
H A Disl7998x.c1105 .post_streamoff = isl7998x_post_streamoff,

Completed in 31 milliseconds