Searched defs:qcom_icc_desc (Results 1 – 2 of 2) sorted by relevance
89 struct qcom_icc_desc { struct90 struct qcom_icc_node * const *nodes;91 size_t num_nodes;92 const char * const *clocks;93 size_t num_clocks;94 bool has_bus_pd;95 enum qcom_icc_type type;96 const struct regmap_config *regmap_cfg;97 unsigned int qos_offset;
114 struct qcom_icc_desc { struct115 struct qcom_icc_node * const *nodes;116 size_t num_nodes;117 struct qcom_icc_bcm * const *bcms;118 size_t num_bcms;
Completed in 6 milliseconds