Lines Matching defs:path
34 struct icc_path *path;
38 /* control access to the interconnect path */
115 if (!__scm->path)
118 if (IS_ERR(__scm->path))
123 ret = icc_set_bw(__scm->path, 0, UINT_MAX);
138 if (IS_ERR_OR_NULL(__scm->path))
143 icc_set_bw(__scm->path, 0, 0);
1423 scm->path = devm_of_icc_get(&pdev->dev, NULL);
1424 if (IS_ERR(scm->path))
1425 return dev_err_probe(&pdev->dev, PTR_ERR(scm->path),
1426 "failed to acquire interconnect path\n");