/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);
|
/drivers/media/usb/uvc/ |
D | uvc_driver.c | 326 struct uvc_streaming *streaming, struct uvc_format *format, in uvc_parse_format() argument 329 struct usb_interface *intf = streaming->intf; in uvc_parse_format() 570 struct uvc_streaming *streaming = NULL; in uvc_parse_streaming() local 597 streaming = kzalloc(sizeof *streaming, GFP_KERNEL); in uvc_parse_streaming() 598 if (streaming == NULL) { in uvc_parse_streaming() 603 mutex_init(&streaming->mutex); in uvc_parse_streaming() 604 streaming->dev = dev; in uvc_parse_streaming() 605 streaming->intf = usb_get_intf(intf); in uvc_parse_streaming() 606 streaming->intfnum = intf->cur_altsetting->desc.bInterfaceNumber; in uvc_parse_streaming() 644 streaming->type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in uvc_parse_streaming() [all …]
|
/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()
|
/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() 450 if (sensor->streaming && crop->which == V4L2_SUBDEV_FORMAT_ACTIVE) { in mt9m032_set_pad_crop() 515 if (sensor->streaming) { in mt9m032_set_frame_interval() 533 static int mt9m032_s_stream(struct v4l2_subdev *subdev, int streaming) in mt9m032_s_stream() argument 539 ret = update_formatter2(sensor, streaming); in mt9m032_s_stream() 541 sensor->streaming = streaming; in mt9m032_s_stream()
|
D | s5k4ecgx.c | 193 u8 streaming; member 500 priv->streaming = 0; in __s5k4ecgx_power_off() 608 if (!priv->streaming) { in s5k4ecgx_set_fmt() 826 if (priv->streaming == !on) { in s5k4ecgx_s_stream() 829 priv->streaming = on & 1; in s5k4ecgx_s_stream() 953 priv->streaming = 0; in s5k4ecgx_probe()
|
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 | noon010pc30.c | 146 unsigned int streaming:1; member 567 if (!info->streaming) { in noon010_set_fmt() 619 if (!info->streaming != !on) { in noon010_s_stream() 622 info->streaming = on; in noon010_s_stream()
|
D | s5k5baf.c | 326 unsigned int streaming:1; member 645 if (state->streaming) in s5k5baf_hw_set_mirror() 987 state->streaming = 0; in s5k5baf_power_off() 1107 if (state->streaming == !!on) { in s5k5baf_s_stream() 1124 state->streaming = !state->streaming; in s5k5baf_s_stream() 1330 if (state->streaming) { in s5k5baf_set_fmt() 1498 if (state->streaming) { in s5k5baf_set_selection() 1514 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()
|
/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()
|
/drivers/media/v4l2-core/ |
D | videobuf-core.c | 189 if (q->streaming) { in videobuf_queue_is_busy() 236 if (q->streaming || q->reading) { in __videobuf_free() 266 q->streaming = 0; in videobuf_queue_cancel() 458 if (q->streaming) { in videobuf_reqbufs() 610 if (q->streaming) { in videobuf_qbuf() 635 if (!q->streaming) { in stream_next_buffer_check_queue() 656 !list_empty(&q->stream) || !q->streaming); in stream_next_buffer_check_queue() 744 if (q->streaming) in videobuf_streamon() 746 q->streaming = 1; in videobuf_streamon() 763 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()
|
/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
|
/drivers/staging/media/omap24xx/ |
D | omap24xxcam.c | 393 struct omap24xxcam_fh *fh = cam->streaming->private_data; in omap24xxcam_vbq_complete() 725 return sprintf(buf, "%s\n", cam->streaming ? "active" : "inactive"); in omap24xxcam_streaming_show() 727 static DEVICE_ATTR(streaming, S_IRUGO, omap24xxcam_streaming_show, NULL); 1032 if (cam->streaming) { in vidioc_s_fmt_vid_cap() 1076 if (cam->streaming) { in vidioc_reqbufs() 1166 if (cam->streaming) { in vidioc_streamon() 1179 cam->streaming = file; in vidioc_streamon() 1203 cam->streaming = NULL; in vidioc_streamoff() 1299 if (cam->streaming) { in vidioc_s_parm() 1341 if (cam->streaming != file) { in omap24xxcam_poll() [all …]
|
/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); 743 if (usbvision->streaming == stream_on) { in vidioc_reqbufs() 831 if (usbvision->streaming == stream_idle) in vidioc_dqbuf() 866 usbvision->streaming = stream_on; in vidioc_streamon() 880 if (usbvision->streaming == stream_on) { in vidioc_streamoff() 954 if (usbvision->streaming == stream_on) { in vidioc_s_fmt_vid_cap() 996 if (usbvision->streaming != stream_on) { in usbvision_read() 998 usbvision->streaming = stream_on; in usbvision_read() 1616 usbvision->streaming = stream_off; in usbvision_probe()
|
/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 433 if (sensor->streaming) in smiapp_set_ctrl() 479 if (sensor->streaming) in smiapp_set_ctrl() 1315 sensor->streaming = false; in smiapp_power_off() 1501 if (sensor->streaming == enable) in smiapp_set_stream() 1505 sensor->streaming = true; in smiapp_set_stream() 1508 sensor->streaming = false; in smiapp_set_stream() 1511 sensor->streaming = false; in smiapp_set_stream() 2688 sensor->streaming = false; in smiapp_registered() 2808 bool streaming; in smiapp_suspend() local 2815 if (sensor->streaming) in smiapp_suspend() [all …]
|
/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()
|
/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()
|
/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() 1125 if (vout->streaming) in vidioc_s_fmt_vid_out() 1298 if (vout->streaming) in vidioc_s_crop() 1498 if (vout->streaming) { in vidioc_reqbufs() 1595 if (!vout->streaming) in vidioc_dqbuf() 1622 if (vout->streaming) { in vidioc_streamon() 1647 vout->streaming = true; in vidioc_streamon() 1704 if (!vout->streaming) in vidioc_streamoff() [all …]
|
/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()
|
/drivers/net/wireless/ti/wlcore/ |
D | debugfs.c | 1248 struct dentry *entry, *streaming; in wl1271_debugfs_add_files() local 1271 streaming = debugfs_create_dir("rx_streaming", rootdir); in wl1271_debugfs_add_files() 1272 if (!streaming || IS_ERR(streaming)) in wl1271_debugfs_add_files() 1275 DEBUGFS_ADD_PREFIX(rx_streaming, interval, streaming); in wl1271_debugfs_add_files() 1276 DEBUGFS_ADD_PREFIX(rx_streaming, always, streaming); in wl1271_debugfs_add_files()
|