Home
last modified time | relevance | path

Searched refs:clk_pix_main (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_compositor.c224 compo->clk_pix_main = devm_clk_get(dev, "pix_main"); in sti_compositor_probe()
225 if (IS_ERR(compo->clk_pix_main)) { in sti_compositor_probe()
227 return PTR_ERR(compo->clk_pix_main); in sti_compositor_probe()
Dsti_compositor.h73 struct clk *clk_pix_main; member
Dsti_hqvdp.c345 struct clk *clk_pix_main; member
540 clk_disable_unprepare(hqvdp->clk_pix_main); in sti_hqvdp_disable()
908 if (clk_prepare_enable(hqvdp->clk_pix_main)) { in sti_hqvdp_atomic_update()
1049 hqvdp->clk_pix_main = devm_clk_get(dev, "pix_main"); in sti_hqvdp_probe()
1050 if (IS_ERR(hqvdp->clk) || IS_ERR(hqvdp->clk_pix_main)) { in sti_hqvdp_probe()
Dsti_crtc.c87 clk = compo->clk_pix_main; in sti_crtc_mode_set()
128 clk_disable_unprepare(compo->clk_pix_main); in sti_crtc_disable()