Searched refs:ebi2clk (Results 1 – 1 of 1) sorted by relevance
305 struct clk *ebi2clk; in qcom_ebi2_probe() local320 ebi2clk = devm_clk_get(dev, "ebi2"); in qcom_ebi2_probe()321 if (IS_ERR(ebi2clk)) { in qcom_ebi2_probe()322 ret = PTR_ERR(ebi2clk); in qcom_ebi2_probe()326 ret = clk_prepare_enable(ebi2clk); in qcom_ebi2_probe()385 clk_disable_unprepare(ebi2clk); in qcom_ebi2_probe()