Lines Matching refs:index
328 unsigned int index;
331 * Get previous DMA write buffer index:
335 index = (CISTATUS_FRAMECNT(status) + 2) & 1;
336 vbuf = camif_active_queue_peek(vp, index);
346 vbuf->index = index;
347 camif_hw_set_output_addr(vp, &vbuf->paddr, index);
348 camif_hw_set_output_addr(vp, &vbuf->paddr, index + 2);
491 buf->index = vp->buf_index;
493 camif_hw_set_output_addr(vp, &buf->paddr, buf->index);
494 camif_hw_set_output_addr(vp, &buf->paddr, buf->index + 2);
653 if (input->index || sensor == NULL)
680 fmt = s3c_camif_find_format(vp, NULL, f->index);
818 src_fmt.pad = pad->index;
1203 if (code->index >= ARRAY_SIZE(camif_mbus_formats))
1206 code->code = camif_mbus_formats[code->index];