Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_dw_hdmi.c23 clk_set_rate(hdmi->clk_tmds, mode->crtc_clock * 1000); in sun8i_dw_hdmi_encoder_mode_set()
122 hdmi->clk_tmds = devm_clk_get(dev, "tmds"); in sun8i_dw_hdmi_bind()
123 if (IS_ERR(hdmi->clk_tmds)) { in sun8i_dw_hdmi_bind()
125 return PTR_ERR(hdmi->clk_tmds); in sun8i_dw_hdmi_bind()
134 ret = clk_prepare_enable(hdmi->clk_tmds); in sun8i_dw_hdmi_bind()
183 clk_disable_unprepare(hdmi->clk_tmds); in sun8i_dw_hdmi_bind()
197 clk_disable_unprepare(hdmi->clk_tmds); in sun8i_dw_hdmi_unbind()
Dsun8i_dw_hdmi.h173 struct clk *clk_tmds; member
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_hdmi.h77 struct clk *clk_tmds; member
Dsti_hdmi.c769 clk_disable_unprepare(hdmi->clk_tmds); in sti_hdmi_disable()
878 if (clk_prepare_enable(hdmi->clk_tmds)) in sti_hdmi_pre_enable()
1392 hdmi->clk_tmds = devm_clk_get(dev, "tmds"); in sti_hdmi_probe()
1393 if (IS_ERR(hdmi->clk_tmds)) { in sti_hdmi_probe()
1395 ret = PTR_ERR(hdmi->clk_tmds); in sti_hdmi_probe()