Lines Matching refs:nodes
201 * struct msm8974_icc_node - Qualcomm specific interconnect nodes
204 * @links: an array of nodes where we can go next while traversing
223 struct msm8974_icc_node **nodes;
258 .nodes = msm8974_bimc_nodes,
341 .nodes = msm8974_cnoc_nodes,
394 .nodes = msm8974_mnoc_nodes,
429 .nodes = msm8974_onoc_nodes,
492 .nodes = msm8974_pnoc_nodes,
549 .nodes = msm8974_snoc_nodes,
562 * Setting the bandwidth requests for some nodes fails and this same
571 * and the bandwidth for some nodes in the path can be set properly,
596 list_for_each_entry(n, &provider->nodes, node_list)
668 qnodes = desc->nodes;
675 data = devm_kzalloc(dev, struct_size(data, nodes, num_nodes),
695 INIT_LIST_HEAD(&provider->nodes);
728 data->nodes[i] = node;