Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dov6650.c228 static u32 ov6650_codes[] = { variable
760 if (code->pad || code->index >= ARRAY_SIZE(ov6650_codes)) in ov6650_enum_mbus_code()
763 code->code = ov6650_codes[code->index]; in ov6650_enum_mbus_code()
778 for (i = 0; i < ARRAY_SIZE(ov6650_codes); i++) in ov6650_enum_frame_interval()
779 if (fie->code == ov6650_codes[i]) in ov6650_enum_frame_interval()
781 if (i == ARRAY_SIZE(ov6650_codes)) in ov6650_enum_frame_interval()