Searched refs:ebi2clk (Results 1 – 1 of 1) sorted by relevance
301 struct clk *ebi2clk; in qcom_ebi2_probe() local316 ebi2clk = devm_clk_get(dev, "ebi2"); in qcom_ebi2_probe()317 if (IS_ERR(ebi2clk)) { in qcom_ebi2_probe()318 ret = PTR_ERR(ebi2clk); in qcom_ebi2_probe()322 ret = clk_prepare_enable(ebi2clk); in qcom_ebi2_probe()383 clk_disable_unprepare(ebi2clk); in qcom_ebi2_probe()