Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dov7251.c627 static const unsigned long supported_xclk_rates[] = { variable
1649 for (i = 0; i < ARRAY_SIZE(supported_xclk_rates); i++) in ov7251_probe()
1650 if (ov7251->xclk_freq == supported_xclk_rates[i]) in ov7251_probe()
1653 if (i == ARRAY_SIZE(supported_xclk_rates)) in ov7251_probe()