Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sti/
H A Dsti_hda.c252 struct clk *clk_pix; member
428 clk_disable_unprepare(hda->clk_pix); in sti_hda_disable()
447 if (clk_prepare_enable(hda->clk_pix)) in sti_hda_pre_enable()
561 ret = clk_set_rate(hda->clk_pix, mode->clock * 1000); in sti_hda_set_mode()
626 result = clk_round_rate(hda->clk_pix, target); in sti_hda_connector_mode_valid()
771 hda->clk_pix = devm_clk_get(dev, "pix"); in sti_hda_probe()
772 if (IS_ERR(hda->clk_pix)) { in sti_hda_probe()
774 return PTR_ERR(hda->clk_pix); in sti_hda_probe()