Home
last modified time | relevance | path

Searched refs:stop_streaming (Results 1 – 25 of 162) sorted by relevance

1234567

/linux/drivers/media/usb/as102/
H A Das10x_cmd_stream.c173 sizeof(pcmd->body.stop_streaming.req)); in as10x_cmd_stop_streaming()
176 pcmd->body.stop_streaming.req.proc_id = in as10x_cmd_stop_streaming()
182 sizeof(pcmd->body.stop_streaming.req) in as10x_cmd_stop_streaming()
184 sizeof(prsp->body.stop_streaming.rsp) in as10x_cmd_stop_streaming()
/linux/drivers/media/pci/cx88/
H A Dcx88-vbi.c205 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function
234 .stop_streaming = stop_streaming,
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-empress.c60 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
84 .stop_streaming = stop_streaming,
H A Dsaa7134-vbi.c167 .stop_streaming = saa7134_vb2_stop_streaming,
/linux/drivers/staging/media/starfive/camss/
H A Dstf-video.h92 void (*stop_streaming)(struct stfcamss_video *video); member
H A Dstf-video.c312 video->ops->stop_streaming(video); in video_stop_streaming()
330 .stop_streaming = video_stop_streaming,
/linux/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c393 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function
409 .stop_streaming = stop_streaming,
H A Dsaa7146_video.c666 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function
683 .stop_streaming = stop_streaming,
/linux/drivers/media/usb/au0828/
H A Dau0828-vbi.c76 .stop_streaming = au0828_stop_vbi_streaming,
/linux/drivers/media/usb/em28xx/
H A Dem28xx-vbi.c86 .stop_streaming = em28xx_stop_vbi_streaming,
/linux/samples/v4l/
H A Dv4l2-pci-skeleton.c261 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
281 .stop_streaming = stop_streaming,
/linux/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c610 (int)cxdev->stop_streaming); in cxusb_medion_v_complete_work()
612 if (cxdev->stop_streaming) in cxusb_medion_v_complete_work()
783 if (cxdev->stop_streaming) { in cxusb_medion_v_start_streaming()
907 if (WARN_ON(cxdev->stop_streaming)) in cxusb_medion_v_stop_streaming()
910 cxdev->stop_streaming = true; in cxusb_medion_v_stop_streaming()
937 cxdev->stop_streaming = false; in cxusb_medion_v_stop_streaming()
957 .stop_streaming = cxusb_medion_v_stop_streaming,
H A Dcxusb.h133 bool stop_streaming; member
/linux/drivers/media/usb/uvc/
H A Duvc_queue.c203 .stop_streaming = uvc_stop_streaming,
212 .stop_streaming = uvc_stop_streaming,
/linux/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c726 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
736 .stop_streaming = stop_streaming,
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-meta-out.c123 .stop_streaming = meta_out_stop_streaming,
H A Dvivid-meta-cap.c123 .stop_streaming = meta_cap_stop_streaming,
/linux/drivers/media/i2c/
H A Dvideo-i2c.c548 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
568 .stop_streaming = stop_streaming,
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c80 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function
221 .stop_streaming = stop_streaming,
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-queue.c594 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function
774 .stop_streaming = stop_streaming,
/linux/drivers/media/usb/pwc/
H A Dpwc-if.c736 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
762 .stop_streaming = stop_streaming,
/linux/drivers/media/platform/rockchip/rga/
H A Drga-buf.c224 .stop_streaming = rga_buf_stop_streaming,
/linux/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c348 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
374 .stop_streaming = stop_streaming,
/linux/drivers/media/pci/mgb4/
H A Dmgb4_vout.c175 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
232 .stop_streaming = stop_streaming,
/linux/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c255 .stop_streaming = cx23885_stop_streaming,

1234567