Searched refs:s_vbi (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-fileops.c47 struct ivtv_stream *s_vbi; local
87 s_vbi = &itv->streams[vbi_type];
89 if (!test_and_set_bit(IVTV_F_S_CLAIMED, &s_vbi->s_flags)) {
95 set_bit(IVTV_F_S_INTERNAL_USE, &s_vbi->s_flags);
104 struct ivtv_stream *s_vbi; local
127 s_vbi = &itv->streams[IVTV_DEC_STREAM_TYPE_VBI];
129 s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI];
134 if (!test_and_clear_bit(IVTV_F_S_INTERNAL_USE, &s_vbi->s_flags)) {
138 if (s_vbi->id != -1) {
143 if (s_vbi
211 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; local
419 struct ivtv_stream *s_vbi; local
708 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; local
[all...]
H A Divtv-irq.c368 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; local
389 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && s_vbi->SG_length &&
390 s->SG_length + s_vbi->SG_length <= s->buffers) {
391 ivtv_queue_move(s_vbi, &s_vbi->q_predma, NULL, &s_vbi->q_dma, s_vbi->q_predma.bytesused);
392 if (ivtv_use_dma(s_vbi))
393 s_vbi->SGarray[s_vbi
[all...]

Completed in 61 milliseconds