Searched refs:pre_streamon (Results 1 – 7 of 7) sorted by relevance
112 The ``.pre_streamon()`` callback may be used to prepare a transmitter for115 ``.pre_streamon()`` callback. The caller of ``.pre_streamon()`` is thus required116 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
45 int (*pre_streamon)(struct ccs_sensor *sensor); member
204 .pre_streamon = jt8ev1_pre_streamon,
1843 rval = ccs_call_quirk(sensor, pre_streamon); in ccs_start_streaming()3105 .pre_streamon = ccs_pre_streamon,
497 int (*pre_streamon)(struct v4l2_subdev *sd, u32 flags); member
366 ret = v4l2_subdev_call(csi2->src_sd, video, pre_streamon, in csi2_start()
1104 .pre_streamon = isl7998x_pre_streamon,