Searched defs:qcom_icc_desc (Results 1 – 2 of 2) sorted by relevance
75 struct qcom_icc_desc { struct76 struct qcom_icc_node **nodes;77 size_t num_nodes;78 const char * const *clocks;79 size_t num_clocks;80 bool is_bimc_node;81 const struct regmap_config *regmap_cfg;82 unsigned int qos_offset;
114 struct qcom_icc_desc { struct115 struct qcom_icc_node **nodes;116 size_t num_nodes;117 struct qcom_icc_bcm **bcms;118 size_t num_bcms;
Completed in 4 milliseconds