Home
last modified time | relevance | path

Searched refs:clk_pix_aux (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/sti/
A Dsti_compositor.c228 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()
A Dsti_compositor.h73 struct clk *clk_pix_aux; member
A Dsti_crtc.c68 pix_clk = compo->clk_pix_aux; in sti_crtc_mode_set()
122 clk_disable_unprepare(compo->clk_pix_aux); in sti_crtc_disable()

Completed in 4 milliseconds