Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dov5640.c173 static const s64 ov5640_csi2_link_freqs[] = { variable
2880 for (i = 0; i < ARRAY_SIZE(ov5640_csi2_link_freqs); ++i) { in ov5640_update_pixel_rate()
2881 if (ov5640_csi2_link_freqs[i] == link_freq) in ov5640_update_pixel_rate()
2884 WARN_ON(i == ARRAY_SIZE(ov5640_csi2_link_freqs)); in ov5640_update_pixel_rate()
3429 ARRAY_SIZE(ov5640_csi2_link_freqs) - 1, in ov5640_init_controls()
3431 ov5640_csi2_link_freqs); in ov5640_init_controls()