Searched refs:clk_pix (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_dvo.c | 88 struct clk *clk_pix; member 227 clk_disable_unprepare(dvo->clk_pix); in sti_dvo_disable() 259 if (clk_prepare_enable(dvo->clk_pix)) in sti_dvo_pre_enable() 301 clk_set_parent(dvo->clk_pix, clkp); in sti_dvo_set_mode() 306 ret = clk_set_rate(dvo->clk_pix, rate); in sti_dvo_set_mode() 360 result = clk_round_rate(dvo->clk_pix, target); in sti_dvo_connector_mode_valid() 542 dvo->clk_pix = devm_clk_get(dev, "dvo_pix"); in sti_dvo_probe() 543 if (IS_ERR(dvo->clk_pix)) { in sti_dvo_probe() 545 return PTR_ERR(dvo->clk_pix); in sti_dvo_probe()
|
D | sti_hda.c | 245 struct clk *clk_pix; member 416 clk_disable_unprepare(hda->clk_pix); in sti_hda_disable() 435 if (clk_prepare_enable(hda->clk_pix)) in sti_hda_pre_enable() 549 ret = clk_set_rate(hda->clk_pix, mode->clock * 1000); in sti_hda_set_mode() 614 result = clk_round_rate(hda->clk_pix, target); in sti_hda_connector_mode_valid() 776 hda->clk_pix = devm_clk_get(dev, "pix"); in sti_hda_probe() 777 if (IS_ERR(hda->clk_pix)) { in sti_hda_probe() 779 return PTR_ERR(hda->clk_pix); in sti_hda_probe()
|
D | sti_gdp.c | 120 struct clk *clk_pix; member 464 if (gdp->clk_pix) in sti_gdp_disable() 465 clk_disable_unprepare(gdp->clk_pix); in sti_gdp_disable() 573 gdp->clk_pix = devm_clk_get(gdp->dev, clk_name); in sti_gdp_init() 574 if (IS_ERR(gdp->clk_pix)) in sti_gdp_init() 656 if (mode->clock && gdp->clk_pix) { in sti_gdp_atomic_check() 671 clk_set_parent(gdp->clk_pix, clkp); in sti_gdp_atomic_check() 673 res = clk_set_rate(gdp->clk_pix, rate); in sti_gdp_atomic_check() 738 clk_prepare_enable(gdp->clk_pix); in sti_gdp_atomic_update()
|
D | sti_hdmi.h | 76 struct clk *clk_pix; member
|
D | sti_hdmi.c | 770 clk_disable_unprepare(hdmi->clk_pix); in sti_hdmi_disable() 876 if (clk_prepare_enable(hdmi->clk_pix)) in sti_hdmi_pre_enable() 932 ret = clk_set_rate(hdmi->clk_pix, mode->clock * 1000); in sti_hdmi_set_mode() 1004 result = clk_round_rate(hdmi->clk_pix, target); in sti_hdmi_connector_mode_valid() 1385 hdmi->clk_pix = devm_clk_get(dev, "pix"); in sti_hdmi_probe() 1386 if (IS_ERR(hdmi->clk_pix)) { in sti_hdmi_probe() 1388 ret = PTR_ERR(hdmi->clk_pix); in sti_hdmi_probe()
|