Searched refs:pre_streamon (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/Documentation/driver-api/media/ |
A D | tx-rx.rst | 112 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.3-rc2/drivers/media/i2c/ccs/ |
A D | ccs-quirk.h | 45 int (*pre_streamon)(struct ccs_sensor *sensor); member
|
A D | ccs-quirk.c | 204 .pre_streamon = jt8ev1_pre_streamon,
|
A D | ccs-core.c | 1843 rval = ccs_call_quirk(sensor, pre_streamon); in ccs_start_streaming() 3105 .pre_streamon = ccs_pre_streamon,
|
/linux-6.3-rc2/drivers/media/platform/renesas/rzg2l-cru/ |
A D | rzg2l-ip.c | 68 ret = v4l2_subdev_call(cru->ip.remote, video, pre_streamon, 0); in rzg2l_cru_ip_s_stream()
|
A D | rzg2l-csi2.c | 580 .pre_streamon = rzg2l_csi2_pre_streamon,
|
A D | rzg2l-video.c | 525 ret = v4l2_subdev_call(sd, video, pre_streamon, 0); in rzg2l_cru_set_stream()
|
/linux-6.3-rc2/drivers/staging/media/imx/ |
A D | imx6-mipi-csi2.c | 366 ret = v4l2_subdev_call(csi2->src_sd, video, pre_streamon, in csi2_start()
|
/linux-6.3-rc2/include/media/ |
A D | v4l2-subdev.h | 509 int (*pre_streamon)(struct v4l2_subdev *sd, u32 flags); member
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | ar0521.c | 1009 .pre_streamon = ar0521_pre_streamon,
|
A D | isl7998x.c | 1104 .pre_streamon = isl7998x_pre_streamon,
|
Completed in 35 milliseconds