Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/i2c/
Dov8865.c592 static const unsigned long supported_extclk_rates[] = { variable
3046 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()