Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dov7740.c670 static const struct ov7740_pixfmt ov7740_formats[] = { variable
684 #define N_OV7740_FMTS ARRAY_SIZE(ov7740_formats)
693 code->code = ov7740_formats[code->index].mbus_code; in ov7740_enum_mbus_code()
743 if (ov7740_formats[index].mbus_code == fmt->code) in ov7740_try_fmt_internal()
749 fmt->code = ov7740_formats[0].mbus_code; in ov7740_try_fmt_internal()
752 *ret_fmt = ov7740_formats + index; in ov7740_try_fmt_internal()
769 fmt->colorspace = ov7740_formats[index].colorspace; in ov7740_try_fmt_internal()
1117 ov7740->fmt = &ov7740_formats[0]; in ov7740_probe()