Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov5640.c134 static const struct ov5640_pixfmt ov5640_formats[] = { variable
2248 for (i = 0; i < ARRAY_SIZE(ov5640_formats); i++) in ov5640_try_fmt_internal()
2249 if (ov5640_formats[i].code == fmt->code) in ov5640_try_fmt_internal()
2251 if (i >= ARRAY_SIZE(ov5640_formats)) in ov5640_try_fmt_internal()
2254 fmt->code = ov5640_formats[i].code; in ov5640_try_fmt_internal()
2255 fmt->colorspace = ov5640_formats[i].colorspace; in ov5640_try_fmt_internal()
2908 if (code->index >= ARRAY_SIZE(ov5640_formats)) in ov5640_enum_mbus_code()
2911 code->code = ov5640_formats[code->index].code; in ov5640_enum_mbus_code()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov5640.c487 ov5640_formats(struct ov5640_dev *sensor) in ov5640_formats() function
496 const struct ov5640_pixfmt *formats = ov5640_formats(sensor); in ov5640_code_to_pixfmt()

Completed in 9 milliseconds