Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_hda.c250 struct clk *clk_hddac; member
419 clk_disable_unprepare(hda->clk_hddac); in sti_hda_disable()
441 if (clk_prepare_enable(hda->clk_hddac)) in sti_hda_pre_enable()
547 ret = clk_set_rate(hda->clk_hddac, hddac_rate); in sti_hda_set_mode()
785 hda->clk_hddac = devm_clk_get(dev, "hddac"); in sti_hda_probe()
786 if (IS_ERR(hda->clk_hddac)) { in sti_hda_probe()
788 return PTR_ERR(hda->clk_hddac); in sti_hda_probe()