Lines Matching refs:paths
369 struct icc_path **paths;
394 paths = kcalloc(num_paths, sizeof(*paths), GFP_KERNEL);
395 if (!paths)
399 paths[i] = of_icc_get_by_index(dev, i);
400 if (IS_ERR(paths[i])) {
401 ret = PTR_ERR(paths[i]);
411 opp_table->paths = paths;
418 icc_put(paths[i]);
420 kfree(paths);
648 pr_err("%s: Mismatch between %s and paths (%d %d)\n",