Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov5670.c2104 unsigned int lanes_count; in ov5670_init_controls() local
2126 lanes_count = bus_mipi_csi2->num_data_lanes; in ov5670_init_controls()
2127 mipi_pixel_rate = OV5670_LINK_FREQ_422MHZ * 2 * lanes_count / 10; in ov5670_init_controls()
2295 unsigned int lanes_count; in ov5670_set_pad_format() local
2316 lanes_count = bus_mipi_csi2->num_data_lanes; in ov5670_set_pad_format()
2319 mipi_pixel_rate = div_s64(link_freq * 2 * lanes_count, 10); in ov5670_set_pad_format()
2378 unsigned int lanes_count = bus_mipi_csi2->num_data_lanes; in ov5670_mipi_configure() local
2382 OV5670_MIPI_SC_CTRL0_LANES(lanes_count) | in ov5670_mipi_configure()
H A Dov8865.c1475 unsigned int lanes_count = bus_mipi_csi2->num_data_lanes; in ov8865_mipi_configure() local
1479 OV8865_MIPI_SC_CTRL0_LANES(lanes_count) | in ov8865_mipi_configure()
1490 if (lanes_count >= 2) { in ov8865_mipi_configure()
1498 if (lanes_count >= 4) { in ov8865_mipi_configure()
2247 unsigned int lanes_count; in ov8865_state_mipi_configure() local
2289 lanes_count = bus_mipi_csi2->num_data_lanes; in ov8865_state_mipi_configure()
2290 mipi_pixel_rate = mipi_clk_rate * 2 * lanes_count / bits_per_sample; in ov8865_state_mipi_configure()
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-combo.c2455 unsigned int lanes_count; member
5123 u32 *lanes, unsigned int lanes_count, in qmp_combo_find_lanes_orientation() argument
5129 if (mapping[i].lanes_count != lanes_count) in qmp_combo_find_lanes_orientation()
5131 if (!memcmp(mapping[i].lanes, lanes, sizeof(u32) * lanes_count)) { in qmp_combo_find_lanes_orientation()