Searched refs:icc_node (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | interconnect-provider.h | 14 struct icc_node; 25 struct icc_node *nodes[]; 28 struct icc_node *of_icc_xlate_onecell(struct of_phandle_args *spec, 49 int (*set)(struct icc_node *src, struct icc_node *dst); 50 int (*aggregate)(struct icc_node *node, u32 tag, u32 avg_bw, 52 void (*pre_aggregate)(struct icc_node *node); 53 struct icc_node* (*xlate)(struct of_phandle_args *spec, void *data); 76 struct icc_node { struct 79 struct icc_node **links; argument 85 struct icc_node *reverse; argument [all …]
|
| /Linux-v5.4/drivers/interconnect/ |
| D | core.c | 38 struct icc_node *node; 55 static void icc_summary_show_one(struct seq_file *s, struct icc_node *n) in icc_summary_show_one() 74 struct icc_node *n; in icc_summary_show() 97 static struct icc_node *node_find(const int id) in node_find() 102 static struct icc_path *path_init(struct device *dev, struct icc_node *dst, in path_init() 105 struct icc_node *node = dst; in path_init() 127 static struct icc_path *path_find(struct device *dev, struct icc_node *src, in path_find() 128 struct icc_node *dst) in path_find() 131 struct icc_node *n, *node = NULL; in path_find() 154 struct icc_node *tmp = node->links[i]; in path_find() [all …]
|
| /Linux-v5.4/drivers/interconnect/qcom/ |
| D | qcs404.c | 330 static int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in qcom_icc_aggregate() 339 static int qcom_icc_set(struct icc_node *src, struct icc_node *dst) in qcom_icc_set() 344 struct icc_node *n; in qcom_icc_set() 417 struct icc_node *node; in qnoc_probe() 511 struct icc_node *n; in qnoc_remove()
|
| D | sdm845.c | 633 static void qcom_icc_pre_aggregate(struct icc_node *node) in qcom_icc_pre_aggregate() 646 static int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in qcom_icc_aggregate() 673 static int qcom_icc_set(struct icc_node *src, struct icc_node *dst) in qcom_icc_set() 676 struct icc_node *node; in qcom_icc_set() 778 struct icc_node *node; in qnoc_probe() 871 struct icc_node *n; in qnoc_remove()
|