/Linux-v4.19/drivers/media/usb/as102/ |
D | as10x_cmd_stream.c | 182 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()
|
D | as10x_cmd.h | 456 union as10x_stop_streaming stop_streaming; member
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-vbi.c | 205 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function 234 .stop_streaming = stop_streaming,
|
D | cx88-blackbird.c | 760 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function 795 .stop_streaming = stop_streaming,
|
D | cx88-dvb.c | 139 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function 166 .stop_streaming = stop_streaming,
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-empress.c | 68 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function 92 .stop_streaming = stop_streaming,
|
D | saa7134-vbi.c | 176 .stop_streaming = saa7134_vb2_stop_streaming,
|
D | saa7134-ts.c | 180 .stop_streaming = saa7134_ts_stop_streaming,
|
/Linux-v4.19/drivers/media/usb/au0828/ |
D | au0828-vbi.c | 87 .stop_streaming = au0828_stop_vbi_streaming,
|
/Linux-v4.19/drivers/media/usb/em28xx/ |
D | em28xx-vbi.c | 96 .stop_streaming = em28xx_stop_vbi_streaming,
|
/Linux-v4.19/samples/v4l/ |
D | v4l2-pci-skeleton.c | 270 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function 290 .stop_streaming = stop_streaming,
|
/Linux-v4.19/drivers/media/i2c/ |
D | video-i2c.c | 326 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/ |
D | rga-buf.c | 115 .stop_streaming = rga_buf_stop_streaming,
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_queue.c | 209 .stop_streaming = uvc_stop_streaming, 218 .stop_streaming = uvc_stop_streaming,
|
/Linux-v4.19/drivers/media/usb/stk1160/ |
D | stk1160-v4l.c | 739 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/ |
D | fimc-m2m.c | 86 static void stop_streaming(struct vb2_queue *q) in stop_streaming() function 228 .stop_streaming = stop_streaming,
|
/Linux-v4.19/drivers/media/usb/pwc/ |
D | pwc-if.c | 693 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function 719 .stop_streaming = stop_streaming,
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-vbi-out.c | 123 .stop_streaming = vbi_out_stop_streaming,
|
D | vivid-vbi-cap.c | 228 .stop_streaming = vbi_cap_stop_streaming,
|
/Linux-v4.19/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 363 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function 389 .stop_streaming = stop_streaming,
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-vbi.c | 265 .stop_streaming = cx23885_stop_streaming,
|
/Linux-v4.19/include/media/ |
D | videobuf2-core.h | 398 void (*stop_streaming)(struct vb2_queue *q); member
|
/Linux-v4.19/drivers/media/platform/atmel/ |
D | atmel-isi.c | 477 static void stop_streaming(struct vb2_queue *vq) in stop_streaming() function 529 .stop_streaming = stop_streaming,
|
/Linux-v4.19/drivers/media/dvb-core/ |
D | dvb_vb2.c | 132 .stop_streaming = _stop_streaming,
|
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-dvb.c | 305 static int stop_streaming(struct cx231xx_dvb *dvb) in stop_streaming() function 352 err = stop_streaming(dvb); in stop_feed()
|