Searched refs:supported_extclk_rates (Results 1 – 1 of 1) sorted by relevance
592 static const unsigned long supported_extclk_rates[] = { variable3046 for (i = 0; i < ARRAY_SIZE(supported_extclk_rates); i++) { in ov8865_probe()3047 if (sensor->extclk_rate == supported_extclk_rates[i]) in ov8865_probe()3051 if (i == ARRAY_SIZE(supported_extclk_rates)) { in ov8865_probe()