Lines Matching refs:index
1076 if (code->index >= ARRAY_SIZE(ov965x_formats))
1079 code->code = ov965x_formats[code->index].code;
1089 if (fse->index >= ARRAY_SIZE(ov965x_framesizes))
1098 fse->min_width = ov965x_framesizes[fse->index].width;
1100 fse->max_height = ov965x_framesizes[fse->index].height;
1218 unsigned int index = ARRAY_SIZE(ov965x_formats);
1226 while (--index)
1227 if (ov965x_formats[index].code == mf->code)
1231 mf->code = ov965x_formats[index].code;
1247 ov965x->tslb_reg = ov965x_formats[index].tslb_reg;