Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/
Dvs6624.c50 } vs6624_formats[] = { variable
563 if (index >= ARRAY_SIZE(vs6624_formats)) in vs6624_enum_mbus_fmt()
566 *code = vs6624_formats[index].mbus_code; in vs6624_enum_mbus_fmt()
575 for (index = 0; index < ARRAY_SIZE(vs6624_formats); index++) in vs6624_try_mbus_fmt()
576 if (vs6624_formats[index].mbus_code == fmt->code) in vs6624_try_mbus_fmt()
578 if (index >= ARRAY_SIZE(vs6624_formats)) { in vs6624_try_mbus_fmt()
581 fmt->code = vs6624_formats[0].mbus_code; in vs6624_try_mbus_fmt()
592 fmt->colorspace = vs6624_formats[index].colorspace; in vs6624_try_mbus_fmt()