Lines Matching refs:index
1074 if (code->index >= ARRAY_SIZE(ov965x_formats))
1077 code->code = ov965x_formats[code->index].code;
1087 if (fse->index >= ARRAY_SIZE(ov965x_framesizes))
1096 fse->min_width = ov965x_framesizes[fse->index].width;
1098 fse->max_height = ov965x_framesizes[fse->index].height;
1216 unsigned int index = ARRAY_SIZE(ov965x_formats);
1224 while (--index)
1225 if (ov965x_formats[index].code == mf->code)
1229 mf->code = ov965x_formats[index].code;
1246 ov965x->tslb_reg = ov965x_formats[index].tslb_reg;