Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun8i_dw_hdmi.c24 clk_set_rate(hdmi->clk_tmds, mode->crtc_clock * 1000); in sun8i_dw_hdmi_encoder_mode_set()
161 hdmi->clk_tmds = devm_clk_get(dev, "tmds"); in sun8i_dw_hdmi_bind()
162 if (IS_ERR(hdmi->clk_tmds)) { in sun8i_dw_hdmi_bind()
164 return PTR_ERR(hdmi->clk_tmds); in sun8i_dw_hdmi_bind()
199 ret = clk_prepare_enable(hdmi->clk_tmds); in sun8i_dw_hdmi_bind()
248 clk_disable_unprepare(hdmi->clk_tmds); in sun8i_dw_hdmi_bind()
268 clk_disable_unprepare(hdmi->clk_tmds); in sun8i_dw_hdmi_unbind()
H A Dsun8i_dw_hdmi.h187 struct clk *clk_tmds; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_hdmi.h79 struct clk *clk_tmds; member
H A Dsti_hdmi.c774 clk_disable_unprepare(hdmi->clk_tmds); in sti_hdmi_disable()
886 if (clk_prepare_enable(hdmi->clk_tmds)) in sti_hdmi_pre_enable()
1412 hdmi->clk_tmds = devm_clk_get(dev, "tmds"); in sti_hdmi_probe()
1413 if (IS_ERR(hdmi->clk_tmds)) { in sti_hdmi_probe()
1415 ret = PTR_ERR(hdmi->clk_tmds); in sti_hdmi_probe()