• Home
  • Raw
  • Download

Lines Matching +defs:node +defs:path

154 	struct icc_node *node = dst;  in path_init()  local
155 struct icc_path *path; in path_init() local
180 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in path_find() local
181 struct icc_node *n, *node = NULL; in path_find() local
250 static int aggregate_requests(struct icc_node *node) in aggregate_requests()
283 static int apply_constraints(struct icc_path *path) in apply_constraints()
311 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate()
358 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider() local
407 struct icc_path **ptr, *path; in devm_of_icc_get() local
442 struct icc_path *path; in of_icc_get_by_index() local
576 void icc_set_tag(struct icc_path *path, u32 tag) in icc_set_tag()
601 const char *icc_get_name(struct icc_path *path) in icc_get_name()
625 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw()
627 struct icc_node *node; in icc_set_bw() local
678 static int __icc_enable(struct icc_path *path, bool enable) in __icc_enable()
699 int icc_enable(struct icc_path *path) in icc_enable()
705 int icc_disable(struct icc_path *path) in icc_disable()
730 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in icc_get() local
766 void icc_put(struct icc_path *path) in icc_put()
768 struct icc_node *node; in icc_put() local
795 struct icc_node *node; in icc_node_create_nolock() local
826 struct icc_node *node; in icc_node_create() local
844 struct icc_node *node; in icc_node_destroy() local
877 int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create()
967 void icc_node_add(struct icc_node *node, struct icc_provider *provider) in icc_node_add()
1003 void icc_node_del(struct icc_node *node) in icc_node_del()