Home
last modified time | relevance | path

Searched defs:icc_provider (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/include/linux/
Dinterconnect-provider.h60 struct icc_provider { struct
61 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);
68 struct icc_node* (*xlate)(struct of_phandle_args *spec, void *data);
69 struct icc_node_data* (*xlate_extended)(struct of_phandle_args *spec, void *data);
70 struct device *dev;
[all …]