Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/
H A Djaguar1_v4l2.c206 static const struct jaguar1_pixfmt jaguar1_formats[] = { variable
428 format->code = jaguar1_formats[0].code; in jaguar1_get_default_format()
474 if (code->index >= ARRAY_SIZE(jaguar1_formats)) in jaguar1_enum_mbus_code()
477 code->code = jaguar1_formats[code->index].code; in jaguar1_enum_mbus_code()
487 int i = ARRAY_SIZE(jaguar1_formats); in jaguar1_enum_frame_sizes()
495 if (fse->code == jaguar1_formats[i].code) in jaguar1_enum_frame_sizes()
498 fse->code = jaguar1_formats[i].code; in jaguar1_enum_frame_sizes()
525 fie->code = jaguar1_formats[0].code; in jaguar1_enum_frame_interval()
598 int index = ARRAY_SIZE(jaguar1_formats); in jaguar1_set_fmt()
607 if (jaguar1_formats[index].code == mf->code) in jaguar1_set_fmt()
[all …]