Lines Matching refs:icc_node
38 struct icc_node *node;
55 static void icc_summary_show_one(struct seq_file *s, struct icc_node *n) in icc_summary_show_one()
74 struct icc_node *n; in icc_summary_show()
97 static struct icc_node *node_find(const int id) in node_find()
102 static struct icc_path *path_init(struct device *dev, struct icc_node *dst, in path_init()
105 struct icc_node *node = dst; in path_init()
127 static struct icc_path *path_find(struct device *dev, struct icc_node *src, in path_find()
128 struct icc_node *dst) in path_find()
131 struct icc_node *n, *node = NULL; in path_find()
154 struct icc_node *tmp = node->links[i]; in path_find()
200 static int aggregate_requests(struct icc_node *node) in aggregate_requests()
220 struct icc_node *next, *prev = NULL; in apply_constraints()
257 struct icc_node *of_icc_xlate_onecell(struct of_phandle_args *spec, in of_icc_xlate_onecell()
282 static struct icc_node *of_icc_get_from_provider(struct of_phandle_args *spec) in of_icc_get_from_provider()
284 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider()
320 struct icc_node *src_node, *dst_node; in of_icc_get()
434 struct icc_node *node; in icc_set_bw()
496 struct icc_node *src, *dst; in icc_get()
528 struct icc_node *node; in icc_put()
552 static struct icc_node *icc_node_create_nolock(int id) in icc_node_create_nolock()
554 struct icc_node *node; in icc_node_create_nolock()
583 struct icc_node *icc_node_create(int id) in icc_node_create()
585 struct icc_node *node; in icc_node_create()
603 struct icc_node *node; in icc_node_destroy()
632 int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create()
634 struct icc_node *dst; in icc_link_create()
635 struct icc_node **new; in icc_link_create()
678 int icc_link_destroy(struct icc_node *src, struct icc_node *dst) in icc_link_destroy()
680 struct icc_node **new; in icc_link_destroy()
720 void icc_node_add(struct icc_node *node, struct icc_provider *provider) in icc_node_add()
735 void icc_node_del(struct icc_node *node) in icc_node_del()