Searched refs:clk_compo_aux (Results 1 – 3 of 3) sorted by relevance
218 compo->clk_compo_aux = devm_clk_get(dev, "compo_aux"); in sti_compositor_probe()219 if (IS_ERR(compo->clk_compo_aux)) { in sti_compositor_probe()221 return PTR_ERR(compo->clk_compo_aux); in sti_compositor_probe()
72 struct clk *clk_compo_aux; member
38 if (clk_prepare_enable(compo->clk_compo_aux)) in sti_crtc_enable()132 clk_disable_unprepare(compo->clk_compo_aux); in sti_crtc_disable()