Home
last modified time | relevance | path

Searched refs:icc_node_data (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Dinterconnect-provider.h23 struct icc_node_data { struct
69 struct icc_node_data* (*xlate_extended)(struct of_phandle_args *spec, void *data);
127 struct icc_node_data *of_icc_get_from_provider(struct of_phandle_args *spec);
180 static inline struct icc_node_data *of_icc_get_from_provider(struct of_phandle_args *spec) in of_icc_get_from_provider()
/Linux-v5.10/drivers/interconnect/qcom/
Dicc-rpmh.c104 struct icc_node_data *qcom_icc_xlate_extended(struct of_phandle_args *spec, void *data) in qcom_icc_xlate_extended()
106 struct icc_node_data *ndata; in qcom_icc_xlate_extended()
Dicc-rpmh.h134 struct icc_node_data *qcom_icc_xlate_extended(struct of_phandle_args *spec, void *data);
/Linux-v5.10/drivers/interconnect/
Dcore.c356 struct icc_node_data *of_icc_get_from_provider(struct of_phandle_args *spec) in of_icc_get_from_provider()
359 struct icc_node_data *data = NULL; in of_icc_get_from_provider()
440 struct icc_node_data *src_data, *dst_data; in of_icc_get_by_index()