Lines Matching defs:ov2659_formats
801 static const struct ov2659_pixfmt ov2659_formats[] = {
953 format->code = ov2659_formats[0].code;
990 if (code->index >= ARRAY_SIZE(ov2659_formats))
993 code->code = ov2659_formats[code->index].code;
1003 int i = ARRAY_SIZE(ov2659_formats);
1011 if (fse->code == ov2659_formats[i].code)
1014 fse->code = ov2659_formats[i].code;
1091 int index = ARRAY_SIZE(ov2659_formats);
1102 if (ov2659_formats[index].code == mf->code)
1107 mf->code = ov2659_formats[index].code;
1131 ov2659_formats[index].format_ctrl_regs;
1514 ov2659->format_ctrl_regs = ov2659_formats[0].format_ctrl_regs;