Searched refs:clk_pix_aux (Results 1 – 3 of 3) sorted by relevance
228 compo->clk_pix_aux = devm_clk_get(dev, "pix_aux"); in sti_compositor_probe()229 if (IS_ERR(compo->clk_pix_aux)) { in sti_compositor_probe()231 return PTR_ERR(compo->clk_pix_aux); in sti_compositor_probe()
73 struct clk *clk_pix_aux; member
68 pix_clk = compo->clk_pix_aux; in sti_crtc_mode_set()122 clk_disable_unprepare(compo->clk_pix_aux); in sti_crtc_disable()