Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov7670.c664 } ov7670_formats[] = { variable
690 #define N_OV7670_FMTS ARRAY_SIZE(ov7670_formats)
961 code->code = ov7670_formats[code->index].mbus_code; in ov7670_enum_mbus_code()
977 if (ov7670_formats[index].mbus_code == fmt->code) in ov7670_try_fmt_internal()
982 fmt->code = ov7670_formats[0].mbus_code; in ov7670_try_fmt_internal()
985 *ret_fmt = ov7670_formats + index; in ov7670_try_fmt_internal()
1022 fmt->colorspace = ov7670_formats[index].colorspace; in ov7670_try_fmt_internal()
1897 info->fmt = &ov7670_formats[0]; in ov7670_probe()