Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/
Dov2659.c816 static const struct ov2659_pixfmt ov2659_formats[] = { variable
968 format->code = ov2659_formats[0].code; in ov2659_get_default_format()
1005 if (code->index >= ARRAY_SIZE(ov2659_formats)) in ov2659_enum_mbus_code()
1008 code->code = ov2659_formats[code->index].code; in ov2659_enum_mbus_code()
1018 int i = ARRAY_SIZE(ov2659_formats); in ov2659_enum_frame_sizes()
1026 if (fse->code == ov2659_formats[i].code) in ov2659_enum_frame_sizes()
1029 fse->code = ov2659_formats[i].code; in ov2659_enum_frame_sizes()
1106 int index = ARRAY_SIZE(ov2659_formats); in ov2659_set_fmt()
1117 if (ov2659_formats[index].code == mf->code) in ov2659_set_fmt()
1124 mf->code = ov2659_formats[index].code; in ov2659_set_fmt()
[all …]