Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dov5640.c124 static const struct ov5640_pixfmt ov5640_formats[] = { variable
1922 for (i = 0; i < ARRAY_SIZE(ov5640_formats); i++) in ov5640_try_fmt_internal()
1923 if (ov5640_formats[i].code == fmt->code) in ov5640_try_fmt_internal()
1925 if (i >= ARRAY_SIZE(ov5640_formats)) in ov5640_try_fmt_internal()
1928 fmt->code = ov5640_formats[i].code; in ov5640_try_fmt_internal()
1929 fmt->colorspace = ov5640_formats[i].colorspace; in ov5640_try_fmt_internal()
2528 if (code->index >= ARRAY_SIZE(ov5640_formats)) in ov5640_enum_mbus_code()
2531 code->code = ov5640_formats[code->index].code; in ov5640_enum_mbus_code()
2646 fmt->code = ov5640_formats[0].code; in ov5640_probe()
2647 fmt->colorspace = ov5640_formats[0].colorspace; in ov5640_probe()