gop_end           698 drivers/media/pci/cx18/cx18-fileops.c void cx18_stop_capture(struct cx18_open_id *id, int gop_end)
gop_end           729 drivers/media/pci/cx18/cx18-fileops.c 			cx18_stop_v4l2_encode_stream(s, gop_end);
gop_end           731 drivers/media/pci/cx18/cx18-fileops.c 	if (!gop_end) {
gop_end            19 drivers/media/pci/cx18/cx18-fileops.h void cx18_stop_capture(struct cx18_open_id *id, int gop_end);
gop_end           960 drivers/media/pci/cx18/cx18-streams.c int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end)
gop_end           977 drivers/media/pci/cx18/cx18-streams.c 		cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, !gop_end);
gop_end           981 drivers/media/pci/cx18/cx18-streams.c 	if (s->type == CX18_ENC_STREAM_TYPE_MPG && gop_end) {
gop_end            46 drivers/media/pci/cx18/cx18-streams.h int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end);
gop_end           796 drivers/media/pci/ivtv/ivtv-fileops.c void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end)
gop_end           825 drivers/media/pci/ivtv/ivtv-fileops.c 			ivtv_stop_v4l2_encode_stream(s, gop_end);
gop_end           828 drivers/media/pci/ivtv/ivtv-fileops.c 	if (!gop_end) {
gop_end            22 drivers/media/pci/ivtv/ivtv-fileops.h void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end);
gop_end           791 drivers/media/pci/ivtv/ivtv-streams.c int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end)
gop_end           828 drivers/media/pci/ivtv/ivtv-streams.c 	if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) {
gop_end           839 drivers/media/pci/ivtv/ivtv-streams.c 		if (s->type == IVTV_ENC_STREAM_TYPE_MPG && gop_end) {
gop_end            18 drivers/media/pci/ivtv/ivtv-streams.h int ivtv_stop_v4l2_encode_stream(struct ivtv_stream *s, int gop_end);