Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/
Dov7670.c639 } ov7670_formats[] = { variable
665 #define N_OV7670_FMTS ARRAY_SIZE(ov7670_formats)
909 code->code = ov7670_formats[code->index].mbus_code; in ov7670_enum_mbus_code()
925 if (ov7670_formats[index].mbus_code == fmt->code) in ov7670_try_fmt_internal()
930 fmt->code = ov7670_formats[0].mbus_code; in ov7670_try_fmt_internal()
933 *ret_fmt = ov7670_formats + index; in ov7670_try_fmt_internal()
970 fmt->colorspace = ov7670_formats[index].colorspace; in ov7670_try_fmt_internal()
1604 info->fmt = &ov7670_formats[0]; in ov7670_probe()