Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov7740.c658 static const struct ov7740_pixfmt ov7740_formats[] = { variable
672 #define N_OV7740_FMTS ARRAY_SIZE(ov7740_formats)
681 code->code = ov7740_formats[code->index].mbus_code; in ov7740_enum_mbus_code()
731 if (ov7740_formats[index].mbus_code == fmt->code) in ov7740_try_fmt_internal()
737 fmt->code = ov7740_formats[0].mbus_code; in ov7740_try_fmt_internal()
740 *ret_fmt = ov7740_formats + index; in ov7740_try_fmt_internal()
761 fmt->colorspace = ov7740_formats[index].colorspace; in ov7740_try_fmt_internal()
1091 ov7740->fmt = &ov7740_formats[0]; in ov7740_probe()