Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_compositor.c217 compo->clk_compo_aux = devm_clk_get(dev, "compo_aux"); in sti_compositor_probe()
218 if (IS_ERR(compo->clk_compo_aux)) { in sti_compositor_probe()
220 return PTR_ERR(compo->clk_compo_aux); in sti_compositor_probe()
H A Dsti_compositor.h71 struct clk *clk_compo_aux; member
H A Dsti_crtc.c66 compo_clk = compo->clk_compo_aux; in sti_crtc_mode_set()
122 clk_disable_unprepare(compo->clk_compo_aux); in sti_crtc_disable()