Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sti/
H A Dsti_dvo.c91 struct clk *clk_pix; member
229 clk_disable_unprepare(dvo->clk_pix); in sti_dvo_disable()
261 if (clk_prepare_enable(dvo->clk_pix)) in sti_dvo_pre_enable()
302 clk_set_parent(dvo->clk_pix, clkp); in sti_dvo_set_mode()
307 ret = clk_set_rate(dvo->clk_pix, rate); in sti_dvo_set_mode()
362 result = clk_round_rate(dvo->clk_pix, target); in sti_dvo_connector_mode_valid()
537 dvo->clk_pix = devm_clk_get(dev, "dvo_pix"); in sti_dvo_probe()
538 if (IS_ERR(dvo->clk_pix)) { in sti_dvo_probe()
540 return PTR_ERR(dvo->clk_pix); in sti_dvo_probe()
H A Dsti_hda.c251 struct clk *clk_pix; member
422 clk_disable_unprepare(hda->clk_pix); in sti_hda_disable()
441 if (clk_prepare_enable(hda->clk_pix)) in sti_hda_pre_enable()
555 ret = clk_set_rate(hda->clk_pix, mode->clock * 1000); in sti_hda_set_mode()
620 result = clk_round_rate(hda->clk_pix, target); in sti_hda_connector_mode_valid()
778 hda->clk_pix = devm_clk_get(dev, "pix"); in sti_hda_probe()
779 if (IS_ERR(hda->clk_pix)) { in sti_hda_probe()
781 return PTR_ERR(hda->clk_pix); in sti_hda_probe()
H A Dsti_hdmi.c783 clk_disable_unprepare(hdmi->clk_pix); in sti_hdmi_disable()
892 if (clk_prepare_enable(hdmi->clk_pix)) in sti_hdmi_pre_enable()
948 ret = clk_set_rate(hdmi->clk_pix, mode->clock * 1000); in sti_hdmi_set_mode()
1025 result = clk_round_rate(hdmi->clk_pix, target); in sti_hdmi_connector_mode_valid()
1420 hdmi->clk_pix = devm_clk_get(dev, "pix"); in sti_hdmi_probe()
1421 if (IS_ERR(hdmi->clk_pix)) { in sti_hdmi_probe()
1423 ret = PTR_ERR(hdmi->clk_pix); in sti_hdmi_probe()
H A Dsti_hdmi.h71 struct clk *clk_pix; member