Lines Matching refs:icc_node

36 static void icc_summary_show_one(struct seq_file *s, struct icc_node *n)  in icc_summary_show_one()
55 struct icc_node *n; in icc_summary_show()
85 struct icc_node *n, struct icc_node *m) in icc_graph_show_link()
92 static void icc_graph_show_node(struct seq_file *s, struct icc_node *n) in icc_graph_show_node()
104 struct icc_node *n; in icc_graph_show()
148 static struct icc_node *node_find(const int id) in node_find()
153 static struct icc_node *node_find_by_name(const char *name) in node_find_by_name()
156 struct icc_node *n; in node_find_by_name()
168 static struct icc_path *path_init(struct device *dev, struct icc_node *dst, in path_init()
171 struct icc_node *node = dst; in path_init()
198 static struct icc_path *path_find(struct device *dev, struct icc_node *src, in path_find()
199 struct icc_node *dst) in path_find()
202 struct icc_node *n, *node = NULL; in path_find()
225 struct icc_node *tmp = node->links[i]; in path_find()
271 static int aggregate_requests(struct icc_node *node) in aggregate_requests()
306 struct icc_node *next, *prev = NULL; in apply_constraints()
332 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate()
352 struct icc_node *of_icc_xlate_onecell(const struct of_phandle_args *spec, in of_icc_xlate_onecell()
379 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider()
604 struct icc_node *src_node, *dst_node; in icc_get()
696 struct icc_node *node; in icc_set_bw()
789 struct icc_node *node; in icc_put()
818 static struct icc_node *icc_node_create_nolock(int id) in icc_node_create_nolock()
820 struct icc_node *node; in icc_node_create_nolock()
856 struct icc_node *icc_node_create_dyn(void) in icc_node_create_dyn()
858 struct icc_node *node; in icc_node_create_dyn()
876 struct icc_node *icc_node_create(int id) in icc_node_create()
878 struct icc_node *node; in icc_node_create()
896 struct icc_node *node; in icc_node_destroy()
926 int icc_node_set_name(struct icc_node *node, const struct icc_provider *provider, const char *name) in icc_node_set_name()
954 int icc_link_nodes(struct icc_node *src_node, struct icc_node **dst_node) in icc_link_nodes()
956 struct icc_node **new; in icc_link_nodes()
1004 int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create()
1006 struct icc_node *dst; in icc_link_create()
1007 struct icc_node **new; in icc_link_create()
1048 void icc_node_add(struct icc_node *node, struct icc_provider *provider) in icc_node_add()
1092 void icc_node_del(struct icc_node *node) in icc_node_del()
1110 struct icc_node *n, *tmp; in icc_nodes_remove()
1200 struct icc_node *n; in icc_sync_state()