Searched refs:sg_pending_size (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/pci/ivtv/
H A Divtv-irq.c119 int idx = s->sg_pending_size;
179 if (s->sg_pending_size == 0 && ivtv_use_dma(s)) {
242 s->sg_pending_size = idx;
393 s->sg_pending_size = idx;
459 s->sg_pending[s->sg_pending_size - 1].size += 256;
470 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && s_vbi->sg_pending_size &&
471 s->sg_pending_size + s_vbi->sg_pending_size <= s->buffers) {
474 s_vbi->sg_pending[s_vbi->sg_pending_size - 1].size += 256;
475 for (i = 0; i < s_vbi->sg_pending_size;
[all...]
H A Divtv-queue.c199 s->sg_pending_size = 0;
284 s->sg_pending_size = 0;
H A Divtv-driver.h371 int sg_pending_size; member in struct:ivtv_stream

Completed in 109 milliseconds