Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dov7740.c693 static const struct ov7740_pixfmt ov7740_formats[] = { variable
707 #define N_OV7740_FMTS ARRAY_SIZE(ov7740_formats)
716 code->code = ov7740_formats[code->index].mbus_code; in ov7740_enum_mbus_code()
766 if (ov7740_formats[index].mbus_code == fmt->code) in ov7740_try_fmt_internal()
772 fmt->code = ov7740_formats[0].mbus_code; in ov7740_try_fmt_internal()
775 *ret_fmt = ov7740_formats + index; in ov7740_try_fmt_internal()
796 fmt->colorspace = ov7740_formats[index].colorspace; in ov7740_try_fmt_internal()
1130 ov7740->fmt = &ov7740_formats[0]; in ov7740_probe()