/linux-4.4.14/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-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 28 bool streaming; in vsp1_entity_is_streaming() local 31 streaming = entity->streaming; in vsp1_entity_is_streaming() 34 return streaming; in vsp1_entity_is_streaming() 37 int vsp1_entity_set_streaming(struct vsp1_entity *entity, bool streaming) in vsp1_entity_set_streaming() argument 43 entity->streaming = streaming; in vsp1_entity_set_streaming() 46 if (!streaming) in vsp1_entity_set_streaming() 55 entity->streaming = false; in vsp1_entity_set_streaming()
|
D | vsp1_entity.h | 77 bool streaming; member 100 int vsp1_entity_set_streaming(struct vsp1_entity *entity, bool streaming);
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_driver.c | 332 struct uvc_streaming *streaming, struct uvc_format *format, in uvc_parse_format() argument 335 struct usb_interface *intf = streaming->intf; in uvc_parse_format() 592 struct uvc_streaming *streaming = NULL; in uvc_parse_streaming() local 619 streaming = kzalloc(sizeof *streaming, GFP_KERNEL); in uvc_parse_streaming() 620 if (streaming == NULL) { in uvc_parse_streaming() 625 mutex_init(&streaming->mutex); in uvc_parse_streaming() 626 streaming->dev = dev; in uvc_parse_streaming() 627 streaming->intf = usb_get_intf(intf); in uvc_parse_streaming() 628 streaming->intfnum = intf->cur_altsetting->desc.bInterfaceNumber; in uvc_parse_streaming() 666 streaming->type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in uvc_parse_streaming() [all …]
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
D | cpia2_usb.c | 226 if (!cam->streaming || !video_is_registered(&cam->vdev)) { in cpia2_usb_complete() 228 cam->streaming, video_is_registered(&cam->vdev)); in cpia2_usb_complete() 371 if(cam->streaming) { in cpia2_usb_complete() 713 if(cam->streaming) in cpia2_usb_stream_start() 744 cam->streaming = 1; in cpia2_usb_stream_start() 758 if(cam->streaming) { in cpia2_usb_stream_pause() 773 if(cam->streaming) { in cpia2_usb_stream_resume() 797 cam->streaming = 0; in cpia2_usb_stream_stop() 908 if (cam->streaming) { in cpia2_usb_suspend() 910 cam->streaming = 1; in cpia2_usb_suspend() [all …]
|
D | cpia2_v4l.c | 196 if (!cam->streaming) { in sync() 204 !cam->streaming || in sync() 970 DBG("VIDIOC_STREAMON, streaming=%d\n", cam->streaming); in cpia2_streamon() 974 if (!cam->streaming) { in cpia2_streamon() 988 DBG("VIDIOC_STREAMOFF, streaming=%d\n", cam->streaming); in cpia2_streamoff() 992 if (cam->streaming) { in cpia2_streamoff()
|
D | cpia2.h | 385 int streaming; /* 0 = no, 1 = yes */ member
|
D | cpia2_core.c | 2317 if (!cam->streaming) { in cpia2_read() 2365 !cam->streaming) { in cpia2_poll()
|
/linux-4.4.14/drivers/media/i2c/ |
D | mt9m032.c | 160 bool streaming; member 249 static int update_formatter2(struct mt9m032 *sensor, bool streaming) in update_formatter2() argument 256 if (streaming) in update_formatter2() 411 if (sensor->streaming && fmt->which == V4L2_SUBDEV_FORMAT_ACTIVE) { in mt9m032_set_pad_format() 456 if (sensor->streaming && sel->which == V4L2_SUBDEV_FORMAT_ACTIVE) { in mt9m032_set_pad_selection() 521 if (sensor->streaming) { in mt9m032_set_frame_interval() 539 static int mt9m032_s_stream(struct v4l2_subdev *subdev, int streaming) in mt9m032_s_stream() argument 545 ret = update_formatter2(sensor, streaming); in mt9m032_s_stream() 547 sensor->streaming = streaming; in mt9m032_s_stream()
|
D | tvp514x.c | 113 int streaming; member 552 if (!decoder->streaming) { in tvp514x_querystd() 826 if (decoder->streaming == enable) in tvp514x_s_stream() 838 decoder->streaming = enable; in tvp514x_s_stream() 860 decoder->streaming = enable; in tvp514x_s_stream() 981 .streaming = 0,
|
D | s5k4ecgx.c | 193 u8 streaming; member 499 priv->streaming = 0; in __s5k4ecgx_power_off() 607 if (!priv->streaming) { in s5k4ecgx_set_fmt() 825 if (priv->streaming == !on) { in s5k4ecgx_s_stream() 828 priv->streaming = on & 1; in s5k4ecgx_s_stream() 952 priv->streaming = 0; in s5k4ecgx_probe()
|
D | noon010pc30.c | 146 unsigned int streaming:1; member 568 if (!info->streaming) { in noon010_set_fmt() 620 if (!info->streaming != !on) { in noon010_s_stream() 623 info->streaming = on; in noon010_s_stream()
|
D | s5k5baf.c | 326 unsigned int streaming:1; member 648 if (state->streaming) in s5k5baf_hw_set_mirror() 990 state->streaming = 0; in s5k5baf_power_off() 1110 if (state->streaming == !!on) { in s5k5baf_s_stream() 1127 state->streaming = !state->streaming; in s5k5baf_s_stream() 1333 if (state->streaming) { in s5k5baf_set_fmt() 1501 if (state->streaming) { in s5k5baf_set_selection() 1517 if (state->streaming) in s5k5baf_set_selection()
|
D | tvp7002.c | 425 int streaming; member 736 if (device->streaming == enable) in tvp7002_s_stream() 746 device->streaming = enable; in tvp7002_s_stream() 776 device->streaming ? "yes" : "no"); in tvp7002_log_status()
|
D | ov2659.c | 234 int streaming; member 1139 if (ov2659->streaming) { in ov2659_set_fmt() 1195 if (ov2659->streaming == on) in ov2659_s_stream() 1201 ov2659->streaming = on; in ov2659_s_stream() 1209 ov2659->streaming = on; in ov2659_s_stream()
|
D | ov9650.c | 273 int streaming; member 530 ov965x->streaming = 0; in __ov965x_set_power() 1238 if (ov965x->streaming) { in ov965x_set_fmt() 1330 if (ov965x->streaming == !on) { in ov965x_s_stream() 1351 ov965x->streaming += on ? 1 : -1; in ov965x_s_stream() 1353 WARN_ON(ov965x->streaming < 0); in ov965x_s_stream()
|
D | s5k6aa.c | 263 unsigned int streaming:1; member 863 s5k6aa->streaming = 0; in __s5k6aa_power_off() 908 s5k6aa->streaming = enable; in __s5k6aa_stream() 920 if (s5k6aa->streaming == !on) { in s5k6aa_s_stream() 1127 if (s5k6aa->streaming) { in s5k6aa_set_fmt()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf-core.c | 191 if (q->streaming) { in videobuf_queue_is_busy() 238 if (q->streaming || q->reading) { in __videobuf_free() 268 q->streaming = 0; in videobuf_queue_cancel() 460 if (q->streaming) { in videobuf_reqbufs() 613 if (q->streaming) { in videobuf_qbuf() 638 if (!q->streaming) { in stream_next_buffer_check_queue() 659 !list_empty(&q->stream) || !q->streaming); in stream_next_buffer_check_queue() 747 if (q->streaming) in videobuf_streamon() 749 q->streaming = 1; in videobuf_streamon() 766 if (!q->streaming) in __videobuf_streamoff() [all …]
|
D | videobuf2-core.c | 575 if (q->streaming) { in vb2_core_reqbufs() 1411 if (q->streaming && !q->start_streaming_called && in vb2_core_qbuf() 1443 if (!q->streaming) { in __vb2_wait_for_done_vb() 1483 !list_empty(&q->done_list) || !q->streaming || in __vb2_wait_for_done_vb() 1546 if (!q->streaming) { in vb2_wait_for_all_buffers() 1678 q->streaming = 0; in __vb2_queue_cancel() 1724 if (q->streaming) { in vb2_core_streamon() 1752 q->streaming = 1; in vb2_core_streamon()
|
D | v4l2-mem2mem.c | 219 if (!m2m_ctx->out_q_ctx.q.streaming in v4l2_m2m_try_schedule() 220 || !m2m_ctx->cap_q_ctx.q.streaming) { in v4l2_m2m_try_schedule() 580 if ((!src_q->streaming || list_empty(&src_q->queued_list)) in v4l2_m2m_poll() 581 && (!dst_q->streaming || list_empty(&dst_q->queued_list))) { in v4l2_m2m_poll()
|
D | videobuf-vmalloc.c | 81 if (q->streaming) in videobuf_vm_close()
|
D | videobuf-dma-contig.c | 93 if (q->streaming) in videobuf_vm_close()
|
D | videobuf2-v4l2.c | 939 if (q->streaming || q->num_buffers > 0) in __vb2_init_fileio()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | gspca.c | 362 if (!gspca_dev->streaming) in isoc_irq() 376 if (!gspca_dev->streaming) in bulk_irq() 592 gspca_dev->streaming = 0; in gspca_stream_off() 931 gspca_dev->streaming = 1; in gspca_init_transfer() 1186 if (gspca_dev->streaming) { in vidioc_s_fmt_vid_cap() 1305 if (gspca_dev->streaming) in dev_close() 1374 int i, ret = 0, streaming; in vidioc_reqbufs() local 1411 streaming = gspca_dev->streaming; in vidioc_reqbufs() 1412 if (streaming) { in vidioc_reqbufs() 1418 streaming = 0; in vidioc_reqbufs() [all …]
|
D | finepix.c | 101 while (gspca_dev->present && gspca_dev->streaming) { in dostream() 117 if (!gspca_dev->present || !gspca_dev->streaming) in dostream() 136 if (!gspca_dev->present || !gspca_dev->streaming) in dostream()
|
D | konica.c | 270 if (!gspca_dev->streaming) in sd_isoc_irq() 380 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | sn9c2028.c | 272 if (!gspca_dev->streaming) in set_gain() 294 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | ov534.c | 1077 if (ctrl->val && sd->gain && gspca_dev->streaming) in ov534_g_volatile_ctrl() 1084 gspca_dev->streaming) in ov534_g_volatile_ctrl() 1097 if (!gspca_dev->streaming) in ov534_s_ctrl() 1501 if (gspca_dev->streaming) in sd_set_streamparm()
|
D | gspca.h | 189 __u8 streaming; /* protected by both mutexes (*) */ member
|
D | sq905c.c | 151 while (gspca_dev->present && gspca_dev->streaming) { in sq905c_dostream()
|
D | dtcs033.c | 207 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | benq.c | 162 if (!gspca_dev->streaming) in sd_isoc_irq()
|
D | spca508.c | 1461 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | spca505.c | 733 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | vicam.c | 196 while (gspca_dev->present && gspca_dev->streaming) { in vicam_dostream()
|
D | tv8532.c | 300 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | sq905.c | 234 while (gspca_dev->present && gspca_dev->streaming) { in sq905_dostream()
|
D | spca501.c | 1954 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | mars.c | 172 if (!gspca_dev->streaming) in mars_s_ctrl()
|
D | spca1528.c | 351 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | jl2005bcd.c | 336 while (gspca_dev->present && gspca_dev->streaming) { in jl2005c_dostream()
|
D | stk014.c | 361 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | jeilinj.c | 408 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | pac207.c | 233 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | touptek.c | 597 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | pac7311.c | 387 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | topro.c | 3991 if (gspca_dev->streaming) { in sd_setgain() 4810 if (gspca_dev->streaming) in sd_set_streamparm() 4856 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | sn9c20x.c | 1443 if (gspca_dev->streaming) in set_exposure() 1498 if (gspca_dev->streaming) in set_gain() 1667 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | stk1135.c | 580 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | spca506.c | 524 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | conex.c | 885 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | nw80x.c | 1976 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | spca500.c | 898 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | se401.c | 632 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | pac7302.c | 603 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | spca561.c | 778 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | mr97310a.c | 903 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | etoms.c | 706 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | ov534_9.c | 1718 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | t613.c | 915 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | ov519.c | 4108 if (sd->gspca_dev.streaming) in sethvflip() 4113 if (sd->gspca_dev.streaming) in sethvflip() 4849 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | zc3xx.c | 5954 if (!gspca_dev->present || !gspca_dev->streaming) in transfer_update() 6340 if (ctrl->val && sd->exposure && gspca_dev->streaming) in zcxx_g_volatile_ctrl() 6367 if (i >= 2 && gspca_dev->streaming && in zcxx_s_ctrl() 6375 if (!gspca_dev->streaming) in zcxx_s_ctrl()
|
D | sq930x.c | 1079 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | sunplus.c | 930 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | sonixb.c | 979 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | cpia1.c | 1760 if (!gspca_dev->streaming && ctrl->id != V4L2_CID_POWER_LINE_FREQUENCY) in sd_s_ctrl() 1789 gspca_dev->streaming); in sd_s_ctrl()
|
D | vc032x.c | 3661 if (!gspca_dev->streaming && ctrl->id != V4L2_CID_POWER_LINE_FREQUENCY) in sd_s_ctrl()
|
D | Kconfig | 217 Say Y here if you want streaming support for Sonix SN9C2028 cameras.
|
D | sonixj.c | 2823 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | xirlink_cit.c | 2960 if (!gspca_dev->streaming) in sd_s_ctrl()
|
/linux-4.4.14/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 …]
|
D | aic7xxx.txt | 294 they should retain the default read streaming setting.
|
D | ChangeLog.lpfc | 65 pci_pool_alloc - it's only for streaming mappings (pci_map_*) 529 must be used only with streaming dma mappings pci_map_*, not
|
/linux-4.4.14/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() 514 if (!cdev->streaming) in read_in_urb() 647 if (!cdev->streaming) in read_completed()
|
D | device.h | 83 int streaming, first_packet, output_running; member
|
/linux-4.4.14/Documentation/usb/ |
D | gadget-testing.txt | 671 There are also "control" and "streaming" subdirectories, each of which contain 677 streaming header - create in streaming/header, link from 678 streaming/class/fs and/or streaming/class/hs and/or 679 streaming/class/ss 680 format description - create in streaming/mjpeg and/or 681 streaming/uncompressed 682 frame description - create in streaming/mjpeg/<format> and/or in 683 streaming/uncompressed/<format> 693 # mkdir -p functions/uvc.usb0/streaming/uncompressed/u/360p 694 # cat <<EOF > functions/uvc.usb0/streaming/uncompressed/u/360p/dwFrameInterval [all …]
|
D | dma.txt | 58 not using a streaming DMA mapping, so it's good for small transfers on 61 "streaming" DMA mappings.)
|
D | URB.txt | 34 This maximizes use of USB bandwidth, and supports seamless streaming 145 to get seamless ISO streaming. 242 keeps (re)submitting a later URB, you'll get smooth ISO streaming (if usb
|
/linux-4.4.14/Documentation/ide/ |
D | 00-INDEX | 10 - info on the IDE ATAPI streaming tape driver
|
D | ide-tape.txt | 1 IDE ATAPI streaming tape driver.
|
/linux-4.4.14/drivers/media/usb/as102/ |
D | as102_drv.h | 76 int streaming; member
|
D | as102_drv.c | 155 if (as102_dev->streaming++ == 0) in as102_dvb_dmx_start_feed() 170 if (--as102_dev->streaming == 0) in as102_dvb_dmx_stop_feed()
|
D | as102_usb_drv.c | 234 if (as102_dev->streaming) in as102_urb_stream_irq()
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
D | usbvision-video.c | 255 YES_NO(usbvision->streaming == stream_on ? 1 : 0)); in show_streaming() 257 static DEVICE_ATTR(streaming, S_IRUGO, show_streaming, NULL); 687 if (usbvision->streaming == stream_on) { in vidioc_reqbufs() 775 if (usbvision->streaming == stream_idle) in vidioc_dqbuf() 810 usbvision->streaming = stream_on; in vidioc_streamon() 824 if (usbvision->streaming == stream_on) { in vidioc_streamoff() 900 if (usbvision->streaming == stream_on) { in vidioc_s_fmt_vid_cap() 942 if (usbvision->streaming != stream_on) { in usbvision_read() 944 usbvision->streaming = stream_on; in usbvision_read() 1553 usbvision->streaming = stream_off; in usbvision_probe()
|
D | usbvision-core.c | 1298 if (usbvision->streaming == stream_interrupt) { in usbvision_isoc_irq() 1299 usbvision->streaming = stream_idle; in usbvision_isoc_irq() 1314 if (usbvision->streaming == stream_on) { in usbvision_isoc_irq() 1857 usbvision->streaming = stream_interrupt; in usbvision_stream_interrupt() 1859 (usbvision->streaming == stream_idle), in usbvision_stream_interrupt() 2351 usbvision->streaming = stream_idle; in usbvision_init_isoc() 2370 if ((usbvision->streaming == stream_off) || (usbvision->dev == NULL)) in usbvision_stop_isoc() 2387 usbvision->streaming = stream_off; in usbvision_stop_isoc()
|
D | usbvision.h | 401 enum stream_state streaming; /* Are we streaming Isochronous? */ member
|
/linux-4.4.14/Documentation/ |
D | media-framework.txt | 321 When starting streaming, drivers must notify all entities in the pipeline to 322 prevent link states from being modified during streaming by calling 328 enabled links, either directly or indirectly, as streaming. 346 number of media_entity_pipeline_stop() calls are required to stop streaming. The 350 a streaming entity. Links that can be modified while streaming must be marked 353 If other operations need to be disallowed on streaming entities (such as 355 media_entity stream_count field to find out if an entity is streaming. This
|
D | DMA-API-HOWTO.txt | 173 which will query the mask for both streaming and coherent APIs together. 177 The query for streaming mappings is performed via a call to 228 all 64-bits when accessing streaming DMA: 258 the streaming mask. However for the rare case that a device driver only 361 Think of "streaming" as "asynchronous" or "outside the coherency 364 Good examples of what to use streaming mappings for are: 511 Only streaming mappings specify a direction, consistent mappings 526 The streaming DMA mapping routines can be called from interrupt 656 If you need to use the same streaming DMA region multiple times and touch
|
D | xillybus.txt | 25 -- Data streaming 265 Data streaming
|
D | DMA-API.txt | 148 streaming and coherent DMA mask parameters if it is.
|
/linux-4.4.14/Documentation/video4linux/ |
D | cafe_ccic | 36 - min_buffers: The minimum number of streaming I/O buffers that the driver 41 - max_buffers: The maximum number of streaming I/O buffers; default is
|
D | videobuf | 10 implement the bulk of the V4L2 ioctl() calls related to streaming I/O, 11 including buffer allocation, queueing and dequeueing, and streaming 80 buf_setup() is called early in the I/O process, when streaming is being 84 minimum of two buffers are needed for proper streaming, and there is 179 read() system call and the rather more complicated streaming mechanism. As 211 When streaming I/O is done to kernel-space buffers, the driver must support 239 - those associated with streaming I/O - turn almost directly into videobuf
|
D | omap3isp.txt | 193 is in streaming state. 208 done before streaming, it will take effect as soon as the pipeline starts to 209 stream. If the pipeline is already streaming, it will take effect as soon as 225 driver supports reconfiguration while streaming, it does not support a
|
D | README.cpia2 | 27 - Adjust brightness, color, contrast while streaming. 104 For normal streaming, 3 should give the best results. With only 2,
|
D | README.davinci-vpbe | 80 driver has been tested with NTSC and PAL standards and buffer streaming.
|
D | meye.txt | 104 call to MEYEIOC_QBUF_CAPT starts the streaming capture.
|
D | README.pvrusb2 | 93 the tuner's frequency through sysfs while simultaneously streaming 172 to provide a streaming API usable by a read() system call style of
|
D | fimc.txt | 117 starting streaming):
|
D | vivid.txt | 21 - Support for read()/write(), MMAP, USERPTR and DMABUF streaming I/O. 787 Inject Fatal Streaming Error: when pressed, the streaming core will be 789 from that is to stop streaming. To be precise: the videobuf2 1073 and start streaming.
|
D | v4l2-controls.txt | 460 starts or stops streaming.
|
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_vv6410.c | 55 if (!gspca_dev->streaming) in vv6410_s_ctrl() 60 if (!gspca_dev->streaming) in vv6410_s_ctrl()
|
/linux-4.4.14/include/media/ |
D | videobuf2-core.h | 476 unsigned int streaming:1; member 542 return q->streaming; in vb2_is_streaming()
|
D | videobuf-core.h | 151 unsigned int streaming:1; member
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-dma.txt | 57 - ti,loop-back: To loopback Tx streaming I/F to Rx streaming I/F. Used for
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-isp-video.c | 321 if (v4l2_fh_is_singular_file(file) && ivc->streaming) { in isp_video_release() 323 ivc->streaming = 0; in isp_video_release() 512 isp->video_capture.streaming = 1; in isp_video_streamon() 531 video->streaming = 0; in isp_video_streamoff()
|
D | fimc-isp.h | 138 int streaming; member
|
D | fimc-lite.h | 182 bool streaming; member
|
D | fimc-lite.c | 187 bool streaming; in fimc_lite_reinit() local 190 streaming = fimc->state & (1 << ST_SENSOR_STREAM); in fimc_lite_reinit() 218 if (!streaming) in fimc_lite_reinit() 533 if (fimc->streaming) { in fimc_lite_release() 535 fimc->streaming = false; in fimc_lite_release() 855 fimc->streaming = true; in fimc_lite_streamon() 875 fimc->streaming = false; in fimc_lite_streamoff()
|
D | fimc-capture.c | 91 bool streaming; in fimc_capture_state_cleanup() local 94 streaming = fimc->state & (1 << ST_CAPT_ISP_STREAM); in fimc_capture_state_cleanup() 122 if (streaming) in fimc_capture_state_cleanup() 543 if (close && vc->streaming) { in fimc_capture_release() 545 vc->streaming = false; in fimc_capture_release() 1233 vc->streaming = true; in fimc_cap_streamon() 1254 vc->streaming = false; in fimc_cap_streamoff()
|
D | fimc-core.h | 325 bool streaming; member
|
/linux-4.4.14/drivers/media/platform/omap/ |
D | omap_vout.c | 565 if (!vout->streaming) in omap_vout_isr() 975 if (vout->streaming) { in omap_vout_release() 981 vout->streaming = false; in omap_vout_release() 1115 if (vout->streaming) in vidioc_s_fmt_vid_out() 1288 if (vout->streaming) in vidioc_s_crop() 1488 if (vout->streaming) { in vidioc_reqbufs() 1585 if (!vout->streaming) in vidioc_dqbuf() 1612 if (vout->streaming) { in vidioc_streamon() 1637 vout->streaming = true; in vidioc_streamon() 1694 if (!vout->streaming) in vidioc_streamoff() [all …]
|
D | omap_voutdef.h | 142 bool streaming; member
|
/linux-4.4.14/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 426 if (sensor->streaming) in smiapp_set_ctrl() 472 if (sensor->streaming) in smiapp_set_ctrl() 1357 sensor->streaming = false; in smiapp_power_off() 1543 if (sensor->streaming == enable) in smiapp_set_stream() 1547 sensor->streaming = true; in smiapp_set_stream() 1550 sensor->streaming = false; in smiapp_set_stream() 1553 sensor->streaming = false; in smiapp_set_stream() 2798 sensor->streaming = false; in smiapp_init() 2928 bool streaming; in smiapp_suspend() local 2935 if (sensor->streaming) in smiapp_suspend() [all …]
|
D | smiapp.h | 223 bool streaming; member
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | debugfs.c | 1241 struct dentry *entry, *streaming; in wl1271_debugfs_add_files() local 1264 streaming = debugfs_create_dir("rx_streaming", rootdir); in wl1271_debugfs_add_files() 1265 if (!streaming || IS_ERR(streaming)) in wl1271_debugfs_add_files() 1268 DEBUGFS_ADD_PREFIX(rx_streaming, interval, streaming); in wl1271_debugfs_add_files() 1269 DEBUGFS_ADD_PREFIX(rx_streaming, always, streaming); in wl1271_debugfs_add_files()
|
/linux-4.4.14/net/dccp/ |
D | Kconfig | 12 for use by applications such as streaming media, Internet telephony,
|
/linux-4.4.14/net/dccp/ccids/ |
D | Kconfig | 24 suitable than CCID-2 for applications such streaming media where a
|
/linux-4.4.14/drivers/staging/most/Documentation/ABI/ |
D | sysfs-class-most.txt | 95 Indicates the number of streaming buffers the current channel can 113 Indicates the size of a streaming buffer the current channel can
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 107 bool streaming; member 184 xtpg->streaming = false; in xtpg_s_stream() 231 xtpg->streaming = true; in xtpg_s_stream()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 2024 struct config_item *streaming, *header; in uvcg_streaming_class_allow_link() local 2035 streaming = src->ci_parent->ci_parent; in uvcg_streaming_class_allow_link() 2036 header = config_group_find_item(to_config_group(streaming), "header"); in uvcg_streaming_class_allow_link() 2040 opts = to_f_uvc_opts(streaming->ci_parent); in uvcg_streaming_class_allow_link() 2097 struct config_item *streaming, *header; in uvcg_streaming_class_drop_link() local 2106 streaming = src->ci_parent->ci_parent; in uvcg_streaming_class_drop_link() 2107 header = config_group_find_item(to_config_group(streaming), "header"); in uvcg_streaming_class_drop_link() 2111 opts = to_f_uvc_opts(streaming->ci_parent); in uvcg_streaming_class_drop_link()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-blackbird.c | 879 bool streaming; in vidioc_s_frequency() local 885 streaming = vb2_start_streaming_called(&dev->vb2_mpegq); in vidioc_s_frequency() 886 if (streaming) in vidioc_s_frequency() 893 if (streaming) in vidioc_s_frequency()
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 47 Set the DMA mask size (for both coherent and streaming DMA) 59 Release DMA buffers (both streaming and coherent) 243 Set the DMA mask size (for both coherent and streaming DMA) 329 32-bit bus master capability for streaming data need the driver 342 64-bit DMA capable for payload ("streaming") data but not control 424 Release DMA buffers (both streaming and consistent) 473 Once DMA is stopped, clean up streaming DMA first.
|
/linux-4.4.14/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 444 state->streaming = !!on; in __s5c73m3_s_stream() 946 if (state->streaming) in s5c73m3_oif_s_frame_interval() 1093 if (state->streaming) in s5c73m3_set_fmt() 1140 if (state->streaming) in s5c73m3_oif_set_fmt() 1419 state->streaming = 0; in __s5c73m3_power_off()
|
D | s5c73m3.h | 415 u8 streaming:1; member
|
/linux-4.4.14/drivers/media/usb/gspca/m5602/ |
D | m5602_ov9650.c | 504 if (gspca_dev->streaming) in ov9650_set_hvflip() 572 if (!gspca_dev->streaming) in ov9650_s_ctrl()
|
D | m5602_ov7660.c | 263 if (!gspca_dev->streaming) in ov7660_s_ctrl()
|
D | m5602_s5k83a.c | 364 if (!gspca_dev->streaming) in s5k83a_s_ctrl()
|
D | m5602_mt9m111.c | 394 if (!gspca_dev->streaming) in mt9m111_s_ctrl()
|
D | m5602_s5k4aa.c | 491 if (!gspca_dev->streaming) in s5k4aa_s_ctrl()
|
D | m5602_po1030.c | 453 if (!gspca_dev->streaming) in po1030_s_ctrl()
|
/linux-4.4.14/drivers/media/platform/coda/ |
D | coda.h | 259 void coda_fill_bitstream(struct coda_ctx *ctx, bool streaming);
|
D | coda-bit.c | 226 void coda_fill_bitstream(struct coda_ctx *ctx, bool streaming) in coda_fill_bitstream() argument 254 v4l2_m2m_buf_done(src_buf, streaming ? in coda_fill_bitstream()
|
/linux-4.4.14/Documentation/filesystems/ |
D | omfs.txt | 13 filesystem for your own streaming media device. Native Linux filesystems
|
D | 00-INDEX | 123 - info on relay, for efficient streaming from kernel to user space.
|
D | ext4.txt | 93 * persistent file preallocation (e.g for streaming media, databases)
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 436 q->streaming = 1; in go7007_start_streaming() 443 q->streaming = 0; in go7007_start_streaming() 462 q->streaming = 0; in go7007_stop_streaming()
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 426 if (ctx->vq_src.streaming || ctx->vq_dst.streaming) { in vidioc_s_fmt() 824 if (!ctx->vq_src.streaming) in vidioc_decoder_cmd()
|
D | s5p_mfc_enc.c | 1098 if (ctx->vq_src.streaming || ctx->vq_dst.streaming) { in vidioc_s_fmt() 1734 if (!ctx->vq_src.streaming) in vidioc_encoder_cmd()
|
D | s5p_mfc.c | 960 if ((!src_q->streaming || list_empty(&src_q->queued_list)) in s5p_mfc_poll() 961 && (!dst_q->streaming || list_empty(&dst_q->queued_list))) { in s5p_mfc_poll()
|
/linux-4.4.14/fs/xfs/ |
D | Kconfig | 63 for media streaming applications, but is also useful as a generic
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 1127 unsigned int streaming; in isp_video_streamoff() local 1137 streaming = vb2_is_streaming(&vfh->queue); in isp_video_streamoff() 1140 if (!streaming) in isp_video_streamoff()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 23 provide a control and data-streaming interface for audio DSPs. 63 streaming compressed data to a DSP, with the assumption that the
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | bcm_sf2.txt | 8 - streaming/multimedia Set Top Box such as BCM7445
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 199 0=memory (default), 1=streaming
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | Kconfig | 750 Say Y here for support for streaming mode with WM97xx touchscreens 754 streaming data, this must not conflict with other AC97C drivers. 765 Say Y here for support for streaming mode with WM97xx touchscreens 778 Say Y here for support for streaming mode with the touchscreen
|
/linux-4.4.14/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 155 bool streaming; in camif_reinitialize() local 158 streaming = vp->state & ST_VP_SENSOR_STREAMING; in camif_reinitialize() 177 if (!streaming) in camif_reinitialize()
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart.c | 1209 …u32 streaming = 100 * readl_be( MIXART_MEM( chip->mgr, MIXART_PSEUDOREG_PERF_STREAM_LOAD_OFFSET)) … in snd_mixart_proc_read() local 1212 snd_iprintf(buffer, "\tstreaming : %d\n", streaming); in snd_mixart_proc_read()
|
/linux-4.4.14/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 22 audio/video streaming. Therefore, the driver perfectly fits to the mission
|
/linux-4.4.14/Documentation/spi/ |
D | pxa2xx | 226 use streaming DMA mode
|
/linux-4.4.14/drivers/media/common/saa7146/ |
D | saa7146_fops.c | 336 if( 0 == fh->vbi_q.streaming ) in __fops_poll()
|
/linux-4.4.14/drivers/media/usb/gspca/gl860/ |
D | gl860.c | 105 if (gspca_dev->streaming) in sd_s_ctrl()
|
/linux-4.4.14/Documentation/networking/ |
D | dccp.txt | 20 for real-time and multimedia (streaming) traffic.
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | pwc-if.c | 1143 if (pdev->vb_queue.streaming) in usb_pwc_disconnect()
|
/linux-4.4.14/Documentation/dvb/ |
D | README.dvb-usb | 65 2005-01-31 - distorted streaming is gone for USB1.1 devices
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 426 is important for real time data such as streaming sound or video. 440 is important for real time data such as streaming sound or video.
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 936 straming||streaming
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 877 API-vb2-is-streaming 884 API-vb2-start-streaming-called
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-417.c | 1753 if (fh->vidq.streaming) in mpeg_release()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 49 (icd)->vb_vidq.streaming : \
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 131 timing behavior, e.g., multimedia, streaming, control applications, etc.
|