Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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()
/OK3568_Linux_fs/kernel/drivers/interconnect/qcom/
H A Dicc-rpmh.c102 struct icc_node_data *qcom_icc_xlate_extended(struct of_phandle_args *spec, void *data) in qcom_icc_xlate_extended()
104 struct icc_node_data *ndata; in qcom_icc_xlate_extended()
H A Dicc-rpmh.h134 struct icc_node_data *qcom_icc_xlate_extended(struct of_phandle_args *spec, void *data);
/OK3568_Linux_fs/kernel/drivers/interconnect/
H A 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()