Lines Matching refs:index
713 if (code->pad || code->index >= N_OV7740_FMTS)
716 code->code = ov7740_formats[code->index].mbus_code;
728 if (fie->index >= 1)
747 if (fse->index > 0)
763 int index, i;
765 for (index = 0; index < N_OV7740_FMTS; index++) {
766 if (ov7740_formats[index].mbus_code == fmt->code)
769 if (index >= N_OV7740_FMTS) {
771 index = 0;
775 *ret_fmt = ov7740_formats + index;
796 fmt->colorspace = ov7740_formats[index].colorspace;