Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dov08d10.c550 const s64 link_freq_menu[2]; member
638 static u64 to_rate(const s64 *link_freq_menu, in to_rate() argument
641 u64 pixel_rate = link_freq_menu[f_index] * 2 * nlanes; in to_rate()
648 static u64 to_pixels_per_line(const s64 *link_freq_menu, u32 hts, in to_pixels_per_line() argument
651 u64 ppl = hts * to_rate(link_freq_menu, f_index, nlanes); in to_pixels_per_line()
934 link_freq_size = ARRAY_SIZE(ov08d10->priv_lane->link_freq_menu); in ov08d10_init_controls()
940 ov08d10->priv_lane->link_freq_menu); in ov08d10_init_controls()
944 pixel_rate_max = to_rate(ov08d10->priv_lane->link_freq_menu, 0, in ov08d10_init_controls()
960 h_blank = to_pixels_per_line(ov08d10->priv_lane->link_freq_menu, in ov08d10_init_controls()
1195 pixel_rate = to_rate(ov08d10->priv_lane->link_freq_menu, in ov08d10_set_format()
[all …]