Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/driver-api/media/
Dtx-rx.rst112 The ``.pre_streamon()`` callback may be used to prepare a transmitter for
115 ``.pre_streamon()`` callback. The caller of ``.pre_streamon()`` is thus required
116 to call ``.post_streamoff()`` for each successful call of ``.pre_streamon()``.
118 In the context of CSI-2, the ``.pre_streamon()`` callback is used to transition
/linux-6.1.9/drivers/media/i2c/ccs/
Dccs-quirk.h45 int (*pre_streamon)(struct ccs_sensor *sensor); member
Dccs-quirk.c204 .pre_streamon = jt8ev1_pre_streamon,
Dccs-core.c1843 rval = ccs_call_quirk(sensor, pre_streamon); in ccs_start_streaming()
3105 .pre_streamon = ccs_pre_streamon,
/linux-6.1.9/include/media/
Dv4l2-subdev.h501 int (*pre_streamon)(struct v4l2_subdev *sd, u32 flags); member
/linux-6.1.9/drivers/staging/media/imx/
Dimx6-mipi-csi2.c366 ret = v4l2_subdev_call(csi2->src_sd, video, pre_streamon, in csi2_start()
/linux-6.1.9/drivers/media/i2c/
Dar0521.c862 .pre_streamon = ar0521_pre_streamon,
Disl7998x.c1104 .pre_streamon = isl7998x_pre_streamon,