Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/media/usb/as102/
Das10x_cmd_stream.c182 sizeof(pcmd->body.stop_streaming.req)); in as10x_cmd_stop_streaming()
185 pcmd->body.stop_streaming.req.proc_id = in as10x_cmd_stop_streaming()
191 sizeof(pcmd->body.stop_streaming.req) in as10x_cmd_stop_streaming()
193 sizeof(prsp->body.stop_streaming.rsp) in as10x_cmd_stop_streaming()
Das10x_cmd.h456 union as10x_stop_streaming stop_streaming; member
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-vbi.c205 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function
234 .stop_streaming = stop_streaming,
Dcx88-blackbird.c760 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function
795 .stop_streaming = stop_streaming,
Dcx88-dvb.c139 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function
166 .stop_streaming = stop_streaming,
/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-empress.c68 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
92 .stop_streaming = stop_streaming,
Dsaa7134-vbi.c176 .stop_streaming = saa7134_vb2_stop_streaming,
Dsaa7134-ts.c180 .stop_streaming = saa7134_ts_stop_streaming,
/Linux-v4.19/drivers/media/usb/au0828/
Dau0828-vbi.c87 .stop_streaming = au0828_stop_vbi_streaming,
/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-vbi.c96 .stop_streaming = em28xx_stop_vbi_streaming,
/Linux-v4.19/samples/v4l/
Dv4l2-pci-skeleton.c270 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
290 .stop_streaming = stop_streaming,
/Linux-v4.19/drivers/media/i2c/
Dvideo-i2c.c326 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
344 .stop_streaming = stop_streaming,
/Linux-v4.19/drivers/media/platform/rockchip/rga/
Drga-buf.c115 .stop_streaming = rga_buf_stop_streaming,
/Linux-v4.19/drivers/media/usb/uvc/
Duvc_queue.c209 .stop_streaming = uvc_stop_streaming,
218 .stop_streaming = uvc_stop_streaming,
/Linux-v4.19/drivers/media/usb/stk1160/
Dstk1160-v4l.c739 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
749 .stop_streaming = stop_streaming,
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-m2m.c86 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function
228 .stop_streaming = stop_streaming,
/Linux-v4.19/drivers/media/usb/pwc/
Dpwc-if.c693 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
719 .stop_streaming = stop_streaming,
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-vbi-out.c123 .stop_streaming = vbi_out_stop_streaming,
Dvivid-vbi-cap.c228 .stop_streaming = vbi_cap_stop_streaming,
/Linux-v4.19/drivers/media/pci/sta2x11/
Dsta2x11_vip.c363 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
389 .stop_streaming = stop_streaming,
/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23885-vbi.c265 .stop_streaming = cx23885_stop_streaming,
/Linux-v4.19/include/media/
Dvideobuf2-core.h398 void (*stop_streaming)(struct vb2_queue *q); member
/Linux-v4.19/drivers/media/platform/atmel/
Datmel-isi.c477 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function
529 .stop_streaming = stop_streaming,
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_vb2.c132 .stop_streaming = _stop_streaming,
/Linux-v4.19/drivers/media/usb/cx231xx/
Dcx231xx-dvb.c305 static int stop_streaming(struct cx231xx_dvb *dvb) in stop_streaming() function
352 err = stop_streaming(dvb); in stop_feed()

1234