Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-driver.h267 #define IVTV_F_I_EV_DEC_STOPPED 28 /* decoder stopped event */ macro
Divtv-streams.c957 set_bit(IVTV_F_I_EV_DEC_STOPPED, &itv->i_flags); in ivtv_stop_v4l2_decode_stream()
Divtv-ioctl.c1763 if (test_and_clear_bit(IVTV_F_I_EV_DEC_STOPPED, &itv->i_flags)) in ivtv_decoder_ioctls()
1784 if (!test_bit(IVTV_F_I_EV_DEC_STOPPED, &itv->i_flags) && in ivtv_decoder_ioctls()
Divtv-fileops.c757 test_bit(IVTV_F_I_EV_DEC_STOPPED, &itv->i_flags)) in ivtv_v4l2_dec_poll()