Lines Matching defs:icc_path_apps
91 struct icc_path *icc_path_apps;
214 ret = icc_enable(qcom->icc_path_apps);
229 ret = icc_disable(qcom->icc_path_apps);
257 qcom->icc_path_apps = of_icc_get(dev, "apps-usb");
258 if (IS_ERR(qcom->icc_path_apps)) {
260 PTR_ERR(qcom->icc_path_apps));
261 ret = PTR_ERR(qcom->icc_path_apps);
278 ret = icc_set_bw(qcom->icc_path_apps,
288 icc_put(qcom->icc_path_apps);
303 icc_put(qcom->icc_path_apps);