Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A 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()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov7670.c671 } ov7670_formats[] = { variable
697 #define N_OV7670_FMTS ARRAY_SIZE(ov7670_formats)
968 code->code = ov7670_formats[code->index].mbus_code; in ov7670_enum_mbus_code()
984 if (ov7670_formats[index].mbus_code == fmt->code) in ov7670_try_fmt_internal()
989 fmt->code = ov7670_formats[0].mbus_code; in ov7670_try_fmt_internal()
992 *ret_fmt = ov7670_formats + index; in ov7670_try_fmt_internal()
1029 fmt->colorspace = ov7670_formats[index].colorspace; in ov7670_try_fmt_internal()
1927 info->fmt = &ov7670_formats[0]; in ov7670_probe()

Completed in 7 milliseconds