Searched refs:link_freq (Results 1 – 7 of 7) sorted by relevance
245 struct v4l2_ctrl *link_freq; member673 if (mt9v032->link_freq == NULL) in mt9v032_s_ctrl()676 freq = mt9v032->pdata->link_freqs[mt9v032->link_freq->val]; in mt9v032_s_ctrl()1010 mt9v032->link_freq = in mt9v032_probe()1015 v4l2_ctrl_cluster(2, &mt9v032->link_freq); in mt9v032_probe()
54 uint32_t link_freq; member
429 pll->pll_op_clk_freq_hz = pll->link_freq * 2 in smiapp_pll_calculate()433 pll->pll_op_clk_freq_hz = pll->link_freq * pll->bits_per_pixel in smiapp_pll_calculate()
245 struct v4l2_ctrl *link_freq; member
285 pll->link_freq = in smiapp_pll_update()286 sensor->link_freq->qmenu_int[sensor->link_freq->val]; in smiapp_pll_update()628 sensor->link_freq = v4l2_ctrl_new_int_menu( in smiapp_init_late_controls()835 pll->link_freq = sensor->platform_data->op_sys_clock[j]; in smiapp_get_mbus_formats()839 pll->link_freq, pll->bits_per_pixel, in smiapp_get_mbus_formats()1777 sensor->link_freq, 0, in smiapp_set_format_source()
1157 int intel_dotclock_calculate(int link_freq, const struct intel_link_m_n *m_n);
10656 int intel_dotclock_calculate(int link_freq, in intel_dotclock_calculate() argument10672 return div_u64((u64)m_n->link_m * link_freq, m_n->link_n); in intel_dotclock_calculate()