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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-fileops.c48 struct ivtv_stream *s_vbi; local
88 s_vbi = &itv->streams[vbi_type];
90 if (!test_and_set_bit(IVTV_F_S_CLAIMED, &s_vbi->s_flags)) {
96 set_bit(IVTV_F_S_INTERNAL_USE, &s_vbi->s_flags);
105 struct ivtv_stream *s_vbi; local
128 s_vbi = &itv->streams[IVTV_DEC_STREAM_TYPE_VBI];
130 s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI];
135 if (!test_and_clear_bit(IVTV_F_S_INTERNAL_USE, &s_vbi->s_flags)) {
139 if (s_vbi->id != -1) {
144 if (s_vbi
206 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; local
427 struct ivtv_stream *s_vbi; local
791 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; local
[all...]
H A Divtv-irq.c410 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; local
430 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && s_vbi->sg_pending_size &&
431 s->sg_pending_size + s_vbi->sg_pending_size <= s->buffers) {
432 ivtv_queue_move(s_vbi, &s_vbi->q_predma, NULL, &s_vbi->q_dma, s_vbi->q_predma.bytesused);
433 if (ivtv_use_dma(s_vbi))
434 s_vbi->sg_pending[s_vbi
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-fileops.c48 struct ivtv_stream *s_vbi; local
88 s_vbi = &itv->streams[vbi_type];
90 if (!test_and_set_bit(IVTV_F_S_CLAIMED, &s_vbi->s_flags)) {
96 set_bit(IVTV_F_S_INTERNAL_USE, &s_vbi->s_flags);
105 struct ivtv_stream *s_vbi; local
128 s_vbi = &itv->streams[IVTV_DEC_STREAM_TYPE_VBI];
130 s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI];
135 if (!test_and_clear_bit(IVTV_F_S_INTERNAL_USE, &s_vbi->s_flags)) {
139 if (s_vbi->id != -1) {
144 if (s_vbi
206 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; local
427 struct ivtv_stream *s_vbi; local
791 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; local
[all...]
H A Divtv-irq.c410 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; local
430 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && s_vbi->sg_pending_size &&
431 s->sg_pending_size + s_vbi->sg_pending_size <= s->buffers) {
432 ivtv_queue_move(s_vbi, &s_vbi->q_predma, NULL, &s_vbi->q_dma, s_vbi->q_predma.bytesused);
433 if (ivtv_use_dma(s_vbi))
434 s_vbi->sg_pending[s_vbi
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/cx18/
H A Dcx18-fileops.c205 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; local
217 if (test_bit(CX18_F_S_INTERNAL_USE, &s_vbi->s_flags) &&
218 !test_bit(CX18_F_S_APPL_IO, &s_vbi->s_flags)) {
219 while ((mdl = cx18_dequeue(s_vbi,
220 &s_vbi->q_full))) {
223 s_vbi->type);
224 cx18_stream_put_mdl_fw(s_vbi, mdl);
518 struct cx18_stream *s_vbi; local
539 s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI];
556 if (test_bit(CX18_F_S_INTERNAL_USE, &s_vbi
658 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-fileops.c205 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; local
217 if (test_bit(CX18_F_S_INTERNAL_USE, &s_vbi->s_flags) &&
218 !test_bit(CX18_F_S_APPL_IO, &s_vbi->s_flags)) {
219 while ((mdl = cx18_dequeue(s_vbi,
220 &s_vbi->q_full))) {
223 s_vbi->type);
224 cx18_stream_put_mdl_fw(s_vbi, mdl);
518 struct cx18_stream *s_vbi; local
539 s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI];
556 if (test_bit(CX18_F_S_INTERNAL_USE, &s_vbi
658 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; local
[all...]

Completed in 192 milliseconds