Searched refs:ov2680_xvclk_freqs (Results 1 – 1 of 1) sorted by relevance
114 static const unsigned long ov2680_xvclk_freqs[] = { variable1086 for (i = 0; i < ARRAY_SIZE(ov2680_xvclk_freqs); i++) { in ov2680_parse_dt()1087 if (sensor->xvclk_freq == ov2680_xvclk_freqs[i]) in ov2680_parse_dt()1091 if (i == ARRAY_SIZE(ov2680_xvclk_freqs)) { in ov2680_parse_dt()