Lines Matching refs:ov2659_formats
816 static const struct ov2659_pixfmt ov2659_formats[] = { variable
972 format->code = ov2659_formats[0].code; in ov2659_get_default_format()
1009 if (code->index >= ARRAY_SIZE(ov2659_formats)) in ov2659_enum_mbus_code()
1012 code->code = ov2659_formats[code->index].code; in ov2659_enum_mbus_code()
1022 int i = ARRAY_SIZE(ov2659_formats); in ov2659_enum_frame_sizes()
1030 if (fse->code == ov2659_formats[i].code) in ov2659_enum_frame_sizes()
1033 fse->code = ov2659_formats[i].code; in ov2659_enum_frame_sizes()
1105 unsigned int index = ARRAY_SIZE(ov2659_formats); in ov2659_set_fmt()
1116 if (ov2659_formats[index].code == mf->code) in ov2659_set_fmt()
1123 mf->code = ov2659_formats[index].code; in ov2659_set_fmt()
1142 ov2659_formats[index].format_ctrl_regs; in ov2659_set_fmt()
1440 ov2659->format_ctrl_regs = ov2659_formats[0].format_ctrl_regs; in ov2659_probe()