Home
last modified time | relevance | path

Searched refs:cx18_stop_v4l2_encode_stream (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-streams.h55 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end);
Dcx18-fileops.c565 cx18_stop_v4l2_encode_stream(s_idx, 0); in cx18_start_capture()
571 cx18_stop_v4l2_encode_stream(s_vbi, 0); in cx18_start_capture()
726 cx18_stop_v4l2_encode_stream(s_vbi, 0); in cx18_stop_capture()
730 cx18_stop_v4l2_encode_stream(s_idx, 0); in cx18_stop_capture()
738 cx18_stop_v4l2_encode_stream(s, gop_end); in cx18_stop_capture()
Dcx18-streams.c964 cx18_stop_v4l2_encode_stream(s, 0); in cx18_stop_all_captures()
968 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end) in cx18_stop_v4l2_encode_stream() function
1016 EXPORT_SYMBOL(cx18_stop_v4l2_encode_stream);
Dcx18-alsa-pcm.c202 cx18_stop_v4l2_encode_stream(s, 0); in snd_cx18_pcm_capture_close()
Dcx18-dvb.c331 ret = cx18_stop_v4l2_encode_stream(stream, 0); in cx18_dvb_stop_feed()