Lines Matching defs:node
25 * @np: reference to the device node to match bcm voters
70 struct qcom_icc_node *node;
78 node = bcm->nodes[i];
79 temp = bcm_div(node->sum_avg[bucket] * bcm->aux_data.width,
80 node->buswidth * node->channels);
83 temp = bcm_div(node->max_peak[bucket] * bcm->aux_data.width,
84 node->buswidth);
181 * of_bcm_voter_get - gets a bcm voter handle from DT node
195 struct device_node *np, *node;
209 node = of_parse_phandle(np, "qcom,bcm-voters", idx);
213 if (temp->np == node) {
220 of_node_put(node);