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.c665 } ov7670_formats[] = { variable
691 #define N_OV7670_FMTS ARRAY_SIZE(ov7670_formats)
962 code->code = ov7670_formats[code->index].mbus_code; in ov7670_enum_mbus_code()
978 if (ov7670_formats[index].mbus_code == fmt->code) in ov7670_try_fmt_internal()
983 fmt->code = ov7670_formats[0].mbus_code; in ov7670_try_fmt_internal()
986 *ret_fmt = ov7670_formats + index; in ov7670_try_fmt_internal()
1023 fmt->colorspace = ov7670_formats[index].colorspace; in ov7670_try_fmt_internal()
1898 info->fmt = &ov7670_formats[0]; in ov7670_probe()