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

/linux-master/drivers/media/i2c/
H A Dov2659.c801 static const struct ov2659_pixfmt ov2659_formats[] = { variable in typeref:struct:ov2659_pixfmt
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;
1087 int index = ARRAY_SIZE(ov2659_formats);
1098 if (ov2659_formats[index].code == mf->code)
1103 mf->code = ov2659_formats[inde
[all...]

Completed in 219 milliseconds