Searched refs:venci_clk (Results 1 – 1 of 1) sorted by relevance
147 struct clk *venci_clk; member887 meson_dw_hdmi->venci_clk = devm_clk_get(dev, "venci"); in meson_dw_hdmi_bind()888 if (IS_ERR(meson_dw_hdmi->venci_clk)) { in meson_dw_hdmi_bind()890 return PTR_ERR(meson_dw_hdmi->venci_clk); in meson_dw_hdmi_bind()892 clk_prepare_enable(meson_dw_hdmi->venci_clk); in meson_dw_hdmi_bind()