Lines Matching refs:ov965x_formats
395 static const struct ov965x_pixfmt ov965x_formats[] = { variable
1067 mf->colorspace = ov965x_formats[0].colorspace; in ov965x_get_default_format()
1068 mf->code = ov965x_formats[0].code; in ov965x_get_default_format()
1076 if (code->index >= ARRAY_SIZE(ov965x_formats)) in ov965x_enum_mbus_code()
1079 code->code = ov965x_formats[code->index].code; in ov965x_enum_mbus_code()
1087 int i = ARRAY_SIZE(ov965x_formats); in ov965x_enum_frame_sizes()
1093 if (fse->code == ov965x_formats[i].code) in ov965x_enum_frame_sizes()
1096 fse->code = ov965x_formats[i].code; in ov965x_enum_frame_sizes()
1218 unsigned int index = ARRAY_SIZE(ov965x_formats); in ov965x_set_fmt()
1227 if (ov965x_formats[index].code == mf->code) in ov965x_set_fmt()
1231 mf->code = ov965x_formats[index].code; in ov965x_set_fmt()
1247 ov965x->tslb_reg = ov965x_formats[index].tslb_reg; in ov965x_set_fmt()