clk_exiv           48 sound/soc/uniphier/evea.c 	struct clk *clk, *clk_exiv;
clk_exiv          336 sound/soc/uniphier/evea.c 	clk_disable_unprepare(evea->clk_exiv);
clk_exiv          351 sound/soc/uniphier/evea.c 	ret = clk_prepare_enable(evea->clk_exiv);
clk_exiv          379 sound/soc/uniphier/evea.c 	clk_disable_unprepare(evea->clk_exiv);
clk_exiv          465 sound/soc/uniphier/evea.c 	evea->clk_exiv = devm_clk_get(&pdev->dev, "exiv");
clk_exiv          466 sound/soc/uniphier/evea.c 	if (IS_ERR(evea->clk_exiv))
clk_exiv          467 sound/soc/uniphier/evea.c 		return PTR_ERR(evea->clk_exiv);
clk_exiv          490 sound/soc/uniphier/evea.c 	ret = clk_prepare_enable(evea->clk_exiv);
clk_exiv          532 sound/soc/uniphier/evea.c 	clk_disable_unprepare(evea->clk_exiv);
clk_exiv          548 sound/soc/uniphier/evea.c 	clk_disable_unprepare(evea->clk_exiv);