Searched defs:icc_provider (Results 1 – 1 of 1) sorted by relevance
60 struct icc_provider { struct61 struct list_head provider_list;62 struct list_head nodes;63 int (*set)(struct icc_node *src, struct icc_node *dst);64 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw,66 void (*pre_aggregate)(struct icc_node *node);67 int (*get_bw)(struct icc_node *node, u32 *avg, u32 *peak);70 struct device *dev;71 int users;72 bool inter_set;[all …]
Completed in 3 milliseconds