Lines Matching refs:ov965x_formats
393 static const struct ov965x_pixfmt ov965x_formats[] = { variable
1064 mf->colorspace = ov965x_formats[0].colorspace; in ov965x_get_default_format()
1065 mf->code = ov965x_formats[0].code; in ov965x_get_default_format()
1073 if (code->index >= ARRAY_SIZE(ov965x_formats)) in ov965x_enum_mbus_code()
1076 code->code = ov965x_formats[code->index].code; in ov965x_enum_mbus_code()
1084 int i = ARRAY_SIZE(ov965x_formats); in ov965x_enum_frame_sizes()
1090 if (fse->code == ov965x_formats[i].code) in ov965x_enum_frame_sizes()
1093 fse->code = ov965x_formats[i].code; in ov965x_enum_frame_sizes()
1214 unsigned int index = ARRAY_SIZE(ov965x_formats); in ov965x_set_fmt()
1223 if (ov965x_formats[index].code == mf->code) in ov965x_set_fmt()
1227 mf->code = ov965x_formats[index].code; in ov965x_set_fmt()
1243 ov965x->tslb_reg = ov965x_formats[index].tslb_reg; in ov965x_set_fmt()