Lines Matching refs:index
106 * @index: index to the fimc_lite_formats array, ignored if negative
109 const u32 *mbus_code, unsigned int mask, int index)
115 if (index >= (int)ARRAY_SIZE(fimc_lite_formats))
126 if (index == id)
288 flite_hw_mask_dma_buffer(fimc, vbuf->index);
414 buf->index = fimc->buf_index++;
661 if (f->index >= ARRAY_SIZE(fimc_lite_formats))
664 fmt = &fimc_lite_formats[f->index];
786 sink_fmt.pad = pad->index;
799 src_fmt.pad = pad->index;
964 switch (local->index) {
992 v4l2_err(sd, "Invalid pad index\n");
1010 fmt = fimc_lite_find_format(NULL, NULL, 0, code->index);
1252 fimc->index);
1391 snprintf(sd->name, sizeof(sd->name), "FIMC-LITE.%d", fimc->index);
1465 fimc->index = of_alias_get_id(dev->of_node, "fimc-lite");
1467 if (!drv_data || fimc->index >= drv_data->num_instances ||
1468 fimc->index < 0) {
1521 fimc->index);