Lines Matching refs:icc_node
34 static void icc_summary_show_one(struct seq_file *s, struct icc_node *n) in icc_summary_show_one()
53 struct icc_node *n; in icc_summary_show()
83 struct icc_node *n, struct icc_node *m) in icc_graph_show_link()
90 static void icc_graph_show_node(struct seq_file *s, struct icc_node *n) in icc_graph_show_node()
102 struct icc_node *n; in icc_graph_show()
146 static struct icc_node *node_find(const int id) in node_find()
151 static struct icc_node *node_find_by_name(const char *name) in node_find_by_name()
154 struct icc_node *n; in node_find_by_name()
166 static struct icc_path *path_init(struct device *dev, struct icc_node *dst, in path_init()
169 struct icc_node *node = dst; in path_init()
196 static struct icc_path *path_find(struct device *dev, struct icc_node *src, in path_find()
197 struct icc_node *dst) in path_find()
200 struct icc_node *n, *node = NULL; in path_find()
223 struct icc_node *tmp = node->links[i]; in path_find()
269 static int aggregate_requests(struct icc_node *node) in aggregate_requests()
304 struct icc_node *next, *prev = NULL; in apply_constraints()
330 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate()
350 struct icc_node *of_icc_xlate_onecell(const struct of_phandle_args *spec, in of_icc_xlate_onecell()
377 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider()
602 struct icc_node *src_node, *dst_node; in icc_get()
694 struct icc_node *node; in icc_set_bw()
787 struct icc_node *node; in icc_put()
816 static struct icc_node *icc_node_create_nolock(int id) in icc_node_create_nolock()
818 struct icc_node *node; in icc_node_create_nolock()
847 struct icc_node *icc_node_create(int id) in icc_node_create()
849 struct icc_node *node; in icc_node_create()
867 struct icc_node *node; in icc_node_destroy()
900 int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create()
902 struct icc_node *dst; in icc_link_create()
903 struct icc_node **new; in icc_link_create()
944 void icc_node_add(struct icc_node *node, struct icc_provider *provider) in icc_node_add()
988 void icc_node_del(struct icc_node *node) in icc_node_del()
1006 struct icc_node *n, *tmp; in icc_nodes_remove()
1096 struct icc_node *n; in icc_sync_state()