Lines Matching refs:src
33 const char *src;
39 static struct icc_path *get_path(const char *src, const char *dst)
44 if (!strcmp(path->src, src) && !strcmp(path->dst, dst))
54 char *src, *dst;
60 src = rcu_dereference(src_node);
68 cur_path = get_path(src, dst);
74 src = kstrdup(src, GFP_ATOMIC);
78 if (!src || !dst) {
83 cur_path = icc_get(&pdev->dev, src, dst);
96 debugfs_path->src = src;
105 kfree(src);