Lines Matching refs:icc_path
23 struct icc_path;
28 struct icc_path *icc_get(struct device *dev, const int src_id,
30 struct icc_path *of_icc_get(struct device *dev, const char *name);
31 void icc_put(struct icc_path *path);
32 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw);
33 void icc_set_tag(struct icc_path *path, u32 tag);
37 static inline struct icc_path *icc_get(struct device *dev, const int src_id, in icc_get()
43 static inline struct icc_path *of_icc_get(struct device *dev, in of_icc_get()
49 static inline void icc_put(struct icc_path *path) in icc_put()
53 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw()
58 static inline void icc_set_tag(struct icc_path *path, u32 tag) in icc_set_tag()