Searched refs:lanes_count (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/media/platform/sunxi/sun6i-mipi-csi2/ |
| D | sun6i_mipi_csi2.c | 102 unsigned int lanes_count = in sun6i_mipi_csi2_configure() local 139 SUN6I_MIPI_CSI2_CFG_LANE_COUNT(lanes_count)); in sun6i_mipi_csi2_configure() 182 unsigned int lanes_count = in sun6i_mipi_csi2_s_stream() local 219 if (!lanes_count) { in sun6i_mipi_csi2_s_stream() 231 phy_mipi_dphy_get_default_config(pixel_rate, format->bpp, lanes_count, in sun6i_mipi_csi2_s_stream() 246 pixel_rate, format->bpp, lanes_count, in sun6i_mipi_csi2_s_stream()
|
| /Linux-v6.1/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/ |
| D | sun8i_a83t_mipi_csi2.c | 151 unsigned int lanes_count = in sun8i_a83t_mipi_csi2_configure() local 173 SUN8I_A83T_MIPI_CSI2_CFG_N_LANE(lanes_count)); in sun8i_a83t_mipi_csi2_configure() 214 unsigned int lanes_count = in sun8i_a83t_mipi_csi2_s_stream() local 251 if (!lanes_count) { in sun8i_a83t_mipi_csi2_s_stream() 263 phy_mipi_dphy_get_default_config(pixel_rate, format->bpp, lanes_count, in sun8i_a83t_mipi_csi2_s_stream() 278 pixel_rate, format->bpp, lanes_count, in sun8i_a83t_mipi_csi2_s_stream()
|
| /Linux-v6.1/drivers/media/i2c/ |
| D | ov8865.c | 1476 unsigned int lanes_count = bus_mipi_csi2->num_data_lanes; in ov8865_mipi_configure() local 1480 OV8865_MIPI_SC_CTRL0_LANES(lanes_count) | in ov8865_mipi_configure() 1491 if (lanes_count >= 2) { in ov8865_mipi_configure() 1499 if (lanes_count >= 4) { in ov8865_mipi_configure() 2248 unsigned int lanes_count; in ov8865_state_mipi_configure() local 2290 lanes_count = bus_mipi_csi2->num_data_lanes; in ov8865_state_mipi_configure() 2291 mipi_pixel_rate = mipi_clk_rate * 2 * lanes_count / bits_per_sample; in ov8865_state_mipi_configure()
|
| D | ov5648.c | 1117 unsigned int lanes_count = bus_mipi_csi2->num_data_lanes; in ov5648_mipi_configure() local 1128 OV5648_MIPI_SC_CTRL0_MIPI_LANES(lanes_count) | in ov5648_mipi_configure() 1699 unsigned int lanes_count; in ov5648_state_mipi_configure() local 1744 lanes_count = bus_mipi_csi2->num_data_lanes; in ov5648_state_mipi_configure() 1745 mipi_pixel_rate = mipi_clk_rate * 2 * lanes_count / bits_per_sample; in ov5648_state_mipi_configure()
|