Home
last modified time | relevance | path

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

123456

/openbmc/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()
H A Das10x_cmd.h447 union as10x_stop_streaming stop_streaming; member
/openbmc/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,
H A Dcx88-blackbird.c752 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function
787 .stop_streaming = stop_streaming,
/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-empress.c59 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() 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,
/openbmc/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,
/openbmc/linux/drivers/media/usb/au0828/
H A Dau0828-vbi.c76 .stop_streaming = au0828_stop_vbi_streaming,
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-vbi.c86 .stop_streaming = em28xx_stop_vbi_streaming,
/openbmc/linux/samples/v4l/
H A Dv4l2-pci-skeleton.c260 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
280 .stop_streaming = stop_streaming,
/openbmc/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
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_queue.c203 .stop_streaming = uvc_stop_streaming,
212 .stop_streaming = uvc_stop_streaming,
/openbmc/linux/drivers/media/platform/rockchip/rga/
H A Drga-buf.c107 .stop_streaming = rga_buf_stop_streaming,
/openbmc/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,
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-meta-out.c126 .stop_streaming = meta_out_stop_streaming,
H A Dvivid-meta-cap.c126 .stop_streaming = meta_cap_stop_streaming,
H A Dvivid-vbi-out.c130 .stop_streaming = vbi_out_stop_streaming,
/openbmc/linux/drivers/media/i2c/
H A Dvideo-i2c.c547 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
567 .stop_streaming = stop_streaming,
/openbmc/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,
/openbmc/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,
/openbmc/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,
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c255 .stop_streaming = cx23885_stop_streaming,

123456