/Linux-v4.19/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 107 What: /config/usb-gadget/gadget/functions/uvc.name/streaming 112 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/class 117 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/class/ss 120 Description: Super speed streaming class descriptors 122 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/class/hs 125 Description: High speed streaming class descriptors 127 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/class/fs 130 Description: Full speed streaming class descriptors 132 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/color_matching 137 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/color_matching/default [all …]
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_driver.c | 398 struct uvc_streaming *streaming, struct uvc_format *format, in uvc_parse_format() argument 401 struct usb_interface *intf = streaming->intf; in uvc_parse_format() 658 struct uvc_streaming *streaming = NULL; in uvc_parse_streaming() local 685 streaming = kzalloc(sizeof(*streaming), GFP_KERNEL); in uvc_parse_streaming() 686 if (streaming == NULL) { in uvc_parse_streaming() 691 mutex_init(&streaming->mutex); in uvc_parse_streaming() 692 streaming->dev = dev; in uvc_parse_streaming() 693 streaming->intf = usb_get_intf(intf); in uvc_parse_streaming() 694 streaming->intfnum = intf->cur_altsetting->desc.bInterfaceNumber; in uvc_parse_streaming() 732 streaming->type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in uvc_parse_streaming() [all …]
|
/Linux-v4.19/drivers/media/usb/cpia2/ |
D | cpia2_usb.c | 222 if (!cam->streaming || !video_is_registered(&cam->vdev)) { in cpia2_usb_complete() 224 cam->streaming, video_is_registered(&cam->vdev)); in cpia2_usb_complete() 367 if(cam->streaming) { in cpia2_usb_complete() 733 if(cam->streaming) in cpia2_usb_stream_start() 762 cam->streaming = 1; in cpia2_usb_stream_start() 776 if(cam->streaming) { in cpia2_usb_stream_pause() 791 if(cam->streaming) { in cpia2_usb_stream_resume() 815 cam->streaming = 0; in cpia2_usb_stream_stop() 922 if (cam->streaming) { in cpia2_usb_suspend() 924 cam->streaming = 1; in cpia2_usb_suspend() [all …]
|
/Linux-v4.19/drivers/media/i2c/ |
D | mt9m032.c | 155 bool streaming; member 244 static int update_formatter2(struct mt9m032 *sensor, bool streaming) in update_formatter2() argument 251 if (streaming) in update_formatter2() 406 if (sensor->streaming && fmt->which == V4L2_SUBDEV_FORMAT_ACTIVE) { in mt9m032_set_pad_format() 451 if (sensor->streaming && sel->which == V4L2_SUBDEV_FORMAT_ACTIVE) { in mt9m032_set_pad_selection() 516 if (sensor->streaming) { in mt9m032_set_frame_interval() 534 static int mt9m032_s_stream(struct v4l2_subdev *subdev, int streaming) in mt9m032_s_stream() argument 540 ret = update_formatter2(sensor, streaming); in mt9m032_s_stream() 542 sensor->streaming = streaming; in mt9m032_s_stream()
|
D | imx258.c | 625 bool streaming; member 998 if (imx258->streaming == enable) { in imx258_set_stream() 1022 imx258->streaming = enable; in imx258_set_stream() 1041 if (imx258->streaming) in imx258_suspend() 1054 if (imx258->streaming) { in imx258_resume() 1064 imx258->streaming = 0; in imx258_resume()
|
D | ov5670.c | 1833 bool streaming; member 2333 if (ov5670->streaming == enable) in ov5670_set_stream() 2350 ov5670->streaming = enable; in ov5670_set_stream() 2368 if (ov5670->streaming) in ov5670_suspend() 2381 if (ov5670->streaming) { in ov5670_resume() 2501 ov5670->streaming = false; in ov5670_probe()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | videobuf-core.c | 193 if (q->streaming) { in videobuf_queue_is_busy() 240 if (q->streaming || q->reading) { in __videobuf_free() 270 q->streaming = 0; in videobuf_queue_cancel() 462 if (q->streaming) { in videobuf_reqbufs() 614 if (q->streaming) { in videobuf_qbuf() 639 if (!q->streaming) { in stream_next_buffer_check_queue() 660 !list_empty(&q->stream) || !q->streaming); in stream_next_buffer_check_queue() 748 if (q->streaming) in videobuf_streamon() 750 q->streaming = 1; in videobuf_streamon() 767 if (!q->streaming) in __videobuf_streamoff() [all …]
|
/Linux-v4.19/Documentation/scsi/ |
D | aic79xx.txt | 134 - Include read streaming in the PPR flags we display in 141 - Correct /proc display of user read streaming settings. 290 Definition: Enable read streaming on a per target basis. 293 bit to '1' enables read streaming for that 295 they should retain the default read streaming setting. 298 enables read streaming for targets 0 and 6. 299 disables read streaming for targets 1-5,7-15. 301 streaming setting. 304 enables read streaming for targets 1,2, and 5. 305 disables read streaming for targets 3,4,6-15. [all …]
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-streamon.rst | 12 VIDIOC_STREAMON - VIDIOC_STREAMOFF - Start or stop streaming I/O 38 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,
|
D | dev-sdr.rst | 11 is intended for controlling and data streaming of such devices. 37 At least one of the read/write, streaming or asynchronous 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
|
D | dev-output.rst | 32 streaming I/O methods must be supported. Modulators and audio outputs 42 :ref:`streaming parameter <streaming-par>` ioctls as needed. The 100 and/or streaming (:ref:`memory mapping <mmap>` or
|
D | dev-capture.rst | 34 streaming I/O methods must be supported. Tuners and audio inputs are 44 :ref:`streaming parameter <streaming-par>` ioctls as needed. The 103 and/or streaming (:ref:`memory mapping <func-mmap>` or
|
D | func-poll.rst | 38 When streaming I/O has been negotiated this function waits until a 78 streaming. When that fails it returns a ``POLLERR`` as above. Otherwise 84 streaming if the driver does not stream yet. This makes it possible to 88 function or streaming I/O must also support the :ref:`poll() <func-poll>`
|
D | vidioc-querystd.rst | 58 standard is valid they will have to stop streaming, set the new 59 standard, allocate new buffers and start streaming again.
|
D | vidioc-g-parm.rst | 12 VIDIOC_G_PARM - VIDIOC_S_PARM - Get or set streaming parameters 49 To get and set the streaming parameters applications call the 126 - Custom (driver specific) streaming parameters. When unused, 167 :ref:`write() <func-write>` mode (in streaming mode timestamps 183 - Custom (driver specific) streaming parameters. When unused,
|
/Linux-v4.19/drivers/media/usb/gspca/ |
D | finepix.c | 96 while (gspca_dev->present && gspca_dev->streaming) { in dostream() 112 if (!gspca_dev->present || !gspca_dev->streaming) in dostream() 131 if (!gspca_dev->present || !gspca_dev->streaming) in dostream()
|
/Linux-v4.19/Documentation/media/kapi/ |
D | mc-core.rst | 207 When starting streaming, drivers must notify all entities in the pipeline to 208 prevent link states from being modified during streaming by calling 212 enabled links, either directly or indirectly, as streaming. 232 are required to stop streaming. 237 link is a streaming entity. Links that can be modified while streaming must 240 If other operations need to be disallowed on streaming entities (such as 242 media_entity stream_count field to find out if an entity is streaming. This
|
/Linux-v4.19/Documentation/media/uapi/mediactl/ |
D | media-ioc-setup-link.rst | 49 while streaming media data. Attempting to enable or disable a streaming
|
/Linux-v4.19/sound/usb/caiaq/ |
D | audio.c | 109 if (cdev->streaming) in stream_start() 117 cdev->streaming = 1; in stream_start() 125 cdev->streaming = 0; in stream_start() 139 if (!cdev->streaming) in stream_stop() 142 cdev->streaming = 0; in stream_stop() 251 if (cdev->streaming) in snd_usb_caiaq_pcm_prepare() 513 if (!cdev->streaming) in read_in_urb() 647 if (!cdev->streaming) in read_completed()
|
/Linux-v4.19/Documentation/usb/ |
D | gadget-testing.txt | 677 There are also "control" and "streaming" subdirectories, each of which contain 683 streaming header - create in streaming/header, link from 684 streaming/class/fs and/or streaming/class/hs and/or 685 streaming/class/ss 686 format description - create in streaming/mjpeg and/or 687 streaming/uncompressed 688 frame description - create in streaming/mjpeg/<format> and/or in 689 streaming/uncompressed/<format> 699 # mkdir -p functions/uvc.usb0/streaming/uncompressed/u/360p 700 # cat <<EOF > functions/uvc.usb0/streaming/uncompressed/u/360p/dwFrameInterval [all …]
|
/Linux-v4.19/Documentation/media/ |
D | intro.rst | 8 and radio streaming devices, including video cameras, analog and digital 10 streaming capture and output devices, codec devices and remote controllers.
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-sst-ipc.h | 63 int streaming; member 155 u8 streaming; member
|
D | bxt-sst.c | 287 else if (d0i3->streaming) in bxt_d0i3_target_state() 321 msg.streaming = 0; in bxt_set_dsp_D0i3() 323 msg.streaming = 1; in bxt_set_dsp_D0i3() 376 msg.streaming = 0; in bxt_set_dsp_D0i0() 380 msg.streaming = 1; in bxt_set_dsp_D0i0()
|
/Linux-v4.19/Documentation/ide/ |
D | 00-INDEX | 10 - info on the IDE ATAPI streaming tape driver
|
/Linux-v4.19/drivers/media/usb/as102/ |
D | as102_drv.h | 76 int streaming; member
|