clk_tmds 773 drivers/gpu/drm/sti/sti_hdmi.c clk_disable_unprepare(hdmi->clk_tmds); clk_tmds 885 drivers/gpu/drm/sti/sti_hdmi.c if (clk_prepare_enable(hdmi->clk_tmds)) clk_tmds 1400 drivers/gpu/drm/sti/sti_hdmi.c hdmi->clk_tmds = devm_clk_get(dev, "tmds"); clk_tmds 1401 drivers/gpu/drm/sti/sti_hdmi.c if (IS_ERR(hdmi->clk_tmds)) { clk_tmds 1403 drivers/gpu/drm/sti/sti_hdmi.c ret = PTR_ERR(hdmi->clk_tmds); clk_tmds 79 drivers/gpu/drm/sti/sti_hdmi.h struct clk *clk_tmds; clk_tmds 24 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c clk_set_rate(hdmi->clk_tmds, mode->crtc_clock * 1000); clk_tmds 165 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c hdmi->clk_tmds = devm_clk_get(dev, "tmds"); clk_tmds 166 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c if (IS_ERR(hdmi->clk_tmds)) { clk_tmds 168 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c return PTR_ERR(hdmi->clk_tmds); clk_tmds 203 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c ret = clk_prepare_enable(hdmi->clk_tmds); clk_tmds 250 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c clk_disable_unprepare(hdmi->clk_tmds); clk_tmds 270 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c clk_disable_unprepare(hdmi->clk_tmds); clk_tmds 185 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.h struct clk *clk_tmds;