ebi2clk           301 drivers/bus/qcom-ebi2.c 	struct clk *ebi2clk;
ebi2clk           316 drivers/bus/qcom-ebi2.c 	ebi2clk = devm_clk_get(dev, "ebi2");
ebi2clk           317 drivers/bus/qcom-ebi2.c 	if (IS_ERR(ebi2clk)) {
ebi2clk           318 drivers/bus/qcom-ebi2.c 		ret = PTR_ERR(ebi2clk);
ebi2clk           322 drivers/bus/qcom-ebi2.c 	ret = clk_prepare_enable(ebi2clk);
ebi2clk           381 drivers/bus/qcom-ebi2.c 	clk_disable_unprepare(ebi2clk);