Lines Matching defs:icc_path_ddr
90 struct icc_path *icc_path_ddr;
210 ret = icc_enable(qcom->icc_path_ddr);
216 icc_disable(qcom->icc_path_ddr);
225 ret = icc_disable(qcom->icc_path_ddr);
231 icc_enable(qcom->icc_path_ddr);
250 qcom->icc_path_ddr = of_icc_get(dev, "usb-ddr");
251 if (IS_ERR(qcom->icc_path_ddr)) {
253 PTR_ERR(qcom->icc_path_ddr));
254 return PTR_ERR(qcom->icc_path_ddr);
267 ret = icc_set_bw(qcom->icc_path_ddr,
270 ret = icc_set_bw(qcom->icc_path_ddr,
290 icc_put(qcom->icc_path_ddr);
302 icc_put(qcom->icc_path_ddr);