Searched refs:stop_streaming (Results 1 - 25 of 160) sorted by path

1234567

/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c255 .stop_streaming = cx23885_stop_streaming,
H A Dcx23885-417.c1216 .stop_streaming = cx23885_stop_streaming,
H A Dcx23885-dvb.c176 .stop_streaming = cx23885_stop_streaming,
H A Dcx23885-video.c525 .stop_streaming = cx23885_stop_streaming,
/linux-master/drivers/media/usb/as102/
H A Das10x_cmd.h447 union as10x_stop_streaming stop_streaming; member in union:as10x_cmd_t::__anon184
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)
/linux-master/drivers/media/usb/dvb-usb/
H A Dcxusb.h133 bool stop_streaming; member in struct:cxusb_medion_dev
/linux-master/drivers/input/rmi4/
H A Drmi_f54.c374 .stop_streaming = rmi_f54_stop_streaming,
/linux-master/drivers/input/touchscreen/
H A Dsur40.c1110 .stop_streaming = sur40_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/common/videobuf2/
H A Dvideobuf2-core.c601 pr_info(" setup: %u start_streaming: %u stop_streaming: %u\n",
2172 call_void_qop(q, stop_streaming, q);
2179 * in stop_streaming(). See the stop_streaming() documentation in
2181 * to vb2 in stop_streaming().
2191 pr_warn("driver bug: stop_streaming operation is leaving buffer %u in active state\n",
/linux-master/drivers/media/dvb-core/
H A Ddvb_vb2.c128 .stop_streaming = _stop_streaming,
/linux-master/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c949 .stop_streaming = rtl2832_sdr_stop_streaming,
/linux-master/drivers/media/i2c/
H A Dvideo-i2c.c548 static void stop_streaming(struct vb2_queue *vq) function
568 .stop_streaming = stop_streaming,
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1565 static void stop_streaming(struct vb2_queue *q) function
1586 .stop_streaming = stop_streaming,
H A Dbttv-vbi.c172 .stop_streaming = stop_streaming_vbi,
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c426 .stop_streaming = cobalt_stop_streaming,
/linux-master/drivers/media/pci/cx18/
H A Dcx18-streams.c231 .stop_streaming = cx18_stop_streaming,
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-video.c301 .stop_streaming = cx25821_stop_streaming,
/linux-master/drivers/media/pci/cx88/
H A Dcx88-blackbird.c752 static void stop_streaming(struct vb2_queue *q) function
787 .stop_streaming = stop_streaming,
H A Dcx88-dvb.c131 static void stop_streaming(struct vb2_queue *q) function
158 .stop_streaming = stop_streaming,
H A Dcx88-vbi.c205 static void stop_streaming(struct vb2_queue *q) function
234 .stop_streaming = stop_streaming,
H A Dcx88-video.c540 static void stop_streaming(struct vb2_queue *q) function
568 .stop_streaming = stop_streaming,
/linux-master/drivers/media/pci/dt3155/
H A Ddt3155.c229 .stop_streaming = dt3155_stop_streaming,

Completed in 452 milliseconds

1234567