/linux-4.1.27/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.1.27/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 27 bool streaming; in vsp1_entity_is_streaming() local 30 streaming = entity->streaming; in vsp1_entity_is_streaming() 33 return streaming; in vsp1_entity_is_streaming() 36 int vsp1_entity_set_streaming(struct vsp1_entity *entity, bool streaming) in vsp1_entity_set_streaming() argument 41 entity->streaming = streaming; in vsp1_entity_set_streaming() 44 if (!streaming) in vsp1_entity_set_streaming() 53 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.1.27/drivers/media/usb/uvc/ |
D | uvc_driver.c | 331 struct uvc_streaming *streaming, struct uvc_format *format, in uvc_parse_format() argument 334 struct usb_interface *intf = streaming->intf; in uvc_parse_format() 591 struct uvc_streaming *streaming = NULL; in uvc_parse_streaming() local 618 streaming = kzalloc(sizeof *streaming, GFP_KERNEL); in uvc_parse_streaming() 619 if (streaming == NULL) { in uvc_parse_streaming() 624 mutex_init(&streaming->mutex); in uvc_parse_streaming() 625 streaming->dev = dev; in uvc_parse_streaming() 626 streaming->intf = usb_get_intf(intf); in uvc_parse_streaming() 627 streaming->intfnum = intf->cur_altsetting->desc.bInterfaceNumber; in uvc_parse_streaming() 665 streaming->type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in uvc_parse_streaming() [all …]
|
/linux-4.1.27/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.1.27/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() 874 if (decoder->streaming == enable) in tvp514x_s_stream() 886 decoder->streaming = enable; in tvp514x_s_stream() 908 decoder->streaming = enable; in tvp514x_s_stream() 1041 .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 | ov2659.c | 234 int streaming; member 1134 if (ov2659->streaming) { in ov2659_set_fmt() 1190 if (ov2659->streaming == on) in ov2659_s_stream() 1196 ov2659->streaming = on; in ov2659_s_stream() 1204 ov2659->streaming = on; in ov2659_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 780 if (device->streaming == enable) in tvp7002_s_stream() 790 device->streaming = enable; in tvp7002_s_stream() 820 device->streaming ? "yes" : "no"); in tvp7002_log_status()
|
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.1.27/drivers/staging/media/dt3155v4l/ |
D | Kconfig | 24 bool "Selects streaming capture method" 28 Select it if you want to use streaming of memory mapped buffers
|
D | dt3155v4l.c | 348 if (!ipd->q->streaming || list_empty(&ipd->dmaq)) in dt3155_irq_handler_even()
|
/linux-4.1.27/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() 612 if (q->streaming) { in videobuf_qbuf() 637 if (!q->streaming) { in stream_next_buffer_check_queue() 658 !list_empty(&q->stream) || !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() [all …]
|
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() 554 if ((!src_q->streaming || list_empty(&src_q->queued_list)) in v4l2_m2m_poll() 555 && (!dst_q->streaming || list_empty(&dst_q->queued_list))) { in v4l2_m2m_poll()
|
D | videobuf2-core.c | 877 if (q->streaming) { in __reqbufs() 1892 if (q->streaming && !q->start_streaming_called && in vb2_internal_qbuf() 1951 if (!q->streaming) { in __vb2_wait_for_done_vb() 1986 !list_empty(&q->done_list) || !q->streaming || in __vb2_wait_for_done_vb() 2049 if (!q->streaming) { in vb2_wait_for_all_buffers() 2187 q->streaming = 0; in __vb2_queue_cancel() 2233 if (q->streaming) { in vb2_internal_streamon() 2261 q->streaming = 1; in vb2_internal_streamon() 2834 if (q->streaming || q->num_buffers > 0) in __vb2_init_fileio()
|
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()
|
/linux-4.1.27/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 | 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 | benq.c | 162 if (!gspca_dev->streaming) in sd_isoc_irq()
|
D | dtcs033.c | 207 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | sq905c.c | 151 while (gspca_dev->present && gspca_dev->streaming) { in sq905c_dostream()
|
D | spca505.c | 733 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | spca508.c | 1461 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 | spca1528.c | 351 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | mars.c | 172 if (!gspca_dev->streaming) in mars_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 | pac207.c | 233 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | jeilinj.c | 408 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 | pac7302.c | 603 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | spca561.c | 778 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | se401.c | 632 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | ov534_9.c | 1718 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 | 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 | sunplus.c | 930 if (!gspca_dev->streaming) in sd_s_ctrl()
|
D | sq930x.c | 1079 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 | 2954 if (!gspca_dev->streaming) in sd_s_ctrl()
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/usb/ |
D | gadget-testing.txt | 673 There are also "control" and "streaming" subdirectories, each of which contain 679 streaming header - create in streaming/header, link from 680 streaming/class/fs and/or streaming/class/hs and/or 681 streaming/class/ss 682 format description - create in streaming/mjpeg and/or 683 streaming/uncompressed 684 frame description - create in streaming/mjpeg/<format> and/or in 685 streaming/uncompressed/<format> 695 # mkdir -p functions/uvc.usb0/streaming/uncompressed/u/360p 696 # 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.1.27/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.1.27/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.1.27/drivers/media/usb/usbvision/ |
D | usbvision-video.c | 258 YES_NO(usbvision->streaming == stream_on ? 1 : 0)); in show_streaming() 260 static DEVICE_ATTR(streaming, S_IRUGO, show_streaming, NULL); 744 if (usbvision->streaming == stream_on) { in vidioc_reqbufs() 832 if (usbvision->streaming == stream_idle) in vidioc_dqbuf() 867 usbvision->streaming = stream_on; in vidioc_streamon() 881 if (usbvision->streaming == stream_on) { in vidioc_streamoff() 955 if (usbvision->streaming == stream_on) { in vidioc_s_fmt_vid_cap() 997 if (usbvision->streaming != stream_on) { in usbvision_read() 999 usbvision->streaming = stream_on; in usbvision_read() 1610 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() 1859 usbvision->streaming = stream_interrupt; in usbvision_stream_interrupt() 1861 (usbvision->streaming == stream_idle), in usbvision_stream_interrupt() 2402 usbvision->streaming = stream_idle; in usbvision_init_isoc() 2421 if ((usbvision->streaming == stream_off) || (usbvision->dev == NULL)) in usbvision_stop_isoc() 2438 usbvision->streaming = stream_off; in usbvision_stop_isoc()
|
D | usbvision.h | 400 enum stream_state streaming; /* Are we streaming Isochronous? */ member
|
/linux-4.1.27/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 This 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 | 154 streaming and coherent DMA mask parameters if it is.
|
/linux-4.1.27/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.1.27/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. 780 Inject Fatal Streaming Error: when pressed, the streaming core will be 782 from that is to stop streaming. To be precise: the videobuf2 1065 and start streaming.
|
D | v4l2-controls.txt | 460 starts or stops streaming.
|
/linux-4.1.27/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.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-isp-video.c | 319 if (v4l2_fh_is_singular_file(file) && ivc->streaming) { in isp_video_release() 321 ivc->streaming = 0; in isp_video_release() 510 isp->video_capture.streaming = 1; in isp_video_streamon() 529 video->streaming = 0; in isp_video_streamoff()
|
D | fimc-lite.h | 182 bool streaming; member
|
D | fimc-isp.h | 138 int 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() 536 if (fimc->streaming) { in fimc_lite_release() 538 fimc->streaming = false; in fimc_lite_release() 858 fimc->streaming = true; in fimc_lite_streamon() 878 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() 547 if (close && vc->streaming) { in fimc_capture_release() 549 vc->streaming = false; in fimc_capture_release() 1237 vc->streaming = true; in fimc_cap_streamon() 1258 vc->streaming = false; in fimc_cap_streamoff()
|
D | fimc-core.h | 325 bool streaming; member
|
/linux-4.1.27/drivers/media/platform/omap/ |
D | omap_vout.c | 581 if (!vout->streaming) in omap_vout_isr() 986 if (vout->streaming) { in omap_vout_release() 992 vout->streaming = false; in omap_vout_release() 1126 if (vout->streaming) in vidioc_s_fmt_vid_out() 1299 if (vout->streaming) in vidioc_s_crop() 1499 if (vout->streaming) { in vidioc_reqbufs() 1596 if (!vout->streaming) in vidioc_dqbuf() 1623 if (vout->streaming) { in vidioc_streamon() 1648 vout->streaming = true; in vidioc_streamon() 1705 if (!vout->streaming) in vidioc_streamoff() [all …]
|
D | omap_voutdef.h | 142 bool streaming; member
|
/linux-4.1.27/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.1.27/include/media/ |
D | videobuf2-core.h | 422 unsigned int streaming:1; member 517 return q->streaming; in vb2_is_streaming()
|
D | videobuf-core.h | 151 unsigned int streaming:1; member
|
/linux-4.1.27/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.1.27/net/dccp/ |
D | Kconfig | 12 for use by applications such as streaming media, Internet telephony,
|
/linux-4.1.27/net/dccp/ccids/ |
D | Kconfig | 24 suitable than CCID-2 for applications such streaming media where a
|
/linux-4.1.27/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.1.27/drivers/media/pci/cx88/ |
D | cx88-blackbird.c | 876 bool streaming; in vidioc_s_frequency() local 882 streaming = vb2_start_streaming_called(&dev->vb2_mpegq); in vidioc_s_frequency() 883 if (streaming) in vidioc_s_frequency() 890 if (streaming) in vidioc_s_frequency()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 2118 struct config_item *streaming, *header; in uvcg_streaming_class_allow_link() local 2129 streaming = src->ci_parent->ci_parent; in uvcg_streaming_class_allow_link() 2130 header = config_group_find_item(to_config_group(streaming), "header"); in uvcg_streaming_class_allow_link() 2134 opts = to_f_uvc_opts(streaming->ci_parent); in uvcg_streaming_class_allow_link() 2191 struct config_item *streaming, *header; in uvcg_streaming_class_drop_link() local 2200 streaming = src->ci_parent->ci_parent; in uvcg_streaming_class_drop_link() 2201 header = config_group_find_item(to_config_group(streaming), "header"); in uvcg_streaming_class_drop_link() 2205 opts = to_f_uvc_opts(streaming->ci_parent); in uvcg_streaming_class_drop_link()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/media/platform/coda/ |
D | coda.h | 262 void coda_fill_bitstream(struct coda_ctx *ctx, bool streaming);
|
D | coda-bit.c | 225 void coda_fill_bitstream(struct coda_ctx *ctx, bool streaming) in coda_fill_bitstream() argument 249 v4l2_m2m_buf_done(src_buf, streaming ? in coda_fill_bitstream()
|
/linux-4.1.27/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.1.27/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 432 q->streaming = 1; in go7007_start_streaming() 439 q->streaming = 0; in go7007_start_streaming() 458 q->streaming = 0; in go7007_stop_streaming()
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 426 if (ctx->vq_src.streaming || ctx->vq_dst.streaming) { in vidioc_s_fmt() 819 if (!ctx->vq_src.streaming) in vidioc_decoder_cmd()
|
D | s5p_mfc_enc.c | 1092 if (ctx->vq_src.streaming || ctx->vq_dst.streaming) { in vidioc_s_fmt() 1728 if (!ctx->vq_src.streaming) in vidioc_encoder_cmd()
|
D | s5p_mfc.c | 953 if ((!src_q->streaming || list_empty(&src_q->queued_list)) in s5p_mfc_poll() 954 && (!dst_q->streaming || list_empty(&dst_q->queued_list))) { in s5p_mfc_poll()
|
/linux-4.1.27/fs/xfs/ |
D | Kconfig | 63 for media streaming applications, but is also useful as a generic
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 1126 unsigned int streaming; in isp_video_streamoff() local 1136 streaming = vb2_is_streaming(&vfh->queue); in isp_video_streamoff() 1139 if (!streaming) in isp_video_streamoff()
|
/linux-4.1.27/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.1.27/drivers/input/touchscreen/ |
D | Kconfig | 713 Say Y here for support for streaming mode with WM97xx touchscreens 717 streaming data, this must not conflict with other AC97C drivers. 728 Say Y here for support for streaming mode with WM97xx touchscreens 741 Say Y here for support for streaming mode with the touchscreen
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 199 0=memory (default), 1=streaming
|
/linux-4.1.27/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.1.27/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.1.27/drivers/media/usb/gspca/gl860/ |
D | gl860.c | 105 if (gspca_dev->streaming) in sd_s_ctrl()
|
/linux-4.1.27/Documentation/spi/ |
D | pxa2xx | 232 use streaming DMA mode
|
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_fops.c | 336 if( 0 == fh->vbi_q.streaming ) in __fops_poll()
|
/linux-4.1.27/Documentation/networking/ |
D | dccp.txt | 20 for real-time and multimedia (streaming) traffic.
|
/linux-4.1.27/Documentation/dvb/ |
D | README.dvb-usb | 65 2005-01-31 - distorted streaming is gone for USB1.1 devices
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | pwc-if.c | 1134 if (pdev->vb_queue.streaming) in usb_pwc_disconnect()
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 425 is important for real time data such as streaming sound or video. 439 is important for real time data such as streaming sound or video.
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 912 straming||streaming
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-417.c | 1754 if (fh->vidq.streaming) in mpeg_release()
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 127 timing behavior, e.g., multimedia, streaming, control applications, etc.
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 49 (icd)->vb_vidq.streaming : \
|
/linux-4.1.27/drivers/tty/serial/ |
D | Kconfig | 1386 Enables userspace clients to read and write to some streaming SMD
|