Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov5648.c1697 unsigned long mipi_clk_rate; in ov5648_state_mipi_configure() local
1703 mipi_clk_rate = ov5648_mode_mipi_clk_rate(sensor, mode, mbus_code); in ov5648_state_mipi_configure()
1704 if (!mipi_clk_rate) in ov5648_state_mipi_configure()
1710 if (freq == mipi_clk_rate) in ov5648_state_mipi_configure()
1717 if (freq == mipi_clk_rate) in ov5648_state_mipi_configure()
1724 mipi_clk_rate); in ov5648_state_mipi_configure()
1728 mipi_clk_rate); in ov5648_state_mipi_configure()
1745 mipi_pixel_rate = mipi_clk_rate * 2 * lanes_count / bits_per_sample; in ov5648_state_mipi_configure()
H A Dov8865.c2246 unsigned long mipi_clk_rate; in ov8865_state_mipi_configure() local
2252 mipi_clk_rate = ov8865_mode_mipi_clk_rate(sensor, mode); in ov8865_state_mipi_configure()
2253 if (!mipi_clk_rate) in ov8865_state_mipi_configure()
2259 if (freq == mipi_clk_rate) in ov8865_state_mipi_configure()
2266 if (freq == mipi_clk_rate) in ov8865_state_mipi_configure()
2273 mipi_clk_rate); in ov8865_state_mipi_configure()
2277 mipi_clk_rate); in ov8865_state_mipi_configure()
2291 mipi_pixel_rate = mipi_clk_rate * 2 * lanes_count / bits_per_sample; in ov8865_state_mipi_configure()