Home
last modified time | relevance | path

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

/drivers/media/i2c/
Dov7670.c669 } ov7670_formats[] = { variable
695 #define N_OV7670_FMTS ARRAY_SIZE(ov7670_formats)
955 code->code = ov7670_formats[code->index].mbus_code; in ov7670_enum_mbus_code()
971 if (ov7670_formats[index].mbus_code == fmt->code) in ov7670_try_fmt_internal()
976 fmt->code = ov7670_formats[0].mbus_code; in ov7670_try_fmt_internal()
979 *ret_fmt = ov7670_formats + index; in ov7670_try_fmt_internal()
1016 fmt->colorspace = ov7670_formats[index].colorspace; in ov7670_try_fmt_internal()
1916 info->fmt = &ov7670_formats[0]; in ov7670_probe()