Lines Matching refs:nodes
200 * struct msm8974_icc_node - Qualcomm specific interconnect nodes
203 * @links: an array of nodes where we can go next while traversing
222 struct msm8974_icc_node * const *nodes;
257 .nodes = msm8974_bimc_nodes,
340 .nodes = msm8974_cnoc_nodes,
393 .nodes = msm8974_mnoc_nodes,
428 .nodes = msm8974_onoc_nodes,
491 .nodes = msm8974_pnoc_nodes,
548 .nodes = msm8974_snoc_nodes,
561 * Setting the bandwidth requests for some nodes fails and this same
570 * and the bandwidth for some nodes in the path can be set properly,
595 list_for_each_entry(n, &provider->nodes, node_list)
667 qnodes = desc->nodes;
674 data = devm_kzalloc(dev, struct_size(data, nodes, num_nodes),
723 data->nodes[i] = node;