Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sti/
Dsti_hda.c251 struct clk *clk_hddac; member
420 clk_disable_unprepare(hda->clk_hddac); in sti_hda_disable()
442 if (clk_prepare_enable(hda->clk_hddac)) in sti_hda_pre_enable()
548 ret = clk_set_rate(hda->clk_hddac, hddac_rate); in sti_hda_set_mode()
782 hda->clk_hddac = devm_clk_get(dev, "hddac"); in sti_hda_probe()
783 if (IS_ERR(hda->clk_hddac)) { in sti_hda_probe()
785 return PTR_ERR(hda->clk_hddac); in sti_hda_probe()