Lines Matching defs:cur_path
24 static struct icc_path *cur_path;
68 cur_path = get_path(src, dst);
69 if (cur_path) {
83 cur_path = icc_get(&pdev->dev, src, dst);
84 if (IS_ERR(cur_path)) {
85 ret = PTR_ERR(cur_path);
95 debugfs_path->path = cur_path;
103 icc_put(cur_path);
120 if (IS_ERR_OR_NULL(cur_path)) {
121 ret = PTR_ERR(cur_path);
125 icc_set_tag(cur_path, tag);
126 ret = icc_set_bw(cur_path, avg_bw, peak_bw);