Searched refs:to_rate (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ov8856.c | 1602 static u64 to_rate(const s64 *link_freq_menu_items, in to_rate() function 1615 u64 ppl = hts * to_rate(link_freq_menu_items, f_index, nlanes); in to_pixels_per_line() 1911 to_rate(ov8856->priv_lane->link_freq_menu_items, in ov8856_init_controls() 1914 to_rate(ov8856->priv_lane->link_freq_menu_items, in ov8856_init_controls() 2142 to_rate(ov8856->priv_lane->link_freq_menu_items, in ov8856_set_format()
|
D | ov08d10.c | 635 static u64 to_rate(const s64 *link_freq_menu, in to_rate() function 648 u64 ppl = hts * to_rate(link_freq_menu, f_index, nlanes); in to_pixels_per_line() 941 pixel_rate_max = to_rate(ov08d10->priv_lane->link_freq_menu, 0, in ov08d10_init_controls() 1153 pixel_rate = to_rate(ov08d10->priv_lane->link_freq_menu, in ov08d10_set_format()
|