Lines Matching defs:link_freq
172 * link_freq = (pixel_rate * bpp) / (2 * data_lanes)
410 struct v4l2_ctrl *link_freq;
1458 unsigned long link_freq;
1466 link_freq = sensor->current_link_freq;
1474 if (link_freq > OV5640_LINK_RATE_MAX)
1479 sysclk = link_freq * mipi_div;
1520 sample_rate = (link_freq * mipi_div * num_lanes * 2) / 16;
2873 s64 link_freq;
2903 link_freq = pixel_rate * bpp / (2 * num_lanes);
2904 } while (link_freq >= 1000000000U &&
2907 sensor->current_link_freq = link_freq;
2917 if (link_freq > OV5640_LINK_RATE_MAX) {
2919 link_freq /= 2;
2923 if (ov5640_csi2_link_freqs[i] == link_freq)
2929 __v4l2_ctrl_s_ctrl(sensor->ctrls.link_freq, i);
3454 ctrls->link_freq = v4l2_ctrl_new_int_menu(hdl, ops,
3529 ctrls->link_freq->flags |= V4L2_CTRL_FLAG_READ_ONLY;