Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov8856.c1392 static const u32 ov8856_mbus_codes[] = { variable
1970 for (index = 0; index < ARRAY_SIZE(ov8856_mbus_codes); ++index) in ov8856_update_pad_format()
1971 if (ov8856_mbus_codes[index] == fmt->code) in ov8856_update_pad_format()
1973 if (index == ARRAY_SIZE(ov8856_mbus_codes)) in ov8856_update_pad_format()
1975 fmt->code = ov8856_mbus_codes[index]; in ov8856_update_pad_format()
2189 if (code->index >= ARRAY_SIZE(ov8856_mbus_codes)) in ov8856_enum_mbus_code()
2192 code->code = ov8856_mbus_codes[code->index]; in ov8856_enum_mbus_code()
2207 for (index = 0; index < ARRAY_SIZE(ov8856_mbus_codes); ++index) in ov8856_enum_frame_size()
2208 if (fse->code == ov8856_mbus_codes[index]) in ov8856_enum_frame_size()
2210 if (index == ARRAY_SIZE(ov8856_mbus_codes)) in ov8856_enum_frame_size()