Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-fileops.c376 clear_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_read()
441 …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()
761 int eof = test_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_v4l2_enc_poll()
830 clear_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_stop_capture()
856 clear_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_stop_decoding()
A Divtv-streams.c544 clear_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_start_v4l2_encode_stream()
743 clear_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_start_v4l2_decode_stream()
869 set_bit(IVTV_F_S_STREAMOFF, &s->s_flags); in ivtv_stop_v4l2_encode_stream()
A Divtv-alsa-pcm.c163 if (test_bit(IVTV_F_S_STREAMOFF, &s->s_flags) || in snd_ivtv_pcm_capture_open()
A Divtv-driver.h232 #define IVTV_F_S_STREAMOFF 7 /* signal end of stream EOS */ macro

Completed in 11 milliseconds