Lines Matching refs:node
64 struct qcom_icc_node *node; in bcm_aggregate_mask() local
72 node = bcm->nodes[i]; in bcm_aggregate_mask()
75 if (node->sum_avg[bucket] || node->max_peak[bucket]) { in bcm_aggregate_mask()
93 struct qcom_icc_node *node; in bcm_aggregate() local
101 node = bcm->nodes[i]; in bcm_aggregate()
102 temp = bcm_div(node->sum_avg[bucket] * bcm->aux_data.width, in bcm_aggregate()
103 node->buswidth * node->channels); in bcm_aggregate()
106 temp = bcm_div(node->max_peak[bucket] * bcm->aux_data.width, in bcm_aggregate()
107 node->buswidth); in bcm_aggregate()
213 struct device_node *np, *node; in of_bcm_voter_get() local
227 node = of_parse_phandle(np, "qcom,bcm-voters", idx); in of_bcm_voter_get()
231 if (temp->np == node) { in of_bcm_voter_get()
238 of_node_put(node); in of_bcm_voter_get()