Lines Matching defs:paths
482 struct icc_path **paths;
509 paths = kcalloc(num_paths, sizeof(*paths), GFP_KERNEL);
510 if (!paths)
514 paths[i] = of_icc_get_by_index(dev, i);
515 if (IS_ERR(paths[i])) {
516 ret = dev_err_probe(dev, PTR_ERR(paths[i]), "%s: Unable to get path%d\n", __func__, i);
522 opp_table->paths = paths;
529 icc_put(paths[i]);
531 kfree(paths);
816 pr_err("%s: Mismatch between %s and paths (%d %d)\n",