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

/linux-master/drivers/media/i2c/
H A Dov7251.c627 static const unsigned long supported_xclk_rates[] = { variable
1670 for (i = 0; i < ARRAY_SIZE(supported_xclk_rates); i++)
1671 if (ov7251->xclk_freq == supported_xclk_rates[i])
1674 if (i == ARRAY_SIZE(supported_xclk_rates))

Completed in 152 milliseconds