Searched refs:clk_pix_main (Results 1 – 3 of 3) sorted by relevance
219 compo->clk_pix_main = devm_clk_get(dev, "pix_main"); in sti_compositor_probe()220 if (IS_ERR(compo->clk_pix_main)) { in sti_compositor_probe()222 return PTR_ERR(compo->clk_pix_main); in sti_compositor_probe()
76 struct clk *clk_pix_main; member
103 clk = compo->clk_pix_main; in sti_drm_crtc_mode_set()228 clk_disable_unprepare(compo->clk_pix_main); in sti_drm_crtc_disable()