Searched refs:stop_streaming (Results 1 - 25 of 158) sorted by relevance

1234567

/linux-master/drivers/media/usb/as102/
H A Das10x_cmd_stream.c173 sizeof(pcmd->body.stop_streaming.req));
176 pcmd->body.stop_streaming.req.proc_id =
182 sizeof(pcmd->body.stop_streaming.req)
184 sizeof(prsp->body.stop_streaming.rsp)
H A Das10x_cmd.h447 union as10x_stop_streaming stop_streaming; member in union:as10x_cmd_t::__anon184
/linux-master/drivers/media/usb/au0828/
H A Dau0828-vbi.c76 .stop_streaming = au0828_stop_vbi_streaming,
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-video.h92 void (*stop_streaming)(struct stfcamss_video *video); member in struct:stfcamss_video_ops
H A Dstf-video.c312 video->ops->stop_streaming(video);
330 .stop_streaming = video_stop_streaming,
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-vbi.c86 .stop_streaming = em28xx_stop_vbi_streaming,
/linux-master/drivers/media/pci/cx88/
H A Dcx88-vbi.c205 static void stop_streaming(struct vb2_queue *q) function
234 .stop_streaming = stop_streaming,
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-empress.c59 static void stop_streaming(struct vb2_queue *vq) function
83 .stop_streaming = stop_streaming,
H A Dsaa7134-vbi.c167 .stop_streaming = saa7134_vb2_stop_streaming,
H A Dsaa7134-ts.c171 .stop_streaming = saa7134_ts_stop_streaming,
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c393 static void stop_streaming(struct vb2_queue *q) function
409 .stop_streaming = stop_streaming,
H A Dsaa7146_video.c666 static void stop_streaming(struct vb2_queue *q) function
683 .stop_streaming = stop_streaming,
/linux-master/drivers/media/usb/dvb-usb/
H A Dcxusb.h133 bool stop_streaming; member in struct:cxusb_medion_dev
H A Dcxusb-analog.c609 cxusb_vprintk(dvbdev, URB, "worker called, stop_streaming = %d\n",
610 (int)cxdev->stop_streaming);
612 if (cxdev->stop_streaming)
783 if (cxdev->stop_streaming) {
907 if (WARN_ON(cxdev->stop_streaming))
910 cxdev->stop_streaming = true;
937 cxdev->stop_streaming = false;
957 .stop_streaming = cxusb_medion_v_stop_streaming,
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-meta-out.c127 .stop_streaming = meta_out_stop_streaming,
H A Dvivid-vbi-out.c127 .stop_streaming = vbi_out_stop_streaming,
H A Dvivid-meta-cap.c123 .stop_streaming = meta_cap_stop_streaming,
/linux-master/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c726 static void stop_streaming(struct vb2_queue *vq) function
736 .stop_streaming = stop_streaming,
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vout.c123 static void stop_streaming(struct vb2_queue *vq) function
180 .stop_streaming = stop_streaming,
/linux-master/samples/v4l/
H A Dv4l2-pci-skeleton.c261 static void stop_streaming(struct vb2_queue *vq) function
281 .stop_streaming = stop_streaming,
/linux-master/drivers/media/usb/uvc/
H A Duvc_queue.c203 .stop_streaming = uvc_stop_streaming,
212 .stop_streaming = uvc_stop_streaming,
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c255 .stop_streaming = cx23885_stop_streaming,
/linux-master/drivers/media/platform/rockchip/rga/
H A Drga-buf.c219 .stop_streaming = rga_buf_stop_streaming,
/linux-master/include/media/
H A Dvideobuf2-core.h408 * @stop_streaming: called when 'streaming' state must be disabled; driver
447 void (*stop_streaming)(struct vb2_queue *q); member in struct:vb2_ops
753 * &vb2_ops->stop_streaming callback.
/linux-master/drivers/media/usb/pwc/
H A Dpwc-if.c736 static void stop_streaming(struct vb2_queue *vq) function
762 .stop_streaming = stop_streaming,

Completed in 273 milliseconds

1234567