/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | configfs-usb-gadget-uvc | 22 streaming interface 165 streaming interface 181 Description: High speed streaming class descriptors 186 Description: Full speed streaming class descriptors 243 linked into the streaming class; 246 the streaming header 266 linked into the streaming header; 299 linked into the streaming class; 302 the streaming header 325 linked into the streaming header; [all …]
|
/linux-6.3-rc2/Documentation/arm64/ |
A D | sme.rst | 21 * PSTATE.SM, PSTATE.ZA, the streaming mode vector length, the ZA and (when 80 The ZA matrix is square with each side having as many bytes as a streaming 84 3. Sharing of streaming and non-streaming mode SVE state 88 between streaming and non-streaming modes. When switching between modes 118 * Signal handlers are invoked with streaming mode and ZA disabled. 239 unspecified, including both streaming and non-streaming SVE state. 274 * A new regset NT_ARM_SSVE is defined for access to streaming mode SVE 302 Target thread's current streaming vector length, in bytes. 306 Maximum possible streaming vector length for the target thread. 424 streaming mode at any time. [all …]
|
A D | sve.rst | 28 * In streaming mode FFR is not accessible unless HWCAP2_SME_FA64 is present 30 access streaming mode FFR is read and written as zero. 65 streaming mode which provides a subset of the SVE feature set using a 296 streaming mode SVE registers and NT_ARM_SVE describes the 297 non-streaming mode SVE registers. 300 the target is in the appropriate streaming or non-streaming mode and is 385 * In systems supporting SME when in streaming mode a GETREGSET for 388 when not in streaming mode. 402 state for normal SVE when in streaming mode, nor the streaming mode 407 streaming mode and any SETREGSET of NT_ARM_SSVE will enter streaming mode [all …]
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | mt9m032.c | 147 bool streaming; member 236 static int update_formatter2(struct mt9m032 *sensor, bool streaming) in update_formatter2() argument 243 if (streaming) in update_formatter2() 401 if (sensor->streaming && fmt->which == V4L2_SUBDEV_FORMAT_ACTIVE) { in mt9m032_set_pad_format() 446 if (sensor->streaming && sel->which == V4L2_SUBDEV_FORMAT_ACTIVE) { in mt9m032_set_pad_selection() 512 if (sensor->streaming) { in mt9m032_set_frame_interval() 530 static int mt9m032_s_stream(struct v4l2_subdev *subdev, int streaming) in mt9m032_s_stream() argument 536 ret = update_formatter2(sensor, streaming); in mt9m032_s_stream() 538 sensor->streaming = streaming; in mt9m032_s_stream()
|
A D | imx214.c | 62 bool streaming; member 778 if (imx214->streaming == enable) in imx214_s_stream() 796 imx214->streaming = enable; in imx214_s_stream() 918 if (imx214->streaming) in imx214_suspend() 931 if (imx214->streaming) { in imx214_resume() 941 imx214->streaming = 0; in imx214_resume()
|
A D | og01a1b.c | 439 bool streaming; member 735 if (og01a1b->streaming == enable) in og01a1b_set_stream() 758 og01a1b->streaming = enable; in og01a1b_set_stream() 771 if (og01a1b->streaming) in og01a1b_suspend() 787 if (og01a1b->streaming) { in og01a1b_resume() 790 og01a1b->streaming = false; in og01a1b_resume()
|
A D | st-vgxy61.c | 410 bool streaming; member 829 if (sensor->streaming) in vgxy61_update_analog_gain() 857 if (sensor->streaming) in vgxy61_update_digital_gain() 880 if (sensor->streaming) in vgxy61_update_patgen() 921 if (!sensor->streaming) in vgxy61_update_gpios_strobe_mode() 940 if (sensor->streaming) in vgxy61_update_gpios_strobe_polarity() 1053 if (sensor->streaming) in vgxy61_update_exposure() 1079 if (sensor->streaming) in vgxy61_update_vblank() 1114 if (sensor->streaming) in vgxy61_update_hdr() 1287 if (sensor->streaming) { in vgxy61_set_fmt() [all …]
|
/linux-6.3-rc2/drivers/media/usb/uvc/ |
A D | uvc_driver.c | 257 dev_info(&streaming->intf->dev, in uvc_parse_format() 519 if (streaming == NULL) { in uvc_parse_streaming() 588 streaming->header.bNumFormats = p; in uvc_parse_streaming() 677 streaming->format = format; in uvc_parse_streaming() 678 streaming->nformats = nformats; in uvc_parse_streaming() 723 if (psize > streaming->maxpsize) in uvc_parse_streaming() 724 streaming->maxpsize = psize; in uvc_parse_streaming() 732 uvc_stream_delete(streaming); in uvc_parse_streaming() 1859 struct uvc_streaming *streaming; in uvc_delete() local 1863 streaming->intf); in uvc_delete() [all …]
|
A D | uvc_status.c | 110 if (len <= offsetof(struct uvc_status, streaming)) in uvc_event_streaming() 115 status->streaming.button ? "pressed" : "released", len); in uvc_event_streaming() 116 uvc_input_report_key(dev, KEY_CAMERA, status->streaming.button); in uvc_event_streaming()
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | vidioc-streamon.rst | 13 VIDIOC_STREAMON - VIDIOC_STREAMOFF - Start or stop streaming I/O 39 the capture or output process during streaming 74 If ``VIDIOC_STREAMON`` is called when streaming is already in progress, 75 or if ``VIDIOC_STREAMOFF`` is called when streaming is already stopped,
|
A D | dev-sdr.rst | 11 is intended for controlling and data streaming of such devices. 37 At least one of the read/write or streaming I/O methods 64 streaming format are bound to that selectable format. In addition to the 106 An SDR device may support :ref:`read/write <rw>` and/or streaming
|
A D | dev-output.rst | 32 streaming I/O methods must be supported. Modulators and audio outputs 41 :ref:`streaming parameter <streaming-par>` ioctls as needed. The 97 and/or streaming (:ref:`memory mapping <mmap>` or
|
A D | dev-capture.rst | 34 streaming I/O methods must be supported. Tuners and audio inputs are 43 :ref:`streaming parameter <streaming-par>` ioctls as needed. The 100 and/or streaming (:ref:`memory mapping <func-mmap>` or
|
A D | func-poll.rst | 35 When streaming I/O has been negotiated this function waits until a 75 streaming. When that fails it returns a ``POLLERR`` as above. Otherwise 81 streaming if the driver does not stream yet. This makes it possible to 85 function or streaming I/O must also support the :c:func:`poll()`
|
/linux-6.3-rc2/drivers/media/v4l2-core/ |
A D | videobuf-core.c | 191 if (q->streaming) { in videobuf_queue_is_busy() 268 q->streaming = 0; in videobuf_queue_cancel() 460 if (q->streaming) { in videobuf_reqbufs() 612 if (q->streaming) { in videobuf_qbuf() 637 if (!q->streaming) { in stream_next_buffer_check_queue() 746 if (q->streaming) in videobuf_streamon() 748 q->streaming = 1; in videobuf_streamon() 765 if (!q->streaming) in __videobuf_streamoff() 1036 if (q->streaming) in videobuf_stop() 1058 if (q->streaming) in videobuf_read_stream() [all …]
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | aic79xx.rst | 144 - Include read streaming in the PPR flags we display in 319 :Definition: Enable read streaming on a per target basis. 322 bit to '1' enables read streaming for that 324 they should retain the default read streaming setting. 334 - enables read streaming for targets 0 and 6. 335 - disables read streaming for targets 1-5,7-15. 338 streaming setting. 346 - enables read streaming for targets 1,2, and 5. 347 - disables read streaming for targets 3,4,6-15. 351 - enables read streaming for all targets. [all …]
|
/linux-6.3-rc2/drivers/media/usb/gspca/ |
A D | finepix.c | 87 while (gspca_dev->present && gspca_dev->streaming) { in dostream() 103 if (!gspca_dev->present || !gspca_dev->streaming) in dostream() 122 if (!gspca_dev->present || !gspca_dev->streaming) in dostream()
|
/linux-6.3-rc2/Documentation/userspace-api/media/mediactl/ |
A D | media-request-ioc-queue.rst | 45 the application to stop streaming to reset the hardware state. 76 stop streaming to reset the hardware state and then try to restart 77 streaming.
|
/linux-6.3-rc2/Documentation/driver-api/media/ |
A D | tx-rx.rst | 55 receiver driver to control the transmitter driver's streaming state. 109 not universally available. Many devices return to this state once streaming is 113 transitioning to streaming state, but not yet start streaming. Similarly, the
|
/linux-6.3-rc2/sound/usb/caiaq/ |
A D | audio.c | 96 if (cdev->streaming) in stream_start() 104 cdev->streaming = 1; in stream_start() 112 cdev->streaming = 0; in stream_start() 126 if (!cdev->streaming) in stream_stop() 129 cdev->streaming = 0; in stream_stop() 231 if (cdev->streaming) in snd_usb_caiaq_pcm_prepare() 490 if (!cdev->streaming) in read_in_urb() 624 if (!cdev->streaming) in read_completed()
|
/linux-6.3-rc2/sound/soc/intel/avs/ |
A D | apl.c | 219 bool streaming = false; in apl_set_d0ix() local 224 streaming = !list_empty(&adev->path_list); in apl_set_d0ix() 226 ret = avs_ipc_set_d0ix(adev, enable, streaming); in apl_set_d0ix()
|
/linux-6.3-rc2/drivers/staging/media/sunxi/sun6i-isp/ |
A D | sun6i_isp_params.c | 336 bool capture_streaming = isp_dev->capture.state.streaming; in sun6i_isp_params_buffer_queue() 343 if (state->streaming && capture_streaming) in sun6i_isp_params_buffer_queue() 352 bool capture_streaming = isp_dev->capture.state.streaming; in sun6i_isp_params_start_streaming() 354 state->streaming = true; in sun6i_isp_params_start_streaming() 372 state->streaming = false; in sun6i_isp_params_stop_streaming()
|
/linux-6.3-rc2/drivers/media/test-drivers/vidtv/ |
A D | vidtv_mux.c | 399 while (m->streaming) { in vidtv_mux_tick() 459 if (m->streaming) { in vidtv_mux_start_thread() 464 m->streaming = true; in vidtv_mux_start_thread() 471 if (m->streaming) { in vidtv_mux_stop_thread() 472 m->streaming = false; /* thread will quit */ in vidtv_mux_stop_thread()
|
/linux-6.3-rc2/sound/soc/intel/skylake/ |
A D | skl-sst-ipc.h | 55 int streaming; member 99 u8 streaming; member
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/ |
A D | inputfifo.c | 69 bool streaming; member 462 s2mi->streaming = true; in ia_css_inputfifo_start_frame() 527 s2mi->streaming = false; in ia_css_inputfifo_end_frame()
|