Searched refs:venci_clk (Results 1 – 1 of 1) sorted by relevance
140 struct clk *venci_clk; member807 meson_dw_hdmi->venci_clk = devm_clk_get(dev, "venci"); in meson_dw_hdmi_bind()808 if (IS_ERR(meson_dw_hdmi->venci_clk)) { in meson_dw_hdmi_bind()810 return PTR_ERR(meson_dw_hdmi->venci_clk); in meson_dw_hdmi_bind()812 clk_prepare_enable(meson_dw_hdmi->venci_clk); in meson_dw_hdmi_bind()