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