Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/
Dimx258.c534 static u64 link_freq_to_pixel_rate(u64 f) in link_freq_to_pixel_rate() function
920 pixel_rate = link_freq_to_pixel_rate(link_freq); in imx258_set_pad_format()
1175 pixel_rate_max = link_freq_to_pixel_rate(link_freq_menu_items[0]); in imx258_init_controls()
1176 pixel_rate_min = link_freq_to_pixel_rate(link_freq_menu_items[1]); in imx258_init_controls()
Dov13858.c948 static u64 link_freq_to_pixel_rate(u64 f) in link_freq_to_pixel_rate() function
1380 pixel_rate = link_freq_to_pixel_rate(link_freq); in ov13858_set_pad_format()
1616 pixel_rate_max = link_freq_to_pixel_rate(link_freq_menu_items[0]); in ov13858_init_controls()
1617 pixel_rate_min = link_freq_to_pixel_rate(link_freq_menu_items[1]); in ov13858_init_controls()
Dimx208.c212 static u64 link_freq_to_pixel_rate(u64 f) in link_freq_to_pixel_rate() function
599 pixel_rate = link_freq_to_pixel_rate(link_freq); in imx208_set_pad_format()
889 pixel_rate_max = link_freq_to_pixel_rate(link_freq_menu_items[0]); in imx208_init_controls()
891 link_freq_to_pixel_rate(link_freq_menu_items[ARRAY_SIZE(link_freq_menu_items) - 1]); in imx208_init_controls()