Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dbf3925.c610 static const struct bf3925_pixfmt bf3925_formats[] = { variable
702 format->code = bf3925_formats[0].code; in bf3925_get_default_format()
730 if (code->index >= ARRAY_SIZE(bf3925_formats)) in bf3925_enum_mbus_code()
733 code->code = bf3925_formats[code->index].code; in bf3925_enum_mbus_code()
743 int i = ARRAY_SIZE(bf3925_formats); in bf3925_enum_frame_sizes()
751 if (fse->code == bf3925_formats[i].code) in bf3925_enum_frame_sizes()
754 fse->code = bf3925_formats[i].code; in bf3925_enum_frame_sizes()
844 int index = ARRAY_SIZE(bf3925_formats); in bf3925_set_fmt()
855 if (bf3925_formats[index].code == mf->code) in bf3925_set_fmt()
862 mf->code = bf3925_formats[index].code; in bf3925_set_fmt()