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

/linux-master/drivers/media/i2c/
H A Dov8865.c592 static const unsigned long supported_extclk_rates[] = { variable
3056 for (i = 0; i < ARRAY_SIZE(supported_extclk_rates); i++) {
3057 if (sensor->extclk_rate == supported_extclk_rates[i])
3061 if (i == ARRAY_SIZE(supported_extclk_rates)) {

Completed in 102 milliseconds