Searched refs:ov965x_formats (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dov9650.c393 static const struct ov965x_pixfmt ov965x_formats[] = { variable in typeref:struct:ov965x_pixfmt
1065 mf->colorspace = ov965x_formats[0].colorspace;
1066 mf->code = ov965x_formats[0].code;
1074 if (code->index >= ARRAY_SIZE(ov965x_formats))
1077 code->code = ov965x_formats[code->index].code;
1085 int i = ARRAY_SIZE(ov965x_formats);
1091 if (fse->code == ov965x_formats[i].code)
1094 fse->code = ov965x_formats[i].code;
1232 unsigned int index = ARRAY_SIZE(ov965x_formats);
1241 if (ov965x_formats[inde
[all...]

Completed in 116 milliseconds