Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/i2c/
Dov7740.c695 static const struct ov7740_pixfmt ov7740_formats[] = { variable
709 #define N_OV7740_FMTS ARRAY_SIZE(ov7740_formats)
718 code->code = ov7740_formats[code->index].mbus_code; in ov7740_enum_mbus_code()
768 if (ov7740_formats[index].mbus_code == fmt->code) in ov7740_try_fmt_internal()
774 fmt->code = ov7740_formats[0].mbus_code; in ov7740_try_fmt_internal()
777 *ret_fmt = ov7740_formats + index; in ov7740_try_fmt_internal()
798 fmt->colorspace = ov7740_formats[index].colorspace; in ov7740_try_fmt_internal()
1131 ov7740->fmt = &ov7740_formats[0]; in ov7740_probe()