Home
last modified time | relevance | path

Searched refs:IVTV_F_S_STREAMOFF (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/pci/ivtv/
H A Divtv-fileops.c386 clear_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_read()
451 …if (test_bit(IVTV_F_S_STREAMOFF, &s->s_flags) || test_and_set_bit(IVTV_F_S_STREAMING, &s->s_flags)… in ivtv_start_capture()
773 int eof = test_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_v4l2_enc_poll()
842 clear_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_stop_capture()
868 clear_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_stop_decoding()
H A Divtv-streams.c531 clear_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_start_v4l2_encode_stream()
732 clear_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_start_v4l2_decode_stream()
858 set_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_stop_v4l2_encode_stream()
H A Divtv-alsa-pcm.c161 if (test_bit(IVTV_F_S_STREAMOFF, &s->s_flags) || in snd_ivtv_pcm_capture_open()
H A Divtv-driver.h219 #define IVTV_F_S_STREAMOFF 7 /* signal end of stream EOS */ macro