Home
last modified time | relevance | path

Searched refs:streaming (Results 1 – 160 of 160) sorted by relevance

/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc107 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/
Dvsp1_entity.c28 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()
Dvsp1_entity.h77 bool streaming; member
100 int vsp1_entity_set_streaming(struct vsp1_entity *entity, bool streaming);
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_driver.c332 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/
Dcpia2_usb.c226 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 …]
Dcpia2_v4l.c196 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()
Dcpia2.h385 int streaming; /* 0 = no, 1 = yes */ member
Dcpia2_core.c2317 if (!cam->streaming) { in cpia2_read()
2365 !cam->streaming) { in cpia2_poll()
/linux-4.4.14/drivers/media/i2c/
Dmt9m032.c160 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()
Dtvp514x.c113 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,
Ds5k4ecgx.c193 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()
Dnoon010pc30.c146 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()
Ds5k5baf.c326 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()
Dtvp7002.c425 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()
Dov2659.c234 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()
Dov9650.c273 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()
Ds5k6aa.c263 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/
Dvideobuf-core.c191 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 …]
Dvideobuf2-core.c575 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()
Dv4l2-mem2mem.c219 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()
Dvideobuf-vmalloc.c81 if (q->streaming) in videobuf_vm_close()
Dvideobuf-dma-contig.c93 if (q->streaming) in videobuf_vm_close()
Dvideobuf2-v4l2.c939 if (q->streaming || q->num_buffers > 0) in __vb2_init_fileio()
/linux-4.4.14/drivers/media/usb/gspca/
Dgspca.c362 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 …]
Dfinepix.c101 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()
Dkonica.c270 if (!gspca_dev->streaming) in sd_isoc_irq()
380 if (!gspca_dev->streaming) in sd_s_ctrl()
Dsn9c2028.c272 if (!gspca_dev->streaming) in set_gain()
294 if (!gspca_dev->streaming) in sd_s_ctrl()
Dov534.c1077 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()
Dgspca.h189 __u8 streaming; /* protected by both mutexes (*) */ member
Dsq905c.c151 while (gspca_dev->present && gspca_dev->streaming) { in sq905c_dostream()
Ddtcs033.c207 if (!gspca_dev->streaming) in sd_s_ctrl()
Dbenq.c162 if (!gspca_dev->streaming) in sd_isoc_irq()
Dspca508.c1461 if (!gspca_dev->streaming) in sd_s_ctrl()
Dspca505.c733 if (!gspca_dev->streaming) in sd_s_ctrl()
Dvicam.c196 while (gspca_dev->present && gspca_dev->streaming) { in vicam_dostream()
Dtv8532.c300 if (!gspca_dev->streaming) in sd_s_ctrl()
Dsq905.c234 while (gspca_dev->present && gspca_dev->streaming) { in sq905_dostream()
Dspca501.c1954 if (!gspca_dev->streaming) in sd_s_ctrl()
Dmars.c172 if (!gspca_dev->streaming) in mars_s_ctrl()
Dspca1528.c351 if (!gspca_dev->streaming) in sd_s_ctrl()
Djl2005bcd.c336 while (gspca_dev->present && gspca_dev->streaming) { in jl2005c_dostream()
Dstk014.c361 if (!gspca_dev->streaming) in sd_s_ctrl()
Djeilinj.c408 if (!gspca_dev->streaming) in sd_s_ctrl()
Dpac207.c233 if (!gspca_dev->streaming) in sd_s_ctrl()
Dtouptek.c597 if (!gspca_dev->streaming) in sd_s_ctrl()
Dpac7311.c387 if (!gspca_dev->streaming) in sd_s_ctrl()
Dtopro.c3991 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()
Dsn9c20x.c1443 if (gspca_dev->streaming) in set_exposure()
1498 if (gspca_dev->streaming) in set_gain()
1667 if (!gspca_dev->streaming) in sd_s_ctrl()
Dstk1135.c580 if (!gspca_dev->streaming) in sd_s_ctrl()
Dspca506.c524 if (!gspca_dev->streaming) in sd_s_ctrl()
Dconex.c885 if (!gspca_dev->streaming) in sd_s_ctrl()
Dnw80x.c1976 if (!gspca_dev->streaming) in sd_s_ctrl()
Dspca500.c898 if (!gspca_dev->streaming) in sd_s_ctrl()
Dse401.c632 if (!gspca_dev->streaming) in sd_s_ctrl()
Dpac7302.c603 if (!gspca_dev->streaming) in sd_s_ctrl()
Dspca561.c778 if (!gspca_dev->streaming) in sd_s_ctrl()
Dmr97310a.c903 if (!gspca_dev->streaming) in sd_s_ctrl()
Detoms.c706 if (!gspca_dev->streaming) in sd_s_ctrl()
Dov534_9.c1718 if (!gspca_dev->streaming) in sd_s_ctrl()
Dt613.c915 if (!gspca_dev->streaming) in sd_s_ctrl()
Dov519.c4108 if (sd->gspca_dev.streaming) in sethvflip()
4113 if (sd->gspca_dev.streaming) in sethvflip()
4849 if (!gspca_dev->streaming) in sd_s_ctrl()
Dzc3xx.c5954 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()
Dsq930x.c1079 if (!gspca_dev->streaming) in sd_s_ctrl()
Dsunplus.c930 if (!gspca_dev->streaming) in sd_s_ctrl()
Dsonixb.c979 if (!gspca_dev->streaming) in sd_s_ctrl()
Dcpia1.c1760 if (!gspca_dev->streaming && ctrl->id != V4L2_CID_POWER_LINE_FREQUENCY) in sd_s_ctrl()
1789 gspca_dev->streaming); in sd_s_ctrl()
Dvc032x.c3661 if (!gspca_dev->streaming && ctrl->id != V4L2_CID_POWER_LINE_FREQUENCY) in sd_s_ctrl()
DKconfig217 Say Y here if you want streaming support for Sonix SN9C2028 cameras.
Dsonixj.c2823 if (!gspca_dev->streaming) in sd_s_ctrl()
Dxirlink_cit.c2960 if (!gspca_dev->streaming) in sd_s_ctrl()
/linux-4.4.14/Documentation/scsi/
Daic79xx.txt134 - 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 …]
Daic7xxx.txt294 they should retain the default read streaming setting.
DChangeLog.lpfc65 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/
Daudio.c109 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()
Ddevice.h83 int streaming, first_packet, output_running; member
/linux-4.4.14/Documentation/usb/
Dgadget-testing.txt671 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 …]
Ddma.txt58 not using a streaming DMA mapping, so it's good for small transfers on
61 "streaming" DMA mappings.)
DURB.txt34 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/
D00-INDEX10 - info on the IDE ATAPI streaming tape driver
Dide-tape.txt1 IDE ATAPI streaming tape driver.
/linux-4.4.14/drivers/media/usb/as102/
Das102_drv.h76 int streaming; member
Das102_drv.c155 if (as102_dev->streaming++ == 0) in as102_dvb_dmx_start_feed()
170 if (--as102_dev->streaming == 0) in as102_dvb_dmx_stop_feed()
Das102_usb_drv.c234 if (as102_dev->streaming) in as102_urb_stream_irq()
/linux-4.4.14/drivers/media/usb/usbvision/
Dusbvision-video.c255 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()
Dusbvision-core.c1298 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()
Dusbvision.h401 enum stream_state streaming; /* Are we streaming Isochronous? */ member
/linux-4.4.14/Documentation/
Dmedia-framework.txt321 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
DDMA-API-HOWTO.txt173 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
Dxillybus.txt25 -- Data streaming
265 Data streaming
DDMA-API.txt148 streaming and coherent DMA mask parameters if it is.
/linux-4.4.14/Documentation/video4linux/
Dcafe_ccic36 - 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
Dvideobuf10 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
Domap3isp.txt193 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
DREADME.cpia227 - Adjust brightness, color, contrast while streaming.
104 For normal streaming, 3 should give the best results. With only 2,
DREADME.davinci-vpbe80 driver has been tested with NTSC and PAL standards and buffer streaming.
Dmeye.txt104 call to MEYEIOC_QBUF_CAPT starts the streaming capture.
DREADME.pvrusb293 the tuner's frequency through sysfs while simultaneously streaming
172 to provide a streaming API usable by a read() system call style of
Dfimc.txt117 starting streaming):
Dvivid.txt21 - 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.
Dv4l2-controls.txt460 starts or stops streaming.
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/
Dstv06xx_vv6410.c55 if (!gspca_dev->streaming) in vv6410_s_ctrl()
60 if (!gspca_dev->streaming) in vv6410_s_ctrl()
/linux-4.4.14/include/media/
Dvideobuf2-core.h476 unsigned int streaming:1; member
542 return q->streaming; in vb2_is_streaming()
Dvideobuf-core.h151 unsigned int streaming:1; member
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-dma.txt57 - 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/
Dfimc-isp-video.c321 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()
Dfimc-isp.h138 int streaming; member
Dfimc-lite.h182 bool streaming; member
Dfimc-lite.c187 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()
Dfimc-capture.c91 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()
Dfimc-core.h325 bool streaming; member
/linux-4.4.14/drivers/media/platform/omap/
Domap_vout.c565 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 …]
Domap_voutdef.h142 bool streaming; member
/linux-4.4.14/drivers/media/i2c/smiapp/
Dsmiapp-core.c426 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 …]
Dsmiapp.h223 bool streaming; member
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Ddebugfs.c1241 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/
DKconfig12 for use by applications such as streaming media, Internet telephony,
/linux-4.4.14/net/dccp/ccids/
DKconfig24 suitable than CCID-2 for applications such streaming media where a
/linux-4.4.14/drivers/staging/most/Documentation/ABI/
Dsysfs-class-most.txt95 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/
Dxilinx-tpg.c107 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/
Duvc_configfs.c2024 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/
Dcx88-blackbird.c879 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/
Dpci.txt47 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/
Ds5c73m3-core.c444 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()
Ds5c73m3.h415 u8 streaming:1; member
/linux-4.4.14/drivers/media/usb/gspca/m5602/
Dm5602_ov9650.c504 if (gspca_dev->streaming) in ov9650_set_hvflip()
572 if (!gspca_dev->streaming) in ov9650_s_ctrl()
Dm5602_ov7660.c263 if (!gspca_dev->streaming) in ov7660_s_ctrl()
Dm5602_s5k83a.c364 if (!gspca_dev->streaming) in s5k83a_s_ctrl()
Dm5602_mt9m111.c394 if (!gspca_dev->streaming) in mt9m111_s_ctrl()
Dm5602_s5k4aa.c491 if (!gspca_dev->streaming) in s5k4aa_s_ctrl()
Dm5602_po1030.c453 if (!gspca_dev->streaming) in po1030_s_ctrl()
/linux-4.4.14/drivers/media/platform/coda/
Dcoda.h259 void coda_fill_bitstream(struct coda_ctx *ctx, bool streaming);
Dcoda-bit.c226 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/
Domfs.txt13 filesystem for your own streaming media device. Native Linux filesystems
D00-INDEX123 - info on relay, for efficient streaming from kernel to user space.
Dext4.txt93 * persistent file preallocation (e.g for streaming media, databases)
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-v4l2.c436 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/
Ds5p_mfc_dec.c426 if (ctx->vq_src.streaming || ctx->vq_dst.streaming) { in vidioc_s_fmt()
824 if (!ctx->vq_src.streaming) in vidioc_decoder_cmd()
Ds5p_mfc_enc.c1098 if (ctx->vq_src.streaming || ctx->vq_dst.streaming) { in vidioc_s_fmt()
1734 if (!ctx->vq_src.streaming) in vidioc_encoder_cmd()
Ds5p_mfc.c960 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/
DKconfig63 for media streaming applications, but is also useful as a generic
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispvideo.c1127 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/
Dcompress_offload.txt23 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/
Dbcm_sf2.txt8 - streaming/multimedia Set Top Box such as BCM7445
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt199 0=memory (default), 1=streaming
/linux-4.4.14/drivers/input/touchscreen/
DKconfig750 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/
Dcamif-capture.c155 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/
Dmixart.c1209 …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/
Ddriver_usage.txt22 audio/video streaming. Therefore, the driver perfectly fits to the mission
/linux-4.4.14/Documentation/spi/
Dpxa2xx226 use streaming DMA mode
/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_fops.c336 if( 0 == fh->vbi_q.streaming ) in __fops_poll()
/linux-4.4.14/drivers/media/usb/gspca/gl860/
Dgl860.c105 if (gspca_dev->streaming) in sd_s_ctrl()
/linux-4.4.14/Documentation/networking/
Ddccp.txt20 for real-time and multimedia (streaming) traffic.
/linux-4.4.14/drivers/media/usb/pwc/
Dpwc-if.c1143 if (pdev->vb_queue.streaming) in usb_pwc_disconnect()
/linux-4.4.14/Documentation/dvb/
DREADME.dvb-usb65 2005-01-31 - distorted streaming is gone for USB1.1 devices
/linux-4.4.14/net/sched/
DKconfig426 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/
Dspelling.txt936 straming||streaming
/linux-4.4.14/Documentation/DocBook/
Ddevice-drivers.xml.db877 API-vb2-is-streaming
884 API-vb2-start-streaming-called
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-417.c1753 if (fh->vidq.streaming) in mpeg_release()
/linux-4.4.14/drivers/media/platform/soc_camera/
Dsoc_camera.c49 (icd)->vb_vidq.streaming : \
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt131 timing behavior, e.g., multimedia, streaming, control applications, etc.