Lines Matching +defs:node +defs:path
169 struct icc_node *node = dst; in path_init() local
170 struct icc_path *path; in path_init() local
195 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in path_find() local
196 struct icc_node *n, *node = NULL; in path_find() local
265 static int aggregate_requests(struct icc_node *node) in aggregate_requests()
298 static int apply_constraints(struct icc_path *path) in apply_constraints()
326 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate()
373 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider() local
422 struct icc_path **ptr, *path; in devm_of_icc_get() local
457 struct icc_path *path; in of_icc_get_by_index() local
599 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in icc_get() local
639 void icc_set_tag(struct icc_path *path, u32 tag) in icc_set_tag()
664 const char *icc_get_name(struct icc_path *path) in icc_get_name()
688 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw()
690 struct icc_node *node; in icc_set_bw() local
741 static int __icc_enable(struct icc_path *path, bool enable) in __icc_enable()
762 int icc_enable(struct icc_path *path) in icc_enable()
768 int icc_disable(struct icc_path *path) in icc_disable()
781 void icc_put(struct icc_path *path) in icc_put()
783 struct icc_node *node; in icc_put() local
810 struct icc_node *node; in icc_node_create_nolock() local
841 struct icc_node *node; in icc_node_create() local
859 struct icc_node *node; in icc_node_destroy() local
892 int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create()
936 void icc_node_add(struct icc_node *node, struct icc_provider *provider) in icc_node_add()
980 void icc_node_del(struct icc_node *node) in icc_node_del()