Searched refs:clk_hddac (Results 1 – 1 of 1) sorted by relevance
252 struct clk *clk_hddac; member421 clk_disable_unprepare(hda->clk_hddac); in sti_hda_disable()443 if (clk_prepare_enable(hda->clk_hddac)) in sti_hda_pre_enable()549 ret = clk_set_rate(hda->clk_hddac, hddac_rate); in sti_hda_set_mode()784 hda->clk_hddac = devm_clk_get(dev, "hddac"); in sti_hda_probe()785 if (IS_ERR(hda->clk_hddac)) { in sti_hda_probe()787 return PTR_ERR(hda->clk_hddac); in sti_hda_probe()