Searched refs:IVTV_F_S_STREAMING (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/media/pci/ivtv/ |
| H A D | ivtv-fileops.c | 460 !test_and_set_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags)) { in ivtv_start_capture() 468 clear_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags); in ivtv_start_capture() 469 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_start_capture() 494 test_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags)) { in ivtv_start_capture() 496 clear_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags); in ivtv_start_capture() 498 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_start_capture() 613 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_write() 777 if (!eof && !test_bit(IVTV_F_S_STREAMING, &s->s_flags) && in ivtv_v4l2_enc_poll() 818 if (test_bit(IVTV_F_S_STREAMING, &s->s_flags)) { in ivtv_stop_capture() 825 test_bit(IVTV_F_S_STREAMING, &s_vbi->s_flags) && in ivtv_stop_capture() [all …]
|
| H A D | ivtv-alsa-pcm.c | 164 test_and_set_bit(IVTV_F_S_STREAMING, &s->s_flags)) { in snd_ivtv_pcm_capture_open() 179 set_bit(IVTV_F_S_STREAMING, &s->s_flags); in snd_ivtv_pcm_capture_open() 197 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in snd_ivtv_pcm_capture_close()
|
| H A D | ivtv-streams.c | 730 if (test_and_set_bit(IVTV_F_S_STREAMING, &s->s_flags)) in ivtv_start_v4l2_decode_stream() 737 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_start_v4l2_decode_stream() 784 if (test_bit(IVTV_F_S_STREAMING, &s->s_flags)) { in ivtv_stop_all_captures() 881 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_stop_v4l2_encode_stream() 927 if (!test_bit(IVTV_F_S_STREAMING, &s->s_flags)) in ivtv_stop_v4l2_decode_stream() 962 clear_bit(IVTV_F_S_STREAMING, &s->s_flags); in ivtv_stop_v4l2_decode_stream() 1002 set_bit(IVTV_F_S_STREAMING, &dec_stream->s_flags); in ivtv_passthrough_mode() 1033 clear_bit(IVTV_F_S_STREAMING, &dec_stream->s_flags); in ivtv_passthrough_mode()
|
| H A D | ivtv-driver.h | 229 #define IVTV_F_S_STREAMING 4 /* the fw is decoding/encoding this stream */ macro
|