Lines Matching refs:icc_path
50 struct icc_path { struct
102 static struct icc_path *path_init(struct device *dev, struct icc_node *dst, in path_init()
106 struct icc_path *path; in path_init()
127 static struct icc_path *path_find(struct device *dev, struct icc_node *src, in path_find()
130 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in path_find()
218 static int apply_constraints(struct icc_path *path) in apply_constraints()
317 struct icc_path *of_icc_get(struct device *dev, const char *name) in of_icc_get()
319 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in of_icc_get()
401 void icc_set_tag(struct icc_path *path, u32 tag) in icc_set_tag()
432 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw()
494 struct icc_path *icc_get(struct device *dev, const int src_id, const int dst_id) in icc_get()
497 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); in icc_get()
526 void icc_put(struct icc_path *path) in icc_put()