Home
last modified time | relevance | path

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

/Linux-v6.1/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.c1867 rval = ccs_call_quirk(sensor, post_streamoff); in ccs_stop_streaming()
3106 .post_streamoff = ccs_post_streamoff,
/Linux-v6.1/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.1/drivers/staging/media/imx/
Dimx6-mipi-csi2.c388 v4l2_subdev_call(csi2->src_sd, video, post_streamoff); in csi2_start()
400 v4l2_subdev_call(csi2->src_sd, video, post_streamoff); in csi2_stop()
/Linux-v6.1/include/media/
Dv4l2-subdev.h502 int (*post_streamoff)(struct v4l2_subdev *sd); member
/Linux-v6.1/drivers/media/i2c/
Dar0521.c863 .post_streamoff = ar0521_post_streamoff,
Disl7998x.c1105 .post_streamoff = isl7998x_post_streamoff,