clk_hddac 250 drivers/gpu/drm/sti/sti_hda.c struct clk *clk_hddac; clk_hddac 419 drivers/gpu/drm/sti/sti_hda.c clk_disable_unprepare(hda->clk_hddac); clk_hddac 441 drivers/gpu/drm/sti/sti_hda.c if (clk_prepare_enable(hda->clk_hddac)) clk_hddac 547 drivers/gpu/drm/sti/sti_hda.c ret = clk_set_rate(hda->clk_hddac, hddac_rate); clk_hddac 785 drivers/gpu/drm/sti/sti_hda.c hda->clk_hddac = devm_clk_get(dev, "hddac"); clk_hddac 786 drivers/gpu/drm/sti/sti_hda.c if (IS_ERR(hda->clk_hddac)) { clk_hddac 788 drivers/gpu/drm/sti/sti_hda.c return PTR_ERR(hda->clk_hddac);