Searched refs:clk_pix (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H A D | sti_dvo.c | 76 * @clk_pix: pixel clock for dvo 90 struct clk *clk_pix; member 228 clk_disable_unprepare(dvo->clk_pix); in sti_dvo_disable() 260 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() 361 result = clk_round_rate(dvo->clk_pix, target); in sti_dvo_connector_mode_valid() 538 dvo->clk_pix = devm_clk_get(dev, "dvo_pix"); in sti_dvo_probe() 539 if (IS_ERR(dvo->clk_pix)) { in sti_dvo_probe() 541 return PTR_ERR(dvo->clk_pix); in sti_dvo_probe() [all...] |
H A D | sti_hda.c | 250 struct clk *clk_pix; member 421 clk_disable_unprepare(hda->clk_pix); in sti_hda_disable() 440 if (clk_prepare_enable(hda->clk_pix)) in sti_hda_pre_enable() 554 ret = clk_set_rate(hda->clk_pix, mode->clock * 1000); in sti_hda_set_mode() 619 result = clk_round_rate(hda->clk_pix, target); in sti_hda_connector_mode_valid() 777 hda->clk_pix = devm_clk_get(dev, "pix"); in sti_hda_probe() 778 if (IS_ERR(hda->clk_pix)) { in sti_hda_probe() 780 return PTR_ERR(hda->clk_pix); in sti_hda_probe()
|
H A D | sti_gdp.c | 112 * @clk_pix: pixel clock for the current gdp 124 struct clk *clk_pix; member 469 if (gdp->clk_pix) in sti_gdp_disable() 470 clk_disable_unprepare(gdp->clk_pix); in sti_gdp_disable() 578 gdp->clk_pix = devm_clk_get(gdp->dev, clk_name); in sti_gdp_init() 579 if (IS_ERR(gdp->clk_pix)) in sti_gdp_init() 661 if (mode->clock && gdp->clk_pix) { in sti_gdp_atomic_check() 676 clk_set_parent(gdp->clk_pix, clkp); in sti_gdp_atomic_check() 678 res = clk_set_rate(gdp->clk_pix, rate); in sti_gdp_atomic_check() 743 clk_prepare_enable(gdp->clk_pix); in sti_gdp_atomic_update() [all...] |
H A D | sti_hdmi.h | 52 * @clk_pix: hdmi pixel clock 78 struct clk *clk_pix; member
|
H A D | sti_hdmi.c | 775 clk_disable_unprepare(hdmi->clk_pix); in sti_hdmi_disable() 884 if (clk_prepare_enable(hdmi->clk_pix)) in sti_hdmi_pre_enable() 940 ret = clk_set_rate(hdmi->clk_pix, mode->clock * 1000); in sti_hdmi_set_mode() 1013 result = clk_round_rate(hdmi->clk_pix, target); in sti_hdmi_connector_mode_valid() 1406 hdmi->clk_pix = devm_clk_get(dev, "pix"); in sti_hdmi_probe() 1407 if (IS_ERR(hdmi->clk_pix)) { in sti_hdmi_probe() 1409 ret = PTR_ERR(hdmi->clk_pix); in sti_hdmi_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_dvo.c | 76 * @clk_pix: pixel clock for dvo 90 struct clk *clk_pix; member 228 clk_disable_unprepare(dvo->clk_pix); in sti_dvo_disable() 260 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() 361 result = clk_round_rate(dvo->clk_pix, target); in sti_dvo_connector_mode_valid() 536 dvo->clk_pix = devm_clk_get(dev, "dvo_pix"); in sti_dvo_probe() 537 if (IS_ERR(dvo->clk_pix)) { in sti_dvo_probe() 539 return PTR_ERR(dvo->clk_pix); in sti_dvo_probe() [all...] |
H A D | sti_hda.c | 251 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 D | sti_gdp.c | 114 * @clk_pix: pixel clock for the current gdp 126 struct clk *clk_pix; member 471 if (gdp->clk_pix) in sti_gdp_disable() 472 clk_disable_unprepare(gdp->clk_pix); in sti_gdp_disable() 580 gdp->clk_pix = devm_clk_get(gdp->dev, clk_name); in sti_gdp_init() 581 if (IS_ERR(gdp->clk_pix)) in sti_gdp_init() 667 if (mode->clock && gdp->clk_pix) { in sti_gdp_atomic_check() 682 clk_set_parent(gdp->clk_pix, clkp); in sti_gdp_atomic_check() 684 res = clk_set_rate(gdp->clk_pix, rate); in sti_gdp_atomic_check() 752 clk_prepare_enable(gdp->clk_pix); in sti_gdp_atomic_update() [all...] |
H A D | sti_hdmi.h | 46 * @clk_pix: hdmi pixel clock 71 struct clk *clk_pix; member
|
H A D | sti_hdmi.c | 783 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() 1021 result = clk_round_rate(hdmi->clk_pix, target); in sti_hdmi_connector_mode_valid() 1414 hdmi->clk_pix = devm_clk_get(dev, "pix"); in sti_hdmi_probe() 1415 if (IS_ERR(hdmi->clk_pix)) { in sti_hdmi_probe() 1417 ret = PTR_ERR(hdmi->clk_pix); in sti_hdmi_probe()
|
Completed in 12 milliseconds